| { |
| "name": "Getui", |
| "version": "1.6.2.0", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "license": { |
| "type": "Copyright", |
| "text": "个推云推送,All Rights Reserved." |
| }, |
| "summary": "Getui Push SDK", |
| "homepage": "http://docs.getui.com/mobile/ios/overview/", |
| "authors": { |
| "Geitui": "http://www.igetui.com/" |
| }, |
| "source": { |
| "git": "https://github.com/fmricky/Getui.git", |
| "tag": "1.6.2.0" |
| }, |
| "description": "个推 iOS SDK 含IDFA版本", |
| "requires_arc": true, |
| "frameworks": [ |
| "SystemConfiguration", |
| "CFNetwork", |
| "Security", |
| "AVFoundation", |
| "CoreLocation", |
| "CoreTelephony", |
| "MobileCoreServices", |
| "AdSupport" |
| ], |
| "libraries": [ |
| "z", |
| "sqlite3", |
| "c++" |
| ], |
| "default_subspecs": "Core", |
| "subspecs": [ |
| { |
| "name": "Core", |
| "source_files": "GeTuiSdk.h", |
| "vendored_libraries": "libGeTuiSdk-1.6.2.0.a" |
| }, |
| { |
| "name": "GetuiExtSdk", |
| "source_files": "GeTuiExtSdk.h", |
| "frameworks": "UserNotifications", |
| "vendored_libraries": "libGtExtensionSdk-1.1.0.a" |
| } |
| ] |
| } |