| { |
| "name": "APIService-XGPush", |
| "version": "2.4.6", |
| "summary": "Tencent XG Push Service SDK for iOS.", |
| "license": "MIT", |
| "homepage": "https://github.com/APIService/XGPush", |
| "authors": { |
| "Elf Sundae": "http://0x123.com", |
| "WeChat": "http://xg.qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/APIService/XGPush.git", |
| "tag": "2.4.6", |
| "submodules": true |
| }, |
| "social_media_url": "https://twitter.com/ElfSundae", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "frameworks": [ |
| "CFNetwork", |
| "SystemConfiguration", |
| "CoreTelephony", |
| "Security" |
| ], |
| "libraries": "z", |
| "public_header_files": "demo/sdk/*.h", |
| "source_files": "demo/sdk/*.h", |
| "vendored_libraries": "demo/sdk/*.a" |
| } |