Skip to content

Commit

Permalink
Update podspec to latest stadnards
Browse files Browse the repository at this point in the history
  • Loading branch information
marinbenc committed Apr 19, 2019
1 parent 5ab6dba commit 939e3bd
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 939e3bd

Please sign in to comment.