Skip to content
This repository has been archived by the owner on Jul 3, 2022. It is now read-only.

Commit

Permalink
Added podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomvis committed Jan 11, 2015
1 parent 9eb7052 commit 82fe4f6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions BrightFutures.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Pod::Spec.new do |s|
s.name = 'BrightFutures'
s.version = '1.0.0-beta.2'
s.license = 'MIT'
s.summary = 'A simple Futures & Promises library for iOS and OS X written in Swift'
s.homepage = 'https://github.com/Thomvis/BrightFutures'
s.social_media_url = 'https://twitter.com/thomvis88'
s.authors = { 'Thomas Visser' => '[email protected]' }
s.source = { :git => 'https://github.com/Thomvis/BrightFutures.git', :tag => s.version }

s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.10'

s.source_files = 'BrightFutures/*.swift'

s.requires_arc = true
end

0 comments on commit 82fe4f6

Please sign in to comment.