| { |
| "name": "SendWeChatDemo", |
| "version": "0.0.5", |
| "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": null |
| }, |
| "source": { |
| "git": "https://github.com/qin-xiaogang/SendWeChatDemo.git", |
| "tag": "0.0.5" |
| }, |
| "source_files": [ |
| "SendWeChatDemo", |
| "SendWeChatDemo/**/*.{h,m}" |
| ], |
| "frameworks": [ |
| "AssetsLibrary", |
| "Photos" |
| ], |
| "requires_arc": true, |
| "dependencies": { |
| "QBImagePickerController": [ |
| |
| ], |
| "Masonry": [ |
| "~> 1.0.0" |
| ] |
| } |
| } |