blob: badb997f800bf0ad64920e5ea0ad5b9d03d36468 [file] [log] [blame]
{
"name": "DYVideoCamera",
"version": "2.1.1",
"summary": "A iOS Camera FrameWork.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/doubleYang1020/DYVideoCamera",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"doubleYang1020": "cn_huyangyang@163.com"
},
"source": {
"git": "https://github.com/doubleYang1020/DYVideoCamera.git",
"tag": "2.1.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "DYVideoCamera/Classes/**/*",
"resource_bundles": {
"DYVideoCameraMedia": [
"DYVideoCamera/*.xcassets"
]
},
"ios": {
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"vendored_frameworks": "Frameworks/KSYHTTPCache.framework"
},
"frameworks": [
"UIKit",
"Photos",
"AVFoundation",
"AssetsLibrary"
],
"dependencies": {
"Masonry": [
],
"GPUImage": [
],
"lottie-ios_Oc": [
],
"CocoaLumberjack": [
],
"CocoaAsyncSocket": [
]
}
}