| { |
| "name": "YGSocialSDK", |
| "version": "0.0.3", |
| "summary": "A short description of YGSocialSDK.", |
| "description": "Third-party platform SDK", |
| "homepage": "http://xygkevin.tk", |
| "license": { |
| "type": "MIT", |
| "file": "FILE_LICENSE" |
| }, |
| "authors": { |
| "xuyagung": "xuyaguang@insightworks.cn" |
| }, |
| "social_media_url": "http://xygkevin.tk", |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source": { |
| "git": "https://github.com/xygkevin/YGSocialSDK.git", |
| "tag": "0.0.3" |
| }, |
| "source_files": "APOpenAPI/*.h", |
| "frameworks": [ |
| "Security", |
| "SystemConfiguration", |
| "CoreGraphics", |
| "CoreTelephony", |
| "WebKit" |
| ], |
| "vendored_frameworks": "**/*.framework", |
| "libraries": [ |
| "iconv", |
| "sqlite3", |
| "stdc++", |
| "z" |
| ], |
| "vendored_libraries": "**/*.a", |
| "requires_arc": true, |
| "dependencies": { |
| "WechatOpenSDK": [ |
| |
| ], |
| "Weibo_SDK": [ |
| |
| ] |
| } |
| } |