Skip to content

Commit

Permalink
Add Cocoapods support
Browse files Browse the repository at this point in the history
  • Loading branch information
jkolb committed Sep 16, 2017
1 parent 9712c49 commit 382472d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions .swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4.0
16 changes: 16 additions & 0 deletions FranticApparatus.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Pod::Spec.new do |s|
s.name = 'FranticApparatus'
s.version = '7.0.0'
s.summary = 'Promises/A+ for Swift'
s.description = <<-DESC
Type safe, memory safe promises for Swift. Cancellation supported.
DESC
s.homepage = 'https://github.com/jkolb/FranticApparatus'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'jkolb' => '[email protected]' }
s.source = { :git => 'https://github.com/jkolb/FranticApparatus.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/nabobnick'
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.10'
s.source_files = 'Sources/FranticApparatus/*.swift'
end

0 comments on commit 382472d

Please sign in to comment.