[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / c / b / IDMFoundation / 1.7.0 / IDMFoundation.podspec.json
blob2dcc3d1abe7fb9138c51796ab3797a0447c35d3e
2   "name": "IDMFoundation",
3   "version": "1.7.0",
4   "summary": "Base classes for new project which follows IDMCore",
5   "pod_target_xcconfig": {
6     "SWIFT_VERSION": "4.1"
7   },
8   "description": "To install IDM Xcode Template: clone this repo run install-template.sh",
9   "homepage": "https://github.com/congncif/IDMFoundation",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "congncif": "congnc.if@gmail.com"
16   },
17   "source": {
18     "git": "https://github.com/congncif/IDMFoundation.git",
19     "tag": "1.7.0"
20   },
21   "platforms": {
22     "ios": "8.0"
23   },
24   "frameworks": [
25     "UIKit",
26     "Photos",
27     "MobileCoreServices",
28     "AVFoundation"
29   ],
30   "default_subspecs": "Core",
31   "subspecs": [
32     {
33       "name": "Core",
34       "source_files": "IDMFoundation/Core/**/*",
35       "dependencies": {
36         "SiFUtilities": [
38         ],
39         "IDMCore": [
41         ]
42       }
43     },
44     {
45       "name": "Alamofire",
46       "source_files": "IDMFoundation/Alamofire/**/*",
47       "dependencies": {
48         "IDMFoundation/RequestParameter": [
50         ],
51         "SiFUtilities": [
53         ],
54         "IDMCore": [
56         ],
57         "Alamofire": [
59         ]
60       }
61     },
62     {
63       "name": "RequestParameter",
64       "source_files": "IDMFoundation/RequestParameter/**/*",
65       "dependencies": {
66         "IDMFoundation/Core": [
68         ],
69         "SiFUtilities": [
71         ],
72         "IDMCore": [
74         ],
75         "UIImage+FixOrientation": [
77         ]
78       }
79     },
80     {
81       "name": "ObjectMapper",
82       "source_files": "IDMFoundation/ObjectMapper/**/*",
83       "dependencies": {
84         "IDMFoundation/Core": [
86         ],
87         "SiFUtilities": [
89         ],
90         "IDMCore": [
92         ],
93         "ObjectMapper": [
95         ]
96       }
97     },
98     {
99       "name": "MBProgressHUD",
100       "source_files": "IDMFoundation/MBProgressHUD/**/*",
101       "dependencies": {
102         "SiFUtilities": [
104         ],
105         "IDMCore": [
107         ],
108         "MBProgressHUD": [
110         ]
111       }
112     },
113     {
114       "name": "Reachability",
115       "source_files": "IDMFoundation/Reachability/**/*",
116       "dependencies": {
117         "CWStatusBarNotification": [
119         ],
120         "Reachability": [
122         ],
123         "SiFUtilities": [
125         ]
126       }
127     },
128     {
129       "name": "JGProgressHUD",
130       "source_files": "IDMFoundation/JGProgressHUD/**/*",
131       "dependencies": {
132         "JGProgressHUD": [
134         ],
135         "SiFUtilities": [
137         ],
138         "IDMCore": [
140         ]
141       }
142     },
143     {
144       "name": "CameraAsset",
145       "source_files": "IDMFoundation/CameraAsset/**/*",
146       "dependencies": {
147         "IDMFoundation/RequestParameter": [
149         ],
150         "SiFUtilities": [
152         ]
153       }
154     }
155   ]