| { |
| "name": "XGPush", |
| "version": "2.3", |
| "summary": "Tencent XG Push Service iOS SDK", |
| "description": "Unofficial Tencent XG Push Service iOS SDK\n", |
| "homepage": "http://xg.qq.com", |
| "license": { |
| "type": "Copyright", |
| "text": " Copyright 2014 Tencent. All Rights Reserved.\n" |
| }, |
| "authors": { |
| "Tencent Inc": "wintersone@gmail.com" |
| }, |
| "platforms": { |
| "ios": "5.0" |
| }, |
| "source": { |
| "git": "https://github.com/wintersone/XGPush.git", |
| "tag": "2.3" |
| }, |
| "source_files": "Classes/*.{h,m}", |
| "vendored_libraries": "Classes/*.a", |
| "frameworks": [ |
| "CFNetwork", |
| "SystemConfiguration", |
| "CoreTelephony", |
| "Security" |
| ], |
| "libraries": [ |
| "sqlite3", |
| "z.1" |
| ], |
| "requires_arc": false |
| } |