[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / a / 9 / b / SoraUI / 1.10.2 / SoraUI.podspec.json
blobc65b14850011949fc7f41907531494efc43c4b6a
2   "name": "SoraUI",
3   "version": "1.10.2",
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.10.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": "5.0",
22   "testspecs": [
23     {
24       "name": "Tests",
25       "test_type": "unit",
26       "source_files": "Tests/**/*.swift"
27     }
28   ],
29   "subspecs": [
30     {
31       "name": "AdaptiveDesign",
32       "source_files": "SoraUI/Classes/AdaptiveDesign/**/*"
33     },
34     {
35       "name": "Controls",
36       "dependencies": {
37         "SoraUI/Animator": [
39         ]
40       },
41       "source_files": "SoraUI/Classes/Controls/**/*"
42     },
43     {
44       "name": "LoadingView",
45       "dependencies": {
46         "SoraUI/Controls": [
48         ]
49       },
50       "source_files": "SoraUI/Classes/LoadingView/**/*"
51     },
52     {
53       "name": "PinView",
54       "dependencies": {
55         "SoraUI/Controls": [
57         ]
58       },
59       "source_files": "SoraUI/Classes/PinView/**/*"
60     },
61     {
62       "name": "Animator",
63       "source_files": "SoraUI/Classes/Animator/**/*"
64     },
65     {
66       "name": "DetailsView",
67       "dependencies": {
68         "SoraUI/Controls": [
70         ]
71       },
72       "source_files": "SoraUI/Classes/DetailsView/**/*"
73     },
74     {
75       "name": "EmptyState",
76       "dependencies": {
77         "SoraUI/Animator": [
79         ]
80       },
81       "source_files": "SoraUI/Classes/EmptyState/**/*"
82     },
83     {
84       "name": "PageLoader",
85       "source_files": "SoraUI/Classes/PageLoader/**/*"
86     },
87     {
88       "name": "Camera",
89       "source_files": "SoraUI/Classes/Camera/**/*"
90     },
91     {
92       "name": "ModalPresentation",
93       "dependencies": {
94         "SoraUI/Animator": [
96         ],
97         "SoraUI/Controls": [
99         ]
100       },
101       "source_files": "SoraUI/Classes/ModalPresentation/**/*"
102     },
103     {
104       "name": "Skrull",
105       "source_files": "SoraUI/Classes/Skrull/**/*"
106     },
107     {
108       "name": "Helpers",
109       "source_files": "SoraUI/Classes/Helpers/**/*"
110     }
111   ],
112   "swift_version": "5.0"