Skip to content

Commit

Permalink
Build with Swift 5
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBarba committed Mar 26, 2019
1 parent 7acdd04 commit 981e82e
Show file tree
Hide file tree
Showing 5 changed files with 866 additions and 620 deletions.
7 changes: 3 additions & 4 deletions Bluebird.podspec
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
Pod::Spec.new do |s|
s.name = 'Bluebird'
s.version = '4.0.0'
s.version = '5.0.0'
s.summary = 'Promise/A+, Bluebird inspired, implementation in Swift 4'
s.homepage = 'https://github.com/AndrewBarba/Bluebird.swift'
s.documentation_url = 'https://andrewbarba.github.io/Bluebird.swift/'
s.license = { :type => 'MIT', :file => 'LICENSE.md' }
s.swift_version = '4.2'
s.author = { 'Andrew Barba' => '[email protected]' }
s.source = { :git => 'https://github.com/AndrewBarba/Bluebird.swift.git', :tag => s.version.to_s }

s.swift_version = '5.0'
s.source_files = 'Sources/**/*.swift'

s.pod_target_xcconfig = { 'SWIFT_WHOLE_MODULE_OPTIMIZATION' => 'YES',
'APPLICATION_EXTENSION_API_ONLY' => 'YES' }
s.pod_target_xcconfig = { 'APPLICATION_EXTENSION_API_ONLY' => 'YES' }

s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.11'
Expand Down
Loading

0 comments on commit 981e82e

Please sign in to comment.