blob: a1bafd80c0c2cbf09fd29c7fc6a2ca2017d945e1 [file] [log] [blame]
{
"name": "ZhikeVideo",
"version": "1.0.1",
"summary": "video for iOS develop",
"homepage": "https://github.com/smartliuliu/ZhikeAVVideo",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"liu": "1172436954@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/smartliuliu/ZhikeAVVideo.git",
"tag": "1.0.1"
},
"source_files": [
"ZhikeVideo/**/*.{h,m}",
"Pods/**/*.{h,m}"
],
"resource_bundles": {
"ZhikeVideo": [
"ZhikeVideo/Resources/*.png"
]
},
"public_header_files": "ZhikeVideo/**/*.h",
"frameworks": [
"UIKit",
"AVFoundation"
],
"dependencies": {
"Masonry": [
],
"SDWebImage": [
]
},
"requires_arc": true
}