-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathInjectionTool.podspec
More file actions
22 lines (18 loc) · 907 Bytes
/
InjectionTool.podspec
File metadata and controls
22 lines (18 loc) · 907 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Pod::Spec.new do |s|
s.name = 'InjectionTool'
s.version = '1.0.1'
s.summary = 'InjectionTool is a tool for InjectionIII'
s.description = <<-DESC
You can download the macOS app InjectionIII from the macOS AppStore,
use this tool by pod,
No need to write any code,
Happy to enjoy the hot reload to dynamic develop UI.
DESC
s.homepage = 'https://github.com/Todaycoding/InjectionTool'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'DevDragonLi' => 'dragonLi@88.com' }
s.source = { :git => 'https://github.com/Todaycoding/InjectionTool.git', :tag => s.version.to_s }
s.ios.deployment_target = '9.0'
s.static_framework = true
s.vendored_libraries = '*.a'
end