blob: ec57128ce525174999968297fdec5752ce78b6ab [file] [log] [blame]
{
"name": "KZSmallVideoRecorder",
"version": "1.0.4",
"summary": "仿微信小视频的录制 Objective-C 版",
"homepage": "https://github.com/houkangzhu/KZWeChatSmallVideo-OC",
"license": "MIT",
"authors": {
"604952096@qq.com": "houkangzhu@hotmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/houkangzhu/KZWeChatSmallVideo-OC.git",
"tag": "v1.0.4"
},
"source_files": "KZSmallVideoRecorder/*.{h,m}",
"ios": {
"frameworks": [
"UIKit",
"Photos",
"AVFoundation",
"CoreGraphics"
]
},
"requires_arc": true
}