[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / c / b / IDMFoundation / 1.4.0 / IDMFoundation.podspec.json
blob7aaa9f4c0a184d682a9cc0213b896d98a624208e
2   "name": "IDMFoundation",
3   "version": "1.4.0",
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.4.0"
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         "ObjectMapper": [
47         ],
48         "UIImage+FixOrientation": [
50         ]
51       }
52     },
53     {
54       "name": "MBProgressHUD",
55       "source_files": "IDMFoundation/MBProgressHUD/**/*",
56       "dependencies": {
57         "SiFUtilities": [
59         ],
60         "IDMCore": [
62         ],
63         "MBProgressHUD": [
65         ]
66       }
67     },
68     {
69       "name": "Reachability",
70       "source_files": "IDMFoundation/Reachability/**/*",
71       "dependencies": {
72         "CWStatusBarNotification": [
74         ],
75         "Reachability": [
77         ],
78         "SiFUtilities": [
80         ]
81       }
82     },
83     {
84       "name": "Loading",
85       "source_files": "IDMFoundation/Loading/**/*",
86       "dependencies": {
87         "JGProgressHUD": [
89         ],
90         "SiFUtilities": [
92         ],
93         "IDMCore": [
95         ]
96       }
97     },
98     {
99       "name": "CameraAsset",
100       "source_files": "IDMFoundation/CameraAsset/**/*",
101       "dependencies": {
102         "SiFUtilities": [
104         ],
105         "IDMFoundation/Core": [
107         ]
108       }
109     }
110   ]