[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 9 / c / b / IDMFoundation / 1.5.2 / IDMFoundation.podspec.json
blobc20a21db01c5e330fd8a120d38c5098369eb8e2a
2   "name": "IDMFoundation",
3   "version": "1.5.2",
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.5.2"
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         "UIImage+FixOrientation": [
47         ]
48       }
49     },
50     {
51       "name": "JSONMapper",
52       "source_files": "IDMFoundation/JSONMapper/**/*",
53       "dependencies": {
54         "IDMFoundation/Core": [
56         ],
57         "SiFUtilities": [
59         ],
60         "IDMCore": [
62         ],
63         "ObjectMapper": [
65         ]
66       }
67     },
68     {
69       "name": "MBProgressHUD",
70       "source_files": "IDMFoundation/MBProgressHUD/**/*",
71       "dependencies": {
72         "SiFUtilities": [
74         ],
75         "IDMCore": [
77         ],
78         "MBProgressHUD": [
80         ]
81       }
82     },
83     {
84       "name": "Reachability",
85       "source_files": "IDMFoundation/Reachability/**/*",
86       "dependencies": {
87         "CWStatusBarNotification": [
89         ],
90         "Reachability": [
92         ],
93         "SiFUtilities": [
95         ]
96       }
97     },
98     {
99       "name": "JGProgressHUD",
100       "source_files": "IDMFoundation/JGProgressHUD/**/*",
101       "dependencies": {
102         "JGProgressHUD": [
104         ],
105         "SiFUtilities": [
107         ],
108         "IDMCore": [
110         ]
111       }
112     },
113     {
114       "name": "CameraAsset",
115       "source_files": "IDMFoundation/CameraAsset/**/*",
116       "dependencies": {
117         "IDMFoundation/Core": [
119         ],
120         "SiFUtilities": [
122         ]
123       }
124     }
125   ]