Skip to content

Commit

Permalink
Add a Podspec to fishhook
Browse files Browse the repository at this point in the history
  • Loading branch information
tirodkar committed Sep 30, 2015
1 parent d91a79a commit 5eec175
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions fishhook.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.platform = :ios, "7.0"
s.name = "fishhook"
s.summary = "A library that enables dynamically rebinding symbols in Mach-O binaries running on iOS."
s.homepage = "https://github.com/facebook/fishhook"
s.version = "1.0.0"
s.license = { :type => "BSD", :file => "LICENSE" }
s.author = { "Facebook, Inc." => "https://github.com/facebook" }
s.homepage = "https://github.com/facebook/fishhook"
s.source = { :git => "https://github.com/facebook/fishhook.git", :branch => 'master'}
s.source_files = "fishhook.{h,c}"
end

0 comments on commit 5eec175

Please sign in to comment.