| { |
| "name": "QWShareKit", |
| "version": "1.1.1", |
| "summary": "QQAndWeChatShare", |
| "description": "分享", |
| "homepage": "https://gitee.com/iosyuanyuan/QWShareKit.git", |
| "license": "MIT", |
| "authors": { |
| "WYY": "yuanyuan6244@163.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "git@gitee.com:iosyuanyuan/QWShareKit.git", |
| "tag": "1.1.1" |
| }, |
| "source_files": [ |
| "Code", |
| "QWShareCode/*.{h,m}" |
| ], |
| "requires_arc": true, |
| "frameworks": [ |
| "UIKit", |
| "Foundation", |
| "SystemConfiguration", |
| "Security", |
| "CoreGraphics", |
| "CoreTelephony" |
| ], |
| "libraries": [ |
| "c++", |
| "z", |
| "sqlite3", |
| "iconv" |
| ], |
| "static_framework": true, |
| "pod_target_xcconfig": { |
| "DEFINES_MODULE": "YES" |
| }, |
| "vendored_frameworks": "QWShareCode/**/*.framework", |
| "dependencies": { |
| "WechatOpenSDK": [ |
| |
| ] |
| } |
| } |