[Add] TTSDK-iOS 2.0.2
[CocoaPods.git] / Specs / 9 / c / b / IDMFoundation / 2.1.8 / IDMFoundation.podspec.json
blob2b4893a12e787b1cb418bc4d2ee263a05fd10f5e
2   "name": "IDMFoundation",
3   "version": "2.1.8",
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": "2.1.8"
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/Networking": [
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/Networking": [
90         ],
91         "SiFUtilities": [
93         ],
94         "IDMCore": [
96         ],
97         "Alamofire": [
99         ]
100       }
101     },
102     {
103       "name": "Networking",
104       "source_files": "IDMFoundation/Networking/**/*",
105       "dependencies": {
106         "IDMFoundation/Core": [
108         ],
109         "SiFUtilities": [
111         ],
112         "IDMCore": [
114         ]
115       }
116     },
117     {
118       "name": "ObjectMapper",
119       "source_files": [
120         "IDMFoundation/Response/Shared/*.swift",
121         "IDMFoundation/Response/ObjectMapper/*.swift"
122       ],
123       "dependencies": {
124         "IDMFoundation/Core": [
126         ],
127         "IDMCore": [
129         ],
130         "ObjectMapper": [
132         ]
133       }
134     },
135     {
136       "name": "Codable",
137       "source_files": [
138         "IDMFoundation/Response/Shared/*.swift",
139         "IDMFoundation/Response/Codable/*.swift"
140       ],
141       "dependencies": {
142         "IDMFoundation/Core": [
144         ],
145         "IDMCore": [
147         ]
148       }
149     },
150     {
151       "name": "MBProgressHUD",
152       "source_files": "IDMFoundation/MBProgressHUD/**/*",
153       "dependencies": {
154         "SiFUtilities": [
156         ],
157         "IDMCore": [
159         ],
160         "MBProgressHUD": [
162         ]
163       }
164     },
165     {
166       "name": "Reachability",
167       "source_files": "IDMFoundation/Reachability/**/*",
168       "dependencies": {
169         "CWStatusBarNotification": [
171         ],
172         "Reachability": [
174         ],
175         "SiFUtilities": [
177         ]
178       }
179     },
180     {
181       "name": "JGProgressHUD",
182       "source_files": "IDMFoundation/JGProgressHUD/**/*",
183       "dependencies": {
184         "JGProgressHUD": [
186         ],
187         "SiFUtilities": [
189         ],
190         "IDMCore": [
192         ]
193       }
194     },
195     {
196       "name": "CameraAsset",
197       "source_files": "IDMFoundation/CameraAsset/**/*",
198       "dependencies": {
199         "IDMFoundation/Networking": [
201         ],
202         "SiFUtilities": [
204         ]
205       }
206     }
207   ]