Skip to content

Commit

Permalink
fixed typo in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
kareem-hewady committed Sep 6, 2015
1 parent b148813 commit 793719d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KHTabPagerViewController.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Pod::Spec.new do |s|
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Kareem Hewady" => "[email protected]" }
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/kareem-hewady/KHTabPagerViewController.git", :tag => "0.1.0" }
s.source = { :git => "https://github.com/kareem-hewady/KHTabPagerViewController.git", :tag => "v0.1.0" }
s.source_files = "KHTabPagerViewControllerExample/KHTabPagerViewController", "KHTabPagerViewControllerExample/KHTabPagerViewController/**/*.{h,m}"
s.requires_arc = true

Expand Down

0 comments on commit 793719d

Please sign in to comment.