Skip to content

Commit a65dbb1

Browse files
committed
Merge branch 'tirodkar-fishhook-podspec-update'
2 parents d91a79a + 5eec175 commit a65dbb1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

fishhook.podspec

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
s.homepage = "https://github.com/facebook/fishhook"
10+
s.source = { :git => "https://github.com/facebook/fishhook.git", :branch => 'master'}
11+
s.source_files = "fishhook.{h,c}"
12+
end

0 commit comments

Comments
 (0)