blob: 77956405fc50dde7aea7dbdf3d08961d0bbe7bce [file] [log] [blame]
{
"name": "SWechatShortVideo",
"version": "0.1.1",
"summary": "Short Video Capture like Wechat App",
"homepage": "https://github.com/AliThink/WechatShortVideo",
"license": "MIT",
"authors": {
"AliThink": "cloudsthinker@126.com"
},
"source": {
"git": "https://github.com/sujiewen/SWechatShortVideo.git",
"tag": "v0.1.1"
},
"source_files": "WechatShortVideo/**/*.{h,m}",
"resources": [
"WechatShortVideo/**/*.{xib}",
"WechatShortVideo/**/*.{png}"
],
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"dependencies": {
"SCRecorder": [
"~> 2.6.1"
],
"MBProgressHUD": [
"~> 0.9.1"
]
}
}