-
Notifications
You must be signed in to change notification settings - Fork 261
/
CHIPageControl.podspec
49 lines (37 loc) · 1.78 KB
/
CHIPageControl.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
Pod::Spec.new do |s|
s.name = 'CHIPageControl'
s.version = '0.2.1'
s.summary = 'CHIPageControl is a set of cool animated page controls written in Swift to replace boring UIPageControl.'
s.ios.deployment_target = '8.0'
s.tvos.deployment_target = '9.0'
s.homepage = 'https://github.com/ChiliLabs/CHIPageControl'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Chili' => '[email protected]' }
s.source = { :git => 'https://github.com/ChiliLabs/CHIPageControl.git', :tag => s.version.to_s }
s.swift_version = '5.0'
s.source_files = 'CHIPageControl/*.swift', 'CHIPageControl/Core/*.swift'
s.subspec 'Aji' do |aji|
aji.source_files = 'CHIPageControl/CHIPageControlAji.swift', 'CHIPageControl/Core/*.swift'
end
s.subspec 'Aleppo' do |aleppo|
aleppo.source_files = 'CHIPageControl/CHIPageControlAleppo.swift', 'CHIPageControl/Core/*.swift'
end
s.subspec 'Chimayo' do |chimayo|
chimayo.source_files = 'CHIPageControl/CHIPageControlChimayo.swift', 'CHIPageControl/Core/*.swift'
end
s.subspec 'Fresno' do |fresno|
fresno.source_files = 'CHIPageControl/CHIPageControlFresno.swift', 'CHIPageControl/Core/*.swift'
end
s.subspec 'Jalapeno' do |jalapeno|
jalapeno.source_files = 'CHIPageControl/CHIPageControlJalapeno.swift', 'CHIPageControl/Core/*.swift'
end
s.subspec 'Jaloro' do |jaloro|
jaloro.source_files = 'CHIPageControl/CHIPageControlJaloro.swift', 'CHIPageControl/Core/*.swift'
end
s.subspec 'Paprika' do |paprika|
paprika.source_files = 'CHIPageControl/CHIPageControlPaprika.swift', 'CHIPageControl/Core/*.swift'
end
s.subspec 'Puya' do |puya|
puya.source_files = 'CHIPageControl/CHIPageControlPuya.swift', 'CHIPageControl/Core/*.swift'
end
end