[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / c / b / IDMFoundation / 1.9.0 / IDMFoundation.podspec.json
blob86d1cc6000c5996f1c5f572ee4b391410f54213d
2   "name": "IDMFoundation",
3   "version": "1.9.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.9.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         "IDMFoundation/Router": [
56         ],
57         "IDMFoundation/ViewState": [
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": "Router",
76       "source_files": "IDMFoundation/Router/**/*"
77     },
78     {
79       "name": "ViewState",
80       "dependencies": {
81         "ViewStateCore": [
83         ]
84       }
85     },
86     {
87       "name": "Alamofire",
88       "source_files": "IDMFoundation/Alamofire/**/*",
89       "dependencies": {
90         "IDMFoundation/RequestParameter": [
92         ],
93         "SiFUtilities": [
95         ],
96         "IDMCore": [
98         ],
99         "Alamofire": [
101         ]
102       }
103     },
104     {
105       "name": "RequestParameter",
106       "source_files": "IDMFoundation/RequestParameter/**/*",
107       "dependencies": {
108         "IDMFoundation/Core": [
110         ],
111         "SiFUtilities": [
113         ],
114         "IDMCore": [
116         ],
117         "UIImage+FixOrientation": [
119         ]
120       }
121     },
122     {
123       "name": "ObjectMapper",
124       "source_files": "IDMFoundation/ObjectMapper/**/*",
125       "dependencies": {
126         "IDMFoundation/Core": [
128         ],
129         "SiFUtilities": [
131         ],
132         "IDMCore": [
134         ],
135         "ObjectMapper": [
137         ]
138       }
139     },
140     {
141       "name": "MBProgressHUD",
142       "source_files": "IDMFoundation/MBProgressHUD/**/*",
143       "dependencies": {
144         "SiFUtilities": [
146         ],
147         "IDMCore": [
149         ],
150         "MBProgressHUD": [
152         ]
153       }
154     },
155     {
156       "name": "Reachability",
157       "source_files": "IDMFoundation/Reachability/**/*",
158       "dependencies": {
159         "CWStatusBarNotification": [
161         ],
162         "Reachability": [
164         ],
165         "SiFUtilities": [
167         ]
168       }
169     },
170     {
171       "name": "JGProgressHUD",
172       "source_files": "IDMFoundation/JGProgressHUD/**/*",
173       "dependencies": {
174         "JGProgressHUD": [
176         ],
177         "SiFUtilities": [
179         ],
180         "IDMCore": [
182         ]
183       }
184     },
185     {
186       "name": "CameraAsset",
187       "source_files": "IDMFoundation/CameraAsset/**/*",
188       "dependencies": {
189         "IDMFoundation/RequestParameter": [
191         ],
192         "SiFUtilities": [
194         ]
195       }
196     }
197   ]