blob: ce6f12b9052779f279c3d589a0a81c077ce08277 [file] [log] [blame]
{
"name": "GetuiCore",
"version": "1.0.0.0",
"summary": "个推基础组件",
"homepage": "https://github.com/GetuiLaboratory/getui-core-ios-cocoapods",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"aklee": "linwt@getui.com"
},
"source": {
"git": "https://github.com/GetuiLaboratory/getui-core-ios-cocoapods.git",
"tag": "1.0.0.0"
},
"platforms": {
"ios": "8.0"
},
"ios": {
"vendored_frameworks": "GetuiCore.framework"
},
"libraries": [
"c++",
"resolv",
"sqlite3",
"xml2",
"z"
],
"frameworks": [
"UIKit",
"Foundation",
"CoreTelephony",
"CoreLocation",
"UserNotifications",
"SystemConfiguration"
],
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-lObjC"
}
}