Skip to content

Commit

Permalink
Adds podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanLage committed Nov 25, 2014
1 parent 2cad999 commit b5b110b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions SLPagingView.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'SLParallaxController'
s.version = '0.0.1'
s.summary = 'Navigation bar system allowing to do a Tinder like or Twitter like'
s.homepage = 'https://github.com/StefanLage/SLPagingView'
s.license = 'MIT'
s.author = { 'StefanLage' => 'lagestfan@gmail.com' }
s.source = { :git => 'https://github.com/StefanLage/SLPagingView.git', :tag => '0.0.1' }
s.source_files = 'SLPagingView/*.{h,m}'
s.requires_arc = true
s.platform = :ios, '7.0'
s.ios.deployment_target = '7.0'
end

0 comments on commit b5b110b

Please sign in to comment.