blob: 9f46330e7e89c87692a7cbd384de682e368f69e4 [file] [log] [blame]
{
"name": "GTSDK",
"version": "2.2.0.0",
"summary": "个推iOS SDK CocoaPods集成库",
"homepage": "https://github.com/GetuiLaboratory/getui-sdk-ios-cocoapods",
"license": "MIT",
"authors": {
"个推": "support@getui.com"
},
"source": {
"git": "https://github.com/GetuiLaboratory/getui-sdk-ios-cocoapods.git",
"tag": "2.2.0.0"
},
"platforms": {
"ios": "7.0"
},
"ios": {
"vendored_frameworks": "GTSDK.framework",
"frameworks": [
"SystemConfiguration",
"CFNetwork",
"CoreTelephony",
"CoreLocation",
"AVFoundation",
"Security"
],
"weak_frameworks": "UserNotifications",
"libraries": [
"z",
"sqlite3.0",
"c++"
]
},
"requires_arc": true
}