File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change 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'
12
13
end
You can’t perform that action at this time.
0 commit comments