[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 2 / 7 / b / SugarLump / 0.0.1 / SugarLump.podspec.json
blobe5a2129a2e2dfdacb90a96d8a0d623b6d89ac7d9
2   "name": "SugarLump",
3   "homepage": "https://github.com/Machipla/SugarLump",
4   "version": "0.0.1",
5   "platforms": {
6     "ios": "9.0"
7   },
8   "authors": "Mario Chinchilla",
9   "summary": "A sugar lump for Swift!",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE.md"
13   },
14   "source": {
15     "git": "https://github.com/Machipla/SugarLump.git",
16     "tag": "0.0.1"
17   },
18   "swift_version": "4.0",
19   "subspecs": [
20     {
21       "name": "Foundation",
22       "dependencies": {
23         "SugarLumpFoundation": [
25         ]
26       }
27     },
28     {
29       "name": "CoreGraphics",
30       "dependencies": {
31         "SugarLumpCoreGraphics": [
33         ]
34       }
35     },
36     {
37       "name": "CoreLocation",
38       "dependencies": {
39         "SugarLumpCoreLocation": [
41         ]
42       }
43     },
44     {
45       "name": "UIKit",
46       "dependencies": {
47         "SugarLumpUIKit": [
49         ]
50       }
51     },
52     {
53       "name": "MapKit",
54       "dependencies": {
55         "SugarLumpMapKit": [
57         ]
58       }
59     }
60   ]