[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 3 / 9 / 1 / StartAppsKit / 0.9.4 / StartAppsKit.podspec.json
blobc14860592a260faa54e0f0fbee578305f1a8e410
2   "name": "StartAppsKit",
3   "version": "0.9.4",
4   "summary": "A library that does everything.",
5   "description": "A library that does everything. Central class is LoadAction and it helps you work with asynchronous loading of data from any Source.",
6   "homepage": "https://github.com/StartAppsPe/StartAppsKit",
7   "license": "MIT",
8   "authors": {
9     "Gabriel Lanata": "gabriellanata@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/StartAppsPe/StartAppsKit.git",
13     "tag": "0.9.4"
14   },
15   "module_name": "StartAppsKit",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "default_subspecs": "Default",
21   "subspecs": [
22     {
23       "name": "Default",
24       "source_files": "Sources",
25       "dependencies": {
26         "StartAppsKit/LoadAction": [
28         ],
29         "StartAppsKit/Extensions": [
31         ],
32         "StartAppsKit/Animations": [
34         ],
35         "StartAppsKit/Alerts": [
37         ],
38         "StartAppsKit/Logger": [
40         ]
41       }
42     },
43     {
44       "name": "LoadAction",
45       "dependencies": {
46         "StartAppsKitLoadAction": [
47           "~> 1.0"
48         ]
49       }
50     },
51     {
52       "name": "Extensions",
53       "dependencies": {
54         "StartAppsKitExtensions": [
55           "~> 1.0"
56         ]
57       }
58     },
59     {
60       "name": "Animations",
61       "dependencies": {
62         "StartAppsKitAnimations": [
63           "~> 0.9"
64         ]
65       }
66     },
67     {
68       "name": "Alerts",
69       "dependencies": {
70         "StartAppsKitAlerts": [
71           "~> 0.9"
72         ]
73       }
74     },
75     {
76       "name": "Logger",
77       "dependencies": {
78         "StartAppsKitLogger": [
79           "~> 0.9"
80         ]
81       }
82     },
83     {
84       "name": "JSON",
85       "dependencies": {
86         "StartAppsKitJson": [
87           "~> 0.9"
88         ]
89       }
90     },
91     {
92       "name": "XML",
93       "dependencies": {
94         "StartAppsKitXml": [
95           "~> 0.9"
96         ]
97       }
98     }
99   ]