Skip to content

Commit d172d52

Browse files
committed
fishhook v0.2
1 parent 8dbd09b commit d172d52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fishhook.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |spec|
22
spec.name = "fishhook"
3-
spec.version = "0.1"
3+
spec.version = "0.2"
44
spec.license = { :type => "BSD", :file => "LICENSE" }
55
spec.homepage = 'https://github.com/facebook/fishhook'
66
spec.author = { "Facebook, Inc." => "https://github.com/facebook" }
77
spec.summary = "A library that enables dynamically rebinding symbols in Mach-O binaries running on iOS."
8-
spec.source = { :git => "https://github.com/facebook/fishhook.git", :tag => '0.1'}
8+
spec.source = { :git => "https://github.com/facebook/fishhook.git", :tag => '0.2'}
99
spec.source_files = "fishhook.{h,c}"
1010
spec.social_media_url = 'https://twitter.com/fbOpenSource'
1111

0 commit comments

Comments
 (0)