Skip to content

Commit 218b6af

Browse files
committed
Update podspec, version 0.1.
1 parent a65dbb1 commit 218b6af

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

fishhook.podspec

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
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}"
1+
Pod::Spec.new do |spec|
2+
spec.name = "fishhook"
3+
spec.version = "0.1"
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'}
9+
spec.source_files = "fishhook.{h,c}"
10+
spec.social_media_url = 'https://twitter.com/fbOpenSource'
11+
12+
spec.ios.deployment_target = '6.0'
1213
end

0 commit comments

Comments
 (0)