blob: c639ecc36218bba1c2e9e913592d6fbac2c33eff [file] [log] [blame]
{
"name": "SendWeChatDemo",
"version": "0.0.9",
"summary": "SendWeChatDemo is a Demo to send images like wechat",
"homepage": "https://github.com/qin-xiaogang/SendWeChatDemo",
"license": "MIT",
"authors": {
"秦晓刚": "qinxiaogang@aliyun.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/qin-xiaogang/SendWeChatDemo.git",
"tag": "0.0.9"
},
"source_files": [
"SendWeChatDemo",
"SendWeChatDemo/**/*.{h,m}"
],
"frameworks": [
"AssetsLibrary",
"Photos"
],
"requires_arc": true,
"dependencies": {
"QBImagePickerController": [
],
"Masonry": [
"~> 1.0.0"
]
}
}