[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 9 / c / b / IDMFoundation / 1.3.2 / IDMFoundation.podspec.json
blob34e97fe9768211e587608849ca09e52e3b6fd3cf
2   "name": "IDMFoundation",
3   "version": "1.3.2",
4   "summary": "Base classes for new project which follows IDMCore",
5   "description": "To install IDM Xcode Template: clone this repo run install-template.sh",
6   "homepage": "https://github.com/congncif/IDMFoundation",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "congncif": "congnc.if@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/congncif/IDMFoundation.git",
16     "tag": "1.3.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "frameworks": [
22     "UIKit",
23     "Photos",
24     "MobileCoreServices",
25     "AVFoundation"
26   ],
27   "default_subspecs": "Core",
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": "IDMFoundation/Core/**/*",
32       "dependencies": {
33         "SiFUtilities": [
35         ],
36         "IDMCore": [
38         ],
39         "Alamofire": [
41         ],
42         "ObjectMapper": [
44         ],
45         "UIImage+FixOrientation": [
47         ]
48       }
49     },
50     {
51       "name": "MBProgressHUD",
52       "source_files": "IDMFoundation/MBProgressHUD/**/*",
53       "dependencies": {
54         "SiFUtilities": [
56         ],
57         "IDMCore": [
59         ],
60         "MBProgressHUD": [
62         ]
63       }
64     },
65     {
66       "name": "Reachability",
67       "source_files": "IDMFoundation/Reachability/**/*",
68       "dependencies": {
69         "CWStatusBarNotification": [
71         ],
72         "Reachability": [
74         ],
75         "SiFUtilities": [
77         ]
78       }
79     },
80     {
81       "name": "Loading",
82       "source_files": "IDMFoundation/Loading/**/*",
83       "dependencies": {
84         "FTIndicator": [
86         ],
87         "SiFUtilities": [
89         ],
90         "IDMCore": [
92         ]
93       }
94     }
95   ]