[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 3 / 9 / e / ACMediaFrame / 3.1.0 / ACMediaFrame.podspec.json
blob38ff56d2d7f9cb7a28d33766c28f947f3897e8cd
2   "name": "ACMediaFrame",
3   "version": "3.1.0",
4   "summary": "An easy way to display image or video form album or camera, and get more info of image or video to upload and so on.",
5   "homepage": "https://github.com/honeycao/ACMediaFrame",
6   "license": "MIT",
7   "authors": {
8     "ArthurCao": "honeycao9268@163.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/honeycao/ACMediaFrame.git",
15     "tag": "3.1.0"
16   },
17   "default_subspecs": "UI",
18   "requires_arc": true,
19   "dependencies": {
20     "TZImagePickerController": [
22     ]
23   },
24   "subspecs": [
25     {
26       "name": "UI",
27       "source_files": "ACMediaFrame/UI/*.{h,m}",
28       "resources": "ACMediaFrame/ACMediaFrame.bundle",
29       "dependencies": {
30         "ACMediaFrame/Core": [
32         ]
33       }
34     },
35     {
36       "name": "Core",
37       "source_files": "ACMediaFrame/Core/*.{h,m}"
38     }
39   ]