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