[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / c / b / IDMFoundation / 1.6.2 / IDMFoundation.podspec.json
blobb3050ba21c9b4f91b861f95cf71d97573a1e5fa5
2   "name": "IDMFoundation",
3   "version": "1.6.2",
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.6.2"
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         "Alamofire": [
44         ],
45         "UIImage+FixOrientation": [
47         ]
48       }
49     },
50     {
51       "name": "RequestParameter",
52       "source_files": "IDMFoundation/RequestParameter/**/*",
53       "dependencies": {
54         "IDMFoundation/Core": [
56         ],
57         "SiFUtilities": [
59         ],
60         "IDMCore": [
62         ]
63       }
64     },
65     {
66       "name": "ObjectMapper",
67       "source_files": "IDMFoundation/ObjectMapper/**/*",
68       "dependencies": {
69         "IDMFoundation/Core": [
71         ],
72         "SiFUtilities": [
74         ],
75         "IDMCore": [
77         ],
78         "ObjectMapper": [
80         ]
81       }
82     },
83     {
84       "name": "MBProgressHUD",
85       "source_files": "IDMFoundation/MBProgressHUD/**/*",
86       "dependencies": {
87         "SiFUtilities": [
89         ],
90         "IDMCore": [
92         ],
93         "MBProgressHUD": [
95         ]
96       }
97     },
98     {
99       "name": "Reachability",
100       "source_files": "IDMFoundation/Reachability/**/*",
101       "dependencies": {
102         "CWStatusBarNotification": [
104         ],
105         "Reachability": [
107         ],
108         "SiFUtilities": [
110         ]
111       }
112     },
113     {
114       "name": "JGProgressHUD",
115       "source_files": "IDMFoundation/JGProgressHUD/**/*",
116       "dependencies": {
117         "JGProgressHUD": [
119         ],
120         "SiFUtilities": [
122         ],
123         "IDMCore": [
125         ]
126       }
127     },
128     {
129       "name": "CameraAsset",
130       "source_files": "IDMFoundation/CameraAsset/**/*",
131       "dependencies": {
132         "IDMFoundation/RequestParameter": [
134         ],
135         "SiFUtilities": [
137         ]
138       }
139     }
140   ]