blob: ecd0871a4d7e825a27297f698a69d6657635a9bc [file] [log] [blame]
{
"name": "DYVideoCamera",
"version": "2.1.0",
"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.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "DYVideoCamera/Classes/**/*",
"resources": "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": [
]
}
}