[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / c / b / IDMFoundation / 1.2.1 / IDMFoundation.podspec.json
blobd37b3378a89b907815d551d5da44398e250d0fbf
2   "name": "IDMFoundation",
3   "version": "1.2.1",
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.2.1"
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     "CWStatusBarNotification": [
49     ],
50     "Reachability": [
52     ]
53   }