[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / d / 5 / 8 / Glasgow / 0.1.6 / Glasgow.podspec.json
blob0e5f3e4bbe2f083daef22bbbd1ab92bc595d52bc
2   "name": "Glasgow",
3   "version": "0.1.6",
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.6"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "documentation_url": "https://inacioferrarini.github.io/glasgow/0.1.6",
21   "pushed_with_swift_version": "3.1",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "Glasgow/Classes/Core/**/*.swift"
26     },
27     {
28       "name": "UIKit",
29       "source_files": "Glasgow/Classes/UIKit/**/*.swift",
30       "dependencies": {
31         "Glasgow/Core": [
33         ]
34       }
35     },
36     {
37       "name": "Transformer",
38       "source_files": "Glasgow/Classes/Transformer/**/*.swift"
39     },
40     {
41       "name": "Networking",
42       "source_files": "Glasgow/Classes/Networking/**/*.swift",
43       "dependencies": {
44         "Glasgow/Transformer": [
46         ]
47       }
48     },
49     {
50       "name": "Arrow",
51       "source_files": "Glasgow/Classes/Arrow/**/*.swift",
52       "dependencies": {
53         "Glasgow/Transformer": [
55         ],
56         "Arrow": [
57           "3.0.5"
58         ]
59       }
60     },
61     {
62       "name": "CoreData",
63       "source_files": "Glasgow/Classes/CoreData/**/*.swift",
64       "dependencies": {
65         "Glasgow/Core": [
67         ]
68       }
69     }
70   ]