[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / d / 5 / 8 / Glasgow / 0.1.2 / Glasgow.podspec.json
blobb7f2e029806ebe85b0af447873f396ab956c181d
2   "name": "Glasgow",
3   "version": "0.1.2",
4   "summary": "Foundation classes used to eliminate boiler-plate code and provide an accelerated startup time.",
5   "homepage": "https://github.com/inacioferrarini/glasgow",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "InĂ¡cio Ferrarini": "inacio.ferrarini@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/inacioferrarini/glasgow.git",
15     "tag": "0.1.2"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "pushed_with_swift_version": "3.1",
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "Glasgow/Classes/Core/**/*.swift"
25     },
26     {
27       "name": "UIKit",
28       "source_files": "Glasgow/Classes/UIKit/**/*.swift",
29       "dependencies": {
30         "Glasgow/Core": [
32         ]
33       }
34     },
35     {
36       "name": "Transformer",
37       "source_files": "Glasgow/Classes/Transformer/**/*.swift"
38     },
39     {
40       "name": "Networking",
41       "source_files": "Glasgow/Classes/Networking/**/*.swift",
42       "dependencies": {
43         "Glasgow/Transformer": [
45         ]
46       }
47     },
48     {
49       "name": "Arrow",
50       "source_files": "Glasgow/Classes/Arrow/**/*.swift",
51       "dependencies": {
52         "Glasgow/Transformer": [
54         ],
55         "Arrow": [
56           "3.0.5"
57         ]
58       }
59     },
60     {
61       "name": "CoreData",
62       "source_files": "Glasgow/Classes/CoreData/**/*.swift",
63       "dependencies": {
64         "Glasgow/Core": [
66         ]
67       }
68     }
69   ]