Skip to content

Commit

Permalink
add swift version
Browse files Browse the repository at this point in the history
  • Loading branch information
igork-ramotion committed Nov 6, 2019
1 parent a85c948 commit c77ff68
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions paper-onboarding.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@

Pod::Spec.new do |s|

s.name = "paper-onboarding"
s.version = "6.1.4"
s.summary = "Amazing onboarding."
s.license = 'MIT'
s.homepage = 'https://github.com/Ramotion/paper-onboarding'
s.author = { 'Juri Vasylenko' => '[email protected]' }
s.name = "paper-onboarding"
s.version = "6.1.4"
s.swift_version = '5.0'
s.summary = "Amazing onboarding."
s.license = 'MIT'
s.homepage = 'https://github.com/Ramotion/paper-onboarding'
s.author = { 'Juri Vasylenko' => '[email protected]' }
s.ios.deployment_target = '8.0'
s.tvos.deployment_target = '9.0'
s.source = { :git => 'https://github.com/Ramotion/paper-onboarding.git', :tag => s.version.to_s }
s.source = { :git => 'https://github.com/Ramotion/paper-onboarding.git', :tag => s.version.to_s }
s.source_files = 'Source/**/*.swift'
# s.swift_version = '5.0'
end

0 comments on commit c77ff68

Please sign in to comment.