[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / c / b / IDMFoundation / 2.3.1 / IDMFoundation.podspec.json
blobe602aa3032632347f908c5e0b8bd5dda3605998e
2   "name": "IDMFoundation",
3   "version": "2.3.1",
4   "summary": "Base classes for new project which follows IDMCore",
5   "swift_versions": [
6     "4.2",
7     "5.0",
8     "5.1",
9     "5.1"
10   ],
11   "description": "To install IDM Xcode Template: clone this repo run install-template.sh",
12   "homepage": "https://github.com/congncif/IDMFoundation",
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "authors": {
18     "congncif": "congnc.if@gmail.com"
19   },
20   "source": {
21     "git": "https://github.com/congncif/IDMFoundation.git",
22     "tag": "2.3.1"
23   },
24   "platforms": {
25     "ios": "8.0"
26   },
27   "frameworks": [
28     "UIKit",
29     "Photos",
30     "MobileCoreServices",
31     "AVFoundation"
32   ],
33   "default_subspecs": "Default",
34   "swift_version": "5.1",
35   "subspecs": [
36     {
37       "name": "Default",
38       "dependencies": {
39         "IDMFoundation/Core": [
41         ],
42         "IDMFoundation/Networking": [
44         ],
45         "IDMFoundation/Alamofire": [
47         ],
48         "IDMFoundation/CameraAsset": [
50         ],
51         "IDMFoundation/ObjectMapper": [
53         ],
54         "IDMFoundation/MBProgressHUD": [
56         ],
57         "IDMFoundation/ModuleHelper": [
59         ]
60       }
61     },
62     {
63       "name": "Core",
64       "source_files": "IDMFoundation/Core/**/*",
65       "dependencies": {
66         "SiFUtilities": [
68         ],
69         "IDMCore": [
71         ]
72       }
73     },
74     {
75       "name": "Alamofire",
76       "source_files": "IDMFoundation/Alamofire/**/*",
77       "dependencies": {
78         "IDMFoundation/Networking": [
80         ],
81         "SiFUtilities": [
83         ],
84         "IDMCore": [
86         ],
87         "Alamofire": [
89         ]
90       }
91     },
92     {
93       "name": "Networking",
94       "source_files": "IDMFoundation/Networking/**/*",
95       "dependencies": {
96         "IDMFoundation/Core": [
98         ],
99         "SiFUtilities": [
101         ],
102         "IDMCore": [
104         ]
105       }
106     },
107     {
108       "name": "ObjectMapper",
109       "source_files": [
110         "IDMFoundation/Response/Shared/*.swift",
111         "IDMFoundation/Response/ObjectMapper/*.swift"
112       ],
113       "dependencies": {
114         "IDMFoundation/Core": [
116         ],
117         "IDMCore": [
119         ],
120         "ObjectMapper": [
122         ]
123       }
124     },
125     {
126       "name": "Codable",
127       "source_files": [
128         "IDMFoundation/Response/Shared/*.swift",
129         "IDMFoundation/Response/Codable/*.swift"
130       ],
131       "dependencies": {
132         "IDMFoundation/Core": [
134         ],
135         "IDMCore": [
137         ]
138       }
139     },
140     {
141       "name": "MBProgressHUD",
142       "source_files": [
143         "IDMFoundation/MBProgressHUD/*.swift",
144         "IDMFoundation/ErrorHandling/*.swift"
145       ],
146       "dependencies": {
147         "SiFUtilities": [
149         ],
150         "IDMCore": [
152         ],
153         "MBProgressHUD": [
155         ]
156       }
157     },
158     {
159       "name": "JGProgressHUD",
160       "source_files": [
161         "IDMFoundation/JGProgressHUD/*.swift",
162         "IDMFoundation/ErrorHandling/*.swift"
163       ],
164       "dependencies": {
165         "JGProgressHUD": [
167         ],
168         "SiFUtilities": [
170         ],
171         "IDMCore": [
173         ]
174       }
175     },
176     {
177       "name": "Reachability",
178       "source_files": "IDMFoundation/Reachability/**/*",
179       "dependencies": {
180         "CWStatusBarNotification": [
182         ],
183         "Reachability": [
185         ],
186         "SiFUtilities": [
188         ]
189       }
190     },
191     {
192       "name": "CameraAsset",
193       "source_files": "IDMFoundation/CameraAsset/**/*",
194       "dependencies": {
195         "IDMFoundation/Networking": [
197         ],
198         "SiFUtilities": [
200         ]
201       }
202     },
203     {
204       "name": "ModuleHelper",
205       "source_files": "IDMFoundation/ModuleHelper/**/*",
206       "dependencies": {
207         "ViewStateCore": [
209         ],
210         "IDMCore": [
212         ]
213       }
214     }
215   ]