[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 9 / c / b / IDMFoundation / 1.8.0 / IDMFoundation.podspec.json
blob3ea80250a5add2d1ff4a8ad58e32de0f8803edb6
2   "name": "IDMFoundation",
3   "version": "1.8.0",
4   "summary": "Base classes for new project which follows IDMCore",
5   "swift_version": "4.1",
6   "pod_target_xcconfig": {
7     "SWIFT_VERSION": "4.1"
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.0"
21   },
22   "platforms": {
23     "ios": "8.0"
24   },
25   "frameworks": [
26     "UIKit",
27     "Photos",
28     "MobileCoreServices",
29     "AVFoundation"
30   ],
31   "default_subspecs": "Core",
32   "subspecs": [
33     {
34       "name": "Core",
35       "source_files": "IDMFoundation/Core/**/*",
36       "dependencies": {
37         "SiFUtilities": [
39         ],
40         "IDMCore": [
42         ]
43       }
44     },
45     {
46       "name": "Alamofire",
47       "source_files": "IDMFoundation/Alamofire/**/*",
48       "dependencies": {
49         "IDMFoundation/RequestParameter": [
51         ],
52         "SiFUtilities": [
54         ],
55         "IDMCore": [
57         ],
58         "Alamofire": [
60         ]
61       }
62     },
63     {
64       "name": "RequestParameter",
65       "source_files": "IDMFoundation/RequestParameter/**/*",
66       "dependencies": {
67         "IDMFoundation/Core": [
69         ],
70         "SiFUtilities": [
72         ],
73         "IDMCore": [
75         ],
76         "UIImage+FixOrientation": [
78         ]
79       }
80     },
81     {
82       "name": "ObjectMapper",
83       "source_files": "IDMFoundation/ObjectMapper/**/*",
84       "dependencies": {
85         "IDMFoundation/Core": [
87         ],
88         "SiFUtilities": [
90         ],
91         "IDMCore": [
93         ],
94         "ObjectMapper": [
96         ]
97       }
98     },
99     {
100       "name": "MBProgressHUD",
101       "source_files": "IDMFoundation/MBProgressHUD/**/*",
102       "dependencies": {
103         "SiFUtilities": [
105         ],
106         "IDMCore": [
108         ],
109         "MBProgressHUD": [
111         ]
112       }
113     },
114     {
115       "name": "Reachability",
116       "source_files": "IDMFoundation/Reachability/**/*",
117       "dependencies": {
118         "CWStatusBarNotification": [
120         ],
121         "Reachability": [
123         ],
124         "SiFUtilities": [
126         ]
127       }
128     },
129     {
130       "name": "JGProgressHUD",
131       "source_files": "IDMFoundation/JGProgressHUD/**/*",
132       "dependencies": {
133         "JGProgressHUD": [
135         ],
136         "SiFUtilities": [
138         ],
139         "IDMCore": [
141         ]
142       }
143     },
144     {
145       "name": "CameraAsset",
146       "source_files": "IDMFoundation/CameraAsset/**/*",
147       "dependencies": {
148         "IDMFoundation/RequestParameter": [
150         ],
151         "SiFUtilities": [
153         ]
154       }
155     }
156   ]