Skip to content

Commit

Permalink
Merge pull request #7 from marinbenc/swift-5
Browse files Browse the repository at this point in the history
Update podspec to latest stadnards
  • Loading branch information
marinbenc authored Apr 19, 2019
2 parents 2add857 + 939e3bd commit 39553b5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Scaledrone.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ Pod::Spec.new do |s|
s.homepage = 'https://github.com/scaledrone/scaledrone-swift'
s.license = 'Apache-2.0'
s.author = { "Scaledrone" => "[email protected]" }
s.source = { git: "https://github.com/scaledrone/Scaledrone-Swift.git" }
s.requires_arc = true
s.source_files = 'scaledrone-swift/Scaledrone.swift'
s.requires_arc = true
s.source_files = 'scaledrone-swift/Scaledrone.swift'
s.source = { git: "https://github.com/scaledrone/Scaledrone-Swift.git", :tag => "0.5.0" }
s.swift_version = '5.0'

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

0 comments on commit 39553b5

Please sign in to comment.