[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / c / b / IDMFoundation / 1.8.4 / IDMFoundation.podspec.json
blobdfd41a54e70a16e24bf0f536fb6c6d3ffde9a7da
2   "name": "IDMFoundation",
3   "version": "1.8.4",
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.8.4"
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": "Alamofire",
70       "source_files": "IDMFoundation/Alamofire/**/*",
71       "dependencies": {
72         "IDMFoundation/RequestParameter": [
74         ],
75         "SiFUtilities": [
77         ],
78         "IDMCore": [
80         ],
81         "Alamofire": [
83         ]
84       }
85     },
86     {
87       "name": "RequestParameter",
88       "source_files": "IDMFoundation/RequestParameter/**/*",
89       "dependencies": {
90         "IDMFoundation/Core": [
92         ],
93         "SiFUtilities": [
95         ],
96         "IDMCore": [
98         ],
99         "UIImage+FixOrientation": [
101         ]
102       }
103     },
104     {
105       "name": "ObjectMapper",
106       "source_files": "IDMFoundation/ObjectMapper/**/*",
107       "dependencies": {
108         "IDMFoundation/Core": [
110         ],
111         "SiFUtilities": [
113         ],
114         "IDMCore": [
116         ],
117         "ObjectMapper": [
119         ]
120       }
121     },
122     {
123       "name": "MBProgressHUD",
124       "source_files": "IDMFoundation/MBProgressHUD/**/*",
125       "dependencies": {
126         "SiFUtilities": [
128         ],
129         "IDMCore": [
131         ],
132         "MBProgressHUD": [
134         ]
135       }
136     },
137     {
138       "name": "Reachability",
139       "source_files": "IDMFoundation/Reachability/**/*",
140       "dependencies": {
141         "CWStatusBarNotification": [
143         ],
144         "Reachability": [
146         ],
147         "SiFUtilities": [
149         ]
150       }
151     },
152     {
153       "name": "JGProgressHUD",
154       "source_files": "IDMFoundation/JGProgressHUD/**/*",
155       "dependencies": {
156         "JGProgressHUD": [
158         ],
159         "SiFUtilities": [
161         ],
162         "IDMCore": [
164         ]
165       }
166     },
167     {
168       "name": "CameraAsset",
169       "source_files": "IDMFoundation/CameraAsset/**/*",
170       "dependencies": {
171         "IDMFoundation/RequestParameter": [
173         ],
174         "SiFUtilities": [
176         ]
177       }
178     }
179   ]