[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / a / 9 / b / SoraUI / 1.8.8 / SoraUI.podspec.json
blob5ee9a18d84ee6184ce0a7904c7bc215d2f5fbc6d
2   "name": "SoraUI",
3   "version": "1.8.8",
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.8"
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       "source_files": "SoraUI/Classes/Controls/**/*"
37     },
38     {
39       "name": "LoadingView",
40       "dependencies": {
41         "SoraUI/Controls": [
43         ]
44       },
45       "source_files": "SoraUI/Classes/LoadingView/**/*"
46     },
47     {
48       "name": "PinView",
49       "dependencies": {
50         "SoraUI/Controls": [
52         ]
53       },
54       "source_files": "SoraUI/Classes/PinView/**/*"
55     },
56     {
57       "name": "Animator",
58       "source_files": "SoraUI/Classes/Animator/**/*"
59     },
60     {
61       "name": "DetailsView",
62       "dependencies": {
63         "SoraUI/Controls": [
65         ]
66       },
67       "source_files": "SoraUI/Classes/DetailsView/**/*"
68     },
69     {
70       "name": "EmptyState",
71       "dependencies": {
72         "SoraUI/Animator": [
74         ]
75       },
76       "source_files": "SoraUI/Classes/EmptyState/**/*"
77     },
78     {
79       "name": "PageLoader",
80       "source_files": "SoraUI/Classes/PageLoader/**/*"
81     },
82     {
83       "name": "Camera",
84       "source_files": "SoraUI/Classes/Camera/**/*"
85     },
86     {
87       "name": "ModalInputPresentation",
88       "dependencies": {
89         "SoraUI/Animator": [
91         ]
92       },
93       "source_files": "SoraUI/Classes/ModalInputPresentation/**/*"
94     },
95     {
96       "name": "Skrull",
97       "source_files": "SoraUI/Classes/Skrull/**/*"
98     }
99   ],
100   "swift_version": "5.0"