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.
2 parents d91a79a + 5eec175 commit a65dbb1Copy full SHA for a65dbb1
fishhook.podspec
@@ -0,0 +1,12 @@
1
+Pod::Spec.new do |s|
2
+ s.platform = :ios, "7.0"
3
+ s.name = "fishhook"
4
+ s.summary = "A library that enables dynamically rebinding symbols in Mach-O binaries running on iOS."
5
+ s.homepage = "https://github.com/facebook/fishhook"
6
+ s.version = "1.0.0"
7
+ s.license = { :type => "BSD", :file => "LICENSE" }
8
+ s.author = { "Facebook, Inc." => "https://github.com/facebook" }
9
10
+ s.source = { :git => "https://github.com/facebook/fishhook.git", :branch => 'master'}
11
+ s.source_files = "fishhook.{h,c}"
12
+end
0 commit comments