-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathJYWKJSEngine.podspec
29 lines (27 loc) · 1.01 KB
/
JYWKJSEngine.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#
# Be sure to run `pod lib lint JYWKJSEngine.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'JYWKJSEngine'
s.version = '1.0.2'
s.summary = 'js runtime engine.'
s.description = <<-DESC
js runtime engine of Wukong.
DESC
s.license = { :type => 'Apache License 2.0', :file => 'LICENSE' }
s.homepage = 'https://hellobike.yuque.com/org-wiki-nlsyth/hec0gc/mput57lpnzvhnh7k'
s.author = 'hellobike'
s.source = { :git => 'https://github.com/hellof2e/Wukong.git', :tag => s.version.to_s }
s.ios.deployment_target = '10.0'
s.swift_version = '5.0'
s.requires_arc = true
s.static_framework = true
s.pod_target_xcconfig = {
'DEFINES_MODULE' => 'YES'
}
s.source_files = "iOS/JYWKJSEngine/Classes/**/*.swift"
end