forked from YPLiang19/Mango
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMangoFix.podspec
More file actions
18 lines (17 loc) · 793 Bytes
/
MangoFix.podspec
File metadata and controls
18 lines (17 loc) · 793 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.new do |s|
s.name = "MangoFix"
s.version = "1.4.0"
s.summary = "MangoFix"
s.description = <<-DESC
Mango is a DSL which syntax is very similar to Objective-C,Mango is also an iOS App hotfix SDK. You can use Mango method replace any Objective-C method.
DESC
s.homepage = "https://github.com/YPLiang19/Mango"
s.license = "MIT"
s.author = { "Yong PengLiang" => "yong_pliang@163.com" }
s.ios.deployment_target = "8.0"
s.source = { :git => "https://github.com/YPLiang19/Mango.git", :tag => "#{s.version}" }
s.pod_target_xcconfig = { 'GCC_INPUT_FILETYPE' => 'sourcecode.c.objc' }
s.source_files = "MangoFix/**/*.{h,m,c,y,l}"
s.vendored_libraries = 'MangoFix/libffi/libffi.a'
s.vendored_frameworks = 'MangoFix/symdl/symdl.framework'
end