Skip to content

Commit

Permalink
Support Cocoapods
Browse files Browse the repository at this point in the history
  • Loading branch information
cruisediary committed Oct 9, 2018
1 parent 5fead8c commit a586ca4
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions Comets.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
#
# Be sure to run `pod lib lint Comets.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#

Pod::Spec.new do |s|
s.name = 'Comets'
s.version = '0.1.0'
s.summary = '☄️Comets: Animating Particles in Swift'

# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
# * Try to keep it short, snappy and to the point.
# * Write the description between the DESC delimiters below.
# * Finally, don't worry about the indent, CocoaPods strips it!

s.description = '☄️Comets: Animating Particles in Swift customizing your comets'

s.homepage = 'https://github.com/cruisediary/Comets'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'cruz' => 'cruzdiary@gmail.com' }
s.source = { :git => 'https://github.com/cruisediary/Comets.git', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'

s.ios.deployment_target = '9.0'
s.source_files = 'Comets/Sources/**/*'

end

0 comments on commit a586ca4

Please sign in to comment.