[Add] FirebaseUI 15.0.0
[CocoaPods.git] / Specs / 3 / 9 / 1 / StartAppsKit / 0.9.1 / StartAppsKit.podspec.json
blob66dfe1914784de71e54765823bc973361cacb17d
2   "name": "StartAppsKit",
3   "version": "0.9.1",
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.1"
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       "dependencies": {
25         "StartAppsKit/LoadAction": [
27         ],
28         "StartAppsKit/Extensions": [
30         ],
31         "StartAppsKit/Animations": [
33         ],
34         "StartAppsKit/Alerts": [
36         ],
37         "StartAppsKit/Logger": [
39         ]
40       }
41     },
42     {
43       "name": "LoadAction",
44       "dependencies": {
45         "StartAppsKitLoadAction": [
46           "~> 1.0"
47         ]
48       }
49     },
50     {
51       "name": "Extensions",
52       "dependencies": {
53         "StartAppsKitExtensions": [
54           "~> 1.0"
55         ]
56       }
57     },
58     {
59       "name": "Animations",
60       "dependencies": {
61         "StartAppsKitAnimations": [
62           "~> 0.9"
63         ]
64       }
65     },
66     {
67       "name": "Alerts",
68       "dependencies": {
69         "StartAppsKitAlerts": [
70           "~> 0.9"
71         ]
72       }
73     },
74     {
75       "name": "Logger",
76       "dependencies": {
77         "StartAppsKitLogger": [
78           "~> 0.9"
79         ]
80       }
81     },
82     {
83       "name": "JSON",
84       "dependencies": {
85         "StartAppsKitJson": [
86           "~> 0.9"
87         ]
88       }
89     },
90     {
91       "name": "XML",
92       "dependencies": {
93         "StartAppsKitXml": [
94           "~> 0.9"
95         ]
96       }
97     }
98   ]