[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 0 / c / 4 / GISTFramework / 2.1 / GISTFramework.podspec.json
blob9e7e380a05607aa9cbac29b13c42223713db8c83
2   "name": "GISTFramework",
3   "version": "2.1",
4   "summary": "GISTFramework is bottom architecture layour of iOS apps.",
5   "description": "GISTFramework is a bottom layer architecture of all iOS apps. it has all basic features and reusable classes that an iOS app may require. We made it open source to be used by others.",
6   "homepage": "https://github.com/cubixlabs/GIST-Framework",
7   "license": {
8     "type": "GNU AGPLv3",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Social Cubix Inc.": ""
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/cubixlabs/GIST-Framework.git",
19     "tag": "2.1"
20   },
21   "pod_target_xcconfig": {
22     "OTHER_SWIFT_FLAGS[config=Debug]": "-DDEBUG"
23   },
24   "pushed_with_swift_version": "3.0",
25   "subspecs": [
26     {
27       "name": "GISTCore",
28       "source_files": "GISTFramework/Classes/GISTCore/**/*.{swift}"
29     },
30     {
31       "name": "BaseClasses",
32       "source_files": "GISTFramework/Classes/BaseClasses/**/*.{swift}",
33       "dependencies": {
34         "GISTFramework/GISTCore": [
36         ],
37         "GISTFramework/Extentions": [
39         ],
40         "GISTFramework/SyncEngine": [
42         ]
43       }
44     },
45     {
46       "name": "Controls",
47       "source_files": "GISTFramework/Classes/Controls/**/*.{swift}",
48       "dependencies": {
49         "GISTFramework/GISTCore": [
51         ],
52         "GISTFramework/BaseClasses": [
54         ],
55         "GISTFramework/Extentions": [
57         ],
58         "GISTFramework/SyncEngine": [
60         ]
61       }
62     },
63     {
64       "name": "Extentions",
65       "source_files": "GISTFramework/Classes/Extentions/**/*.{swift}",
66       "dependencies": {
67         "GISTFramework/GISTCore": [
69         ],
70         "GISTFramework/SyncEngine": [
72         ]
73       }
74     },
75     {
76       "name": "SyncEngine",
77       "source_files": "GISTFramework/Classes/SyncEngine/**/*.{swift}",
78       "dependencies": {
79         "UIColor_Hex_Swift": [
80           "~> 3.0.2"
81         ]
82       }
83     }
84   ]