-
Notifications
You must be signed in to change notification settings - Fork 11
/
JYMagicCube.podspec
63 lines (59 loc) · 3.34 KB
/
JYMagicCube.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
#
# Be sure to run `pod lib lint JYMagicCube.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 = 'JYMagicCube'
s.version = '1.0.2'
s.summary = 'Mobile dynamic solution'
s.description = <<-DESC
It is a complete cross-end native partial card dynamic display technology solution,
centered on business empowerment, dedicated to solving UI customization,
logic dynamicization, shortening the trial and error cycle,
improving human efficiency and reducing package volume and other related issues.
This enables businesses to achieve one-time development, online at any time, and multi-end reuse based on 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.requires_arc = true
s.static_framework = true
s.source_files = 'iOS/JYMagicCube/Classes/**/*'
s.public_header_files = ['iOS/JYMagicCube/Classes/JYMagicCube.h',
'iOS/JYMagicCube/Classes/JYMCConfigure.h',
'iOS/JYMagicCube/Classes/JYMagicCubeView.h',
'iOS/JYMagicCube/Classes/JYMagicCubeView+Tool.h',
'iOS/JYMagicCube/Classes/Model/JYMCMetaData.h',
'iOS/JYMagicCube/Classes/JYMCActionContext.h',
'iOS/JYMagicCube/Classes/JYMagicCubeDefine.h',
'iOS/JYMagicCube/Classes/**/JYMCTrackAdapter.h',
'iOS/JYMagicCube/Classes/**/JYMCCustomerFactoryProtocol.h',
'iOS/JYMagicCube/Classes/**/JYMCStyleManager.h',
'iOS/JYMagicCube/Classes/**/JYMCStyleOperation.h',
'iOS/JYMagicCube/Classes/**/JYMCStylePrefetcher.h',
'iOS/JYMagicCube/Classes/**/Model/JYMCStyleMetaData.h',
'iOS/JYMagicCube/Classes/**/JYMCLocalParameters.h',
'iOS/JYMagicCube/Classes/**/JYMCTrackContext.h',
'iOS/JYMagicCube/Classes/**/JYMCPreload.h',
# Alert
'iOS/JYMagicCube/Classes/**/JYMagicAlert.h',
'iOS/JYMagicCube/Classes/**/JYMCAlertConfig.h',
'iOS/JYMagicCube/Classes/**/JYMagicAlertLoader.h',
'iOS/JYMagicCube/Classes/**/JYMagicAlertLoaderDelegate.h',
'iOS/JYMagicCube/Classes/**/JYMagicAlertLoaderProtocol.h',
'iOS/JYMagicCube/Classes/**/JYMagicAlertProtocol.h',
'iOS/JYMagicCube/Classes/**/JYMagicAlertLifeCycleDelegate.h',
]
s.dependency 'YogaKit'
s.dependency 'YYCache'
s.dependency 'YYCategories'
s.dependency 'MJExtension'
s.dependency 'SDWebImage'
s.dependency 'JYWKJSEngine'
s.dependency 'lottie-ios', '~> 2.5.3'
end