[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 9 / c / b / IDMFoundation / 1.9.5 / IDMFoundation.podspec.json
blobf8015eec20469e374447f7af3a83fc1abba4146d
2   "name": "IDMFoundation",
3   "version": "1.9.5",
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.9.5"
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         "IDMFoundation/ViewState": [
56         ],
57         "IDMFoundation/ModuleX": [
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": "ViewState",
76       "dependencies": {
77         "ViewStateCore": [
79         ]
80       }
81     },
82     {
83       "name": "ModuleX",
84       "dependencies": {
85         "ModuleX": [
87         ]
88       }
89     },
90     {
91       "name": "Alamofire",
92       "source_files": "IDMFoundation/Alamofire/**/*",
93       "dependencies": {
94         "IDMFoundation/RequestParameter": [
96         ],
97         "SiFUtilities": [
99         ],
100         "IDMCore": [
102         ],
103         "Alamofire": [
105         ]
106       }
107     },
108     {
109       "name": "RequestParameter",
110       "source_files": "IDMFoundation/RequestParameter/**/*",
111       "dependencies": {
112         "IDMFoundation/Core": [
114         ],
115         "SiFUtilities": [
117         ],
118         "IDMCore": [
120         ],
121         "UIImage+FixOrientation": [
123         ]
124       }
125     },
126     {
127       "name": "ObjectMapper",
128       "source_files": "IDMFoundation/ObjectMapper/**/*",
129       "dependencies": {
130         "IDMFoundation/Core": [
132         ],
133         "SiFUtilities": [
135         ],
136         "IDMCore": [
138         ],
139         "ObjectMapper": [
141         ]
142       }
143     },
144     {
145       "name": "MBProgressHUD",
146       "source_files": "IDMFoundation/MBProgressHUD/**/*",
147       "dependencies": {
148         "SiFUtilities": [
150         ],
151         "IDMCore": [
153         ],
154         "MBProgressHUD": [
156         ]
157       }
158     },
159     {
160       "name": "Reachability",
161       "source_files": "IDMFoundation/Reachability/**/*",
162       "dependencies": {
163         "CWStatusBarNotification": [
165         ],
166         "Reachability": [
168         ],
169         "SiFUtilities": [
171         ]
172       }
173     },
174     {
175       "name": "JGProgressHUD",
176       "source_files": "IDMFoundation/JGProgressHUD/**/*",
177       "dependencies": {
178         "JGProgressHUD": [
180         ],
181         "SiFUtilities": [
183         ],
184         "IDMCore": [
186         ]
187       }
188     },
189     {
190       "name": "CameraAsset",
191       "source_files": "IDMFoundation/CameraAsset/**/*",
192       "dependencies": {
193         "IDMFoundation/RequestParameter": [
195         ],
196         "SiFUtilities": [
198         ]
199       }
200     }
201   ]