Skip to content

Commit

Permalink
update pod spec
Browse files Browse the repository at this point in the history
  • Loading branch information
jkpang committed Sep 12, 2016
1 parent 5369189 commit 3ca2418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PPGetAddressBook.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |s|

s.platform = :ios, "7.0"

s.source = { :git => "https://github.com/jkpang/PPGetAddressBook.git", :tag => "0.2.1" }
s.source = { :git => "https://github.com/jkpang/PPGetAddressBook.git", :tag => s.version.to_s }

s.source_files = "PPGetAddressBook/PPGetAddressBook/*.{h,m}"

Expand Down

0 comments on commit 3ca2418

Please sign in to comment.