| { |
| "name": "WeChatSDK-JDBR", |
| "version": "0.0.1", |
| "summary": "WeChat openSDK1.7.2", |
| "description": "WeChatSDK cocoapods integration", |
| "homepage": "https://open.weixin.qq.com/", |
| "license": { |
| "type": "Copyright", |
| "text": "腾讯公司 版权所有" |
| }, |
| "authors": { |
| "fanhuibo": "huibo.fan@huaat.net" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/jidibingren/WeChatSDK-JDBR.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": "openSDK/*.{h,m}", |
| "vendored_libraries": "openSDK/*.a", |
| "requires_arc": true, |
| "frameworks": [ |
| "SystemConfiguration", |
| "CoreTelephony", |
| "Security" |
| ], |
| "libraries": [ |
| "z", |
| "sqlite3.0", |
| "c++" |
| ] |
| } |