[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / 0 / c / 4 / GISTFramework / 5.2.2 / GISTFramework.podspec.json
blobacfecb6bc49ad0d5d199fe66fd8afa12342826f7
2   "name": "GISTFramework",
3   "version": "5.2.2",
4   "summary": "GISTFramework is bottom architecture layer of iOS apps.",
5   "swift_versions": "5.0",
6   "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.",
7   "homepage": "https://github.com/cubixInc/GIST-Framework.git",
8   "license": {
9     "type": "GNU AGPLv3",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Cubix.co Inc.": ""
14   },
15   "platforms": {
16     "ios": "11.0"
17   },
18   "source": {
19     "git": "https://github.com/cubixInc/GIST-Framework.git",
20     "tag": "5.2.2"
21   },
22   "pod_target_xcconfig": {
23     "OTHER_SWIFT_FLAGS[config=Debug]": "-DDEBUG"
24   },
25   "resource_bundles": {
26     "GISTFrameworkBundle": "GISTFramework/Resourses/*.*"
27   },
28   "subspecs": [
29     {
30       "name": "GISTCore",
31       "source_files": "GISTFramework/Classes/GISTCore/**/*.{swift}",
32       "dependencies": {
33         "PhoneNumberKit": [
34           "~> 3.2.0"
35         ]
36       }
37     },
38     {
39       "name": "BaseClasses",
40       "source_files": "GISTFramework/Classes/BaseClasses/**/*.{swift}",
41       "dependencies": {
42         "GISTFramework/GISTCore": [
44         ],
45         "GISTFramework/Extensions": [
47         ],
48         "GISTFramework/SyncEngine": [
50         ]
51       }
52     },
53     {
54       "name": "Controls",
55       "source_files": "GISTFramework/Classes/Controls/**/*.{swift}",
56       "dependencies": {
57         "GISTFramework/GISTCore": [
59         ],
60         "GISTFramework/BaseClasses": [
62         ],
63         "GISTFramework/Extensions": [
65         ],
66         "GISTFramework/SyncEngine": [
68         ],
69         "InputMask": [
70           "~> 6.0.0"
71         ]
72       }
73     },
74     {
75       "name": "Extensions",
76       "source_files": "GISTFramework/Classes/Extensions/**/*.{swift}",
77       "dependencies": {
78         "GISTFramework/GISTCore": [
80         ],
81         "GISTFramework/SyncEngine": [
83         ]
84       }
85     },
86     {
87       "name": "SyncEngine",
88       "source_files": "GISTFramework/Classes/SyncEngine/**/*.{swift}",
89       "dependencies": {
90         "GISTFramework/GISTCore": [
92         ],
93         "UIColor_Hex_Swift": [
94           "~> 5.1.0"
95         ]
96       }
97     },
98     {
99       "name": "GISTSocial",
100       "source_files": "GISTFramework/Classes/GISTSocial/**/*.{swift}",
101       "dependencies": {
102         "GISTFramework/GISTCore": [
104         ],
105         "GISTFramework/BaseClasses": [
107         ],
108         "GISTFramework/Extensions": [
110         ],
111         "GISTFramework/Controls": [
113         ],
114         "GISTFramework/SyncEngine": [
116         ],
117         "Alamofire": [
118           "~> 5.2.2"
119         ],
120         "ObjectMapper": [
121           "~> 4.2.0"
122         ],
123         "AFDateHelper": [
124           "~> 4.3.0"
125         ],
126         "IQKeyboardManagerSwift": [
127           "~> 6.5.5"
128         ]
129       }
130     }
131   ],
132   "swift_version": "5.0"