Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanLage committed Jan 24, 2015
1 parent bf85508 commit fa3f787
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SLPagingView.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'SLPagingView'
s.version = '0.0.3'
s.version = '0.0.4'
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 => "#{s.version}" }
s.source_files = 'SLPagingView/*.{h,m}'
s.source_files = 'SLPagingView/**/*.{h,m}'
s.requires_arc = true
s.platform = :ios, '7.0'
s.ios.deployment_target = '7.0'
Expand Down

0 comments on commit fa3f787

Please sign in to comment.