| { |
| "name": "GetuiSDK", |
| "version": "1.4.2", |
| "summary": "Getui SDK", |
| "description": "个推 iOS SDK", |
| "homepage": "http://www.igetui.com/usage/", |
| "license": { |
| "type": "Copyright", |
| "text": "个推云推送,All Rights Reserved." |
| }, |
| "authors": { |
| "Geitui": "http://www.igetui.com/" |
| }, |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "source": { |
| "git": "https://github.com/candyan/GexinSDK.git", |
| "tag": "1.4.2" |
| }, |
| "source_files": "GeTuiSdk.h", |
| "vendored_libraries": "libGeTuiSdk-1.4.2.a", |
| "frameworks": [ |
| "SystemConfiguration", |
| "CFNetwork", |
| "Security", |
| "AVFoundation", |
| "CoreLocation", |
| "CoreBluetooth", |
| "CoreTelephony", |
| "JavaScriptCore", |
| "MobileCoreServices" |
| ], |
| "libraries": [ |
| "z", |
| "sqlite3" |
| ], |
| "requires_arc": true |
| } |