Skip to content
This repository has been archived by the owner on Apr 24, 2022. It is now read-only.

Commit

Permalink
Podspec update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilter Cengiz committed Nov 15, 2013
1 parent dcf698e commit f4d9145
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ICViewPager.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "ICViewPager"
s.version = "1.4"
s.version = "1.5"
s.summary = "You can create sliding tabs with ViewPager."

s.description = <<-DESC
Expand Down Expand Up @@ -32,7 +32,7 @@ Pod::Spec.new do |s|
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Ilter Cengiz" => "me@iltercengiz.info" }
s.platform = :ios, '6.1'
s.source = { :git => "https://github.com/monsieurje/ICViewPager.git", :tag => "1.4" }
s.source = { :git => "https://github.com/monsieurje/ICViewPager.git", :tag => "1.5" }
s.source_files = 'ICViewPager/ICViewPager/*.{h,m}'
s.requires_arc = true

Expand Down

0 comments on commit f4d9145

Please sign in to comment.