[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / 0 / c / 4 / GISTFramework / 2.2.3 / GISTFramework.podspec.json
blob97543f9ac6ecac236a59cd830dae217e52ee57ef
2   "name": "GISTFramework",
3   "version": "2.2.3",
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": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/cubixlabs/GIST-Framework.git",
19     "tag": "2.2.3"
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         "InputMask": [
67           "~> 2.2.5"
68         ]
69       }
70     },
71     {
72       "name": "Extentions",
73       "source_files": "GISTFramework/Classes/Extentions/**/*.{swift}",
74       "dependencies": {
75         "GISTFramework/GISTCore": [
77         ],
78         "GISTFramework/SyncEngine": [
80         ]
81       }
82     },
83     {
84       "name": "SyncEngine",
85       "source_files": "GISTFramework/Classes/SyncEngine/**/*.{swift}",
86       "dependencies": {
87         "GISTFramework/GISTCore": [
89         ],
90         "UIColor_Hex_Swift": [
91           "~> 3.0.2"
92         ]
93       }
94     },
95     {
96       "name": "GISTSocial",
97       "source_files": "GISTFramework/Classes/GISTSocial/**/*.{swift}",
98       "dependencies": {
99         "GISTFramework/GISTCore": [
101         ],
102         "GISTFramework/BaseClasses": [
104         ],
105         "GISTFramework/Extentions": [
107         ],
108         "GISTFramework/Controls": [
110         ],
111         "GISTFramework/SyncEngine": [
113         ],
114         "AlamofireObjectMapper": [
115           "~> 4.1.0"
116         ],
117         "IQKeyboardManagerSwift": [
118           "~> 4.0.9"
119         ],
120         "AFDateHelper": [
121           "~> 4.2.2"
122         ]
123       }
124     }
125   ]