Skip to content

Commit

Permalink
upload podspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
LeFal committed Aug 19, 2017
1 parent 7751b1a commit a23ef4d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions WaterDrops.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = 'WaterDrops'
s.version = '0.1.0'
s.summary = 'Simple water drops animation 💧'
s.description = <<-DESC
Simple water drops background animation
DESC
s.homepage = 'https://github.com/LeFal/WaterDrops'
#s.screenshots = '[IMAGE URL 1]', '[IMAGE URL 2]'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'LeFal' => 'qwertyhj2@gmail.com' }
s.source = { :git => 'https://github.com/LeFal/WaterDrops.git', :tag => s.version.to_s }
s.ios.deployment_target = '9.0'
s.source_files = 'Sources/*.swift'
end

0 comments on commit a23ef4d

Please sign in to comment.