[Add] MDMCore 3.9.15
[CocoaPods.git] / Specs / 3 / 9 / 1 / StartAppsKit / 1.0.2 / StartAppsKit.podspec.json
blob7fac77bd4c524f8764ccaa1908bd608d3021e96a
2   "name": "StartAppsKit",
3   "version": "1.0.2",
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": "1.0.2"
14   },
15   "module_name": "StartAppsKit",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "default_subspecs": "Default",
21   "pushed_with_swift_version": "3.0",
22   "subspecs": [
23     {
24       "name": "Default",
25       "source_files": "Sources",
26       "dependencies": {
27         "StartAppsKit/LoadAction": [
29         ],
30         "StartAppsKit/Extensions": [
32         ],
33         "StartAppsKit/Animations": [
35         ],
36         "StartAppsKit/Alerts": [
38         ],
39         "StartAppsKit/Logger": [
41         ]
42       }
43     },
44     {
45       "name": "LoadAction",
46       "dependencies": {
47         "StartAppsKitLoadAction": [
48           "~> 1"
49         ]
50       }
51     },
52     {
53       "name": "Extensions",
54       "dependencies": {
55         "StartAppsKitExtensions": [
56           "~> 1"
57         ]
58       }
59     },
60     {
61       "name": "Animations",
62       "dependencies": {
63         "StartAppsKitAnimations": [
64           "~> 0.9"
65         ]
66       }
67     },
68     {
69       "name": "Alerts",
70       "dependencies": {
71         "StartAppsKitAlerts": [
72           "~> 1"
73         ]
74       }
75     },
76     {
77       "name": "Logger",
78       "dependencies": {
79         "StartAppsKitLogger": [
80           "~> 1"
81         ]
82       }
83     },
84     {
85       "name": "JSON",
86       "dependencies": {
87         "StartAppsKitJson": [
88           "~> 1"
89         ]
90       }
91     },
92     {
93       "name": "XML",
94       "dependencies": {
95         "StartAppsKitXml": [
96           "~> 1"
97         ]
98       }
99     }
100   ]