[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 9 / c / b / IDMFoundation / 0.1.18 / IDMFoundation.podspec.json
blobd36d45b68c88779f22cd33f68610e07b987f61bd
2   "name": "IDMFoundation",
3   "version": "0.1.18",
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": "0.1.18"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "IDMFoundation/Classes/**/*",
22   "frameworks": [
23     "UIKit",
24     "Photos",
25     "MobileCoreServices",
26     "AVFoundation"
27   ],
28   "dependencies": {
29     "SiFUtilities": [
31     ],
32     "IDMCore": [
34     ],
35     "Alamofire": [
37     ],
38     "ObjectMapper": [
40     ],
41     "MBProgressHUD": [
43     ],
44     "UIImage+FixOrientation": [
46     ]
47   }