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