[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / a / 9 / b / SoraUI / 1.8.4 / SoraUI.podspec.json
blob4a433278d1128f69b9600d441cc2557096baee90
2   "name": "SoraUI",
3   "version": "1.8.4",
4   "summary": "UI Library for design and layout process simplification.",
5   "description": "Library contains views and controls that simplifies design and layout implementation manually in code or utilizing interface build.",
6   "homepage": "https://github.com/sora-xor",
7   "license": {
8     "type": "GPL 3.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ERussel": "emkil.russel@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/soramitsu/UIkit-iOS.git",
16     "tag": "1.8.4"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": "5.0",
22   "swift_version": "5.0",
23   "testspecs": [
24     {
25       "name": "Tests",
26       "test_type": "unit",
27       "source_files": "Tests/**/*.swift"
28     }
29   ],
30   "subspecs": [
31     {
32       "name": "AdaptiveDesign",
33       "source_files": "SoraUI/Classes/AdaptiveDesign/**/*"
34     },
35     {
36       "name": "Controls",
37       "source_files": "SoraUI/Classes/Controls/**/*"
38     },
39     {
40       "name": "LoadingView",
41       "dependencies": {
42         "SoraUI/Controls": [
44         ]
45       },
46       "source_files": "SoraUI/Classes/LoadingView/**/*"
47     },
48     {
49       "name": "PinView",
50       "dependencies": {
51         "SoraUI/Controls": [
53         ]
54       },
55       "source_files": "SoraUI/Classes/PinView/**/*"
56     },
57     {
58       "name": "Animator",
59       "source_files": "SoraUI/Classes/Animator/**/*"
60     },
61     {
62       "name": "DetailsView",
63       "dependencies": {
64         "SoraUI/Controls": [
66         ]
67       },
68       "source_files": "SoraUI/Classes/DetailsView/**/*"
69     },
70     {
71       "name": "EmptyState",
72       "dependencies": {
73         "SoraUI/Animator": [
75         ]
76       },
77       "source_files": "SoraUI/Classes/EmptyState/**/*"
78     },
79     {
80       "name": "PageLoader",
81       "source_files": "SoraUI/Classes/PageLoader/**/*"
82     },
83     {
84       "name": "Camera",
85       "source_files": "SoraUI/Classes/Camera/**/*"
86     },
87     {
88       "name": "ModalInputPresentation",
89       "dependencies": {
90         "SoraUI/Animator": [
92         ]
93       },
94       "source_files": "SoraUI/Classes/ModalInputPresentation/**/*"
95     },
96     {
97       "name": "Skrull",
98       "source_files": "SoraUI/Classes/Skrull/**/*"
99     }
100   ]