Skip to content

Instantly share code, notes, and snippets.

@richlu1018
Created November 14, 2019 08:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save richlu1018/773bf5938d8dae6fbdab7f0941afb2a2 to your computer and use it in GitHub Desktop.
Save richlu1018/773bf5938d8dae6fbdab7f0941afb2a2 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = 'FillTheTank'
s.version = '1.2.0'
s.summary = 'A customizable container view with options for filling up animation.'
s.description = <<-DESC
This FillTheTank view will fills up with your custom color linearly or progressively with several other custom options!
DESC
s.swift_versions = '4.0'
s.homepage = 'https://github.com/richlu1018/FillTheTank'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Richard Lu' => 'richlu1018@gmail.com' }
s.source = { :git => 'https://github.com/richlu1018/FillTheTank.git', :tag => 'v1.2.0' }
s.ios.deployment_target = '11.0'
s.source_files = 'FillTheTank/*'
s.exclude_files = 'FillTheTank/*.plist'
s.dependency 'RxSwift'
s.dependency 'RxCocoa'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment