Skip to content

Commit

Permalink
added podspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
0ber committed Apr 28, 2016
1 parent 9ed7a07 commit d64bcc4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions paper-onboarding.podspec
@@ -0,0 +1,14 @@

Pod::Spec.new do |s|

s.name = "paper-onboarding"
s.version = "0.0.2"
s.summary = "Amazing onboarding."
s.license = 'MIT'
s.homepage = 'https://github.com/Ramotion/paper-onboarding'
s.author = { 'Juri Vasylenko' => 'juri.v@ramotion.com' }
s.ios.deployment_target = '8.0'
s.source = { :git => 'https://github.com/Ramotion/paper-onboarding.git', :tag => s.version.to_s }
s.source_files = 'Source/**/*.swift'
s.requires_arc = true
end

0 comments on commit d64bcc4

Please sign in to comment.