Skip to content

Commit

Permalink
fixed pod spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaxt committed Dec 9, 2015
1 parent bbd7a61 commit e868e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ScrollPager.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Pod::Spec.new do |s|
:file => 'License.txt'
}
s.author = {'Aryan Ghassemi' => 'https://github.com/aryaxt/ScrollPager'}
s.source = {:git => 'https://github.com/aryaxt/ScrollPager.git', :tag => '0.4'}
s.source = {:git => 'https://github.com/aryaxt/ScrollPager.git', :tag => '0.5'}
s.platform = :ios, '8.0'
s.source_files = 'ScrollPager/Source/*.{swift}'
s.framework = 'Foundation', 'UIKit'
Expand Down

0 comments on commit e868e6d

Please sign in to comment.