We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dbd09b commit d172d52Copy full SHA for d172d52
fishhook.podspec
@@ -1,11 +1,11 @@
1
Pod::Spec.new do |spec|
2
spec.name = "fishhook"
3
- spec.version = "0.1"
+ spec.version = "0.2"
4
spec.license = { :type => "BSD", :file => "LICENSE" }
5
spec.homepage = 'https://github.com/facebook/fishhook'
6
spec.author = { "Facebook, Inc." => "https://github.com/facebook" }
7
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'}
+ spec.source = { :git => "https://github.com/facebook/fishhook.git", :tag => '0.2'}
9
spec.source_files = "fishhook.{h,c}"
10
spec.social_media_url = 'https://twitter.com/fbOpenSource'
11
0 commit comments