From e868e6df35e63b2befa77384e3f09817a7868472 Mon Sep 17 00:00:00 2001 From: Aryan Ghassemi Date: Tue, 8 Dec 2015 19:18:47 -0800 Subject: [PATCH] fixed pod spec file --- ScrollPager.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ScrollPager.podspec b/ScrollPager.podspec index 546c0ff..c76ff63 100644 --- a/ScrollPager.podspec +++ b/ScrollPager.podspec @@ -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'