[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / e / 2 / d / CHIPageControl / 0.1.8 / CHIPageControl.podspec.json
blobd35a209088f456b9343c16b484640c132010c6d7
2   "name": "CHIPageControl",
3   "version": "0.1.8",
4   "summary": "CHIPageControl is a set of cool animated page controls written in Swift to replace boring UIPageControl.",
5   "platforms": {
6     "ios": "8.0",
7     "tvos": "9.0"
8   },
9   "homepage": "https://github.com/ChiliLabs/CHIPageControl",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "Chili": "studio@chi.lv"
16   },
17   "source": {
18     "git": "https://github.com/ChiliLabs/CHIPageControl.git",
19     "tag": "0.1.8"
20   },
21   "swift_versions": "5.0",
22   "source_files": [
23     "CHIPageControl/*.swift",
24     "CHIPageControl/Core/*.swift"
25   ],
26   "swift_version": "5.0",
27   "subspecs": [
28     {
29       "name": "Aji",
30       "source_files": [
31         "CHIPageControl/CHIPageControlAji.swift",
32         "CHIPageControl/Core/*.swift"
33       ]
34     },
35     {
36       "name": "Aleppo",
37       "source_files": [
38         "CHIPageControl/CHIPageControlAleppo.swift",
39         "CHIPageControl/Core/*.swift"
40       ]
41     },
42     {
43       "name": "Chimayo",
44       "source_files": [
45         "CHIPageControl/CHIPageControlChimayo.swift",
46         "CHIPageControl/Core/*.swift"
47       ]
48     },
49     {
50       "name": "Fresno",
51       "source_files": [
52         "CHIPageControl/CHIPageControlFresno.swift",
53         "CHIPageControl/Core/*.swift"
54       ]
55     },
56     {
57       "name": "Jalapeno",
58       "source_files": [
59         "CHIPageControl/CHIPageControlJalapeno.swift",
60         "CHIPageControl/Core/*.swift"
61       ]
62     },
63     {
64       "name": "Jaloro",
65       "source_files": [
66         "CHIPageControl/CHIPageControlJaloro.swift",
67         "CHIPageControl/Core/*.swift"
68       ]
69     },
70     {
71       "name": "Paprika",
72       "source_files": [
73         "CHIPageControl/CHIPageControlPaprika.swift",
74         "CHIPageControl/Core/*.swift"
75       ]
76     },
77     {
78       "name": "Puya",
79       "source_files": [
80         "CHIPageControl/CHIPageControlPuya.swift",
81         "CHIPageControl/Core/*.swift"
82       ]
83     }
84   ]