[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 0 / c / 4 / GISTFramework / 2.1.2 / GISTFramework.podspec.json
blob3a3b8aa4b8fdbc39b030beed029f148952bea33e
2   "name": "GISTFramework",
3   "version": "2.1.2",
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.2"
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       "dependencies": {
30         "PhoneNumberKit": [
31           "~> 1.2.2"
32         ]
33       }
34     },
35     {
36       "name": "BaseClasses",
37       "source_files": "GISTFramework/Classes/BaseClasses/**/*.{swift}",
38       "dependencies": {
39         "GISTFramework/GISTCore": [
41         ],
42         "GISTFramework/Extentions": [
44         ],
45         "GISTFramework/SyncEngine": [
47         ]
48       }
49     },
50     {
51       "name": "Controls",
52       "source_files": "GISTFramework/Classes/Controls/**/*.{swift}",
53       "dependencies": {
54         "GISTFramework/GISTCore": [
56         ],
57         "GISTFramework/BaseClasses": [
59         ],
60         "GISTFramework/Extentions": [
62         ],
63         "GISTFramework/SyncEngine": [
65         ]
66       }
67     },
68     {
69       "name": "Extentions",
70       "source_files": "GISTFramework/Classes/Extentions/**/*.{swift}",
71       "dependencies": {
72         "GISTFramework/GISTCore": [
74         ],
75         "GISTFramework/SyncEngine": [
77         ]
78       }
79     },
80     {
81       "name": "SyncEngine",
82       "source_files": "GISTFramework/Classes/SyncEngine/**/*.{swift}",
83       "dependencies": {
84         "UIColor_Hex_Swift": [
85           "~> 3.0.2"
86         ]
87       }
88     }
89   ]