[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 9 / c / b / IDMFoundation / 1.11.0 / IDMFoundation.podspec.json
blob667b598fcfdbc917247dd23dd0e7b1aae2fab46a
2   "name": "IDMFoundation",
3   "version": "1.11.0",
4   "summary": "Base classes for new project which follows IDMCore",
5   "swift_version": "4.2",
6   "pod_target_xcconfig": {
7     "SWIFT_VERSION": "4.2"
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": "1.11.0"
21   },
22   "platforms": {
23     "ios": "8.0"
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/Alamofire": [
41         ],
42         "IDMFoundation/RequestParameter": [
44         ],
45         "IDMFoundation/ObjectMapper": [
47         ],
48         "IDMFoundation/MBProgressHUD": [
50         ],
51         "IDMFoundation/CameraAsset": [
53         ]
54       }
55     },
56     {
57       "name": "Core",
58       "source_files": "IDMFoundation/Core/**/*",
59       "dependencies": {
60         "SiFUtilities": [
62         ],
63         "IDMCore": [
65         ]
66       }
67     },
68     {
69       "name": "ViewState",
70       "dependencies": {
71         "ViewStateCore": [
73         ]
74       }
75     },
76     {
77       "name": "ModuleX",
78       "dependencies": {
79         "ModuleX": [
81         ]
82       }
83     },
84     {
85       "name": "Alamofire",
86       "source_files": "IDMFoundation/Alamofire/**/*",
87       "dependencies": {
88         "IDMFoundation/RequestParameter": [
90         ],
91         "SiFUtilities": [
93         ],
94         "IDMCore": [
96         ],
97         "Alamofire": [
99         ]
100       }
101     },
102     {
103       "name": "RequestParameter",
104       "source_files": "IDMFoundation/RequestParameter/**/*",
105       "dependencies": {
106         "IDMFoundation/Core": [
108         ],
109         "SiFUtilities": [
111         ],
112         "IDMCore": [
114         ],
115         "UIImage+FixOrientation": [
117         ]
118       }
119     },
120     {
121       "name": "ObjectMapper",
122       "source_files": [
123         "IDMFoundation/Response/Shared/*.swift",
124         "IDMFoundation/Response/ObjectMapper/*.swift"
125       ],
126       "dependencies": {
127         "IDMFoundation/Core": [
129         ],
130         "IDMCore": [
132         ],
133         "ObjectMapper": [
135         ]
136       }
137     },
138     {
139       "name": "Codable",
140       "source_files": [
141         "IDMFoundation/Response/Shared/*.swift",
142         "IDMFoundation/Response/Codable/*.swift"
143       ],
144       "dependencies": {
145         "IDMFoundation/Core": [
147         ],
148         "IDMCore": [
150         ]
151       }
152     },
153     {
154       "name": "MBProgressHUD",
155       "source_files": "IDMFoundation/MBProgressHUD/**/*",
156       "dependencies": {
157         "SiFUtilities": [
159         ],
160         "IDMCore": [
162         ],
163         "MBProgressHUD": [
165         ]
166       }
167     },
168     {
169       "name": "Reachability",
170       "source_files": "IDMFoundation/Reachability/**/*",
171       "dependencies": {
172         "CWStatusBarNotification": [
174         ],
175         "Reachability": [
177         ],
178         "SiFUtilities": [
180         ]
181       }
182     },
183     {
184       "name": "JGProgressHUD",
185       "source_files": "IDMFoundation/JGProgressHUD/**/*",
186       "dependencies": {
187         "JGProgressHUD": [
189         ],
190         "SiFUtilities": [
192         ],
193         "IDMCore": [
195         ]
196       }
197     },
198     {
199       "name": "CameraAsset",
200       "source_files": "IDMFoundation/CameraAsset/**/*",
201       "dependencies": {
202         "IDMFoundation/RequestParameter": [
204         ],
205         "SiFUtilities": [
207         ]
208       }
209     }
210   ]