[Add] AlibabacloudEcs20140526 3.0.1
[CocoaPods.git] / Specs / d / 9 / 7 / DYVideoCamera / 2.1.1 / DYVideoCamera.podspec.json
blobbadb997f800bf0ad64920e5ea0ad5b9d03d36468
2   "name": "DYVideoCamera",
3   "version": "2.1.1",
4   "summary": "A iOS Camera FrameWork.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/doubleYang1020/DYVideoCamera",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "doubleYang1020": "cn_huyangyang@163.com"
13   },
14   "source": {
15     "git": "https://github.com/doubleYang1020/DYVideoCamera.git",
16     "tag": "2.1.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "DYVideoCamera/Classes/**/*",
22   "resource_bundles": {
23     "DYVideoCameraMedia": [
24       "DYVideoCamera/*.xcassets"
25     ]
26   },
27   "ios": {
28     "xcconfig": {
29       "OTHER_LDFLAGS": "-ObjC"
30     },
31     "vendored_frameworks": "Frameworks/KSYHTTPCache.framework"
32   },
33   "frameworks": [
34     "UIKit",
35     "Photos",
36     "AVFoundation",
37     "AssetsLibrary"
38   ],
39   "dependencies": {
40     "Masonry": [
42     ],
43     "GPUImage": [
45     ],
46     "lottie-ios_Oc": [
48     ],
49     "CocoaLumberjack": [
51     ],
52     "CocoaAsyncSocket": [
54     ]
55   }