blob: 08427d458c45643f16a6044f16ad0c61278ba36f [file] [log] [blame]
{
"name": "XCMiPushLib",
"version": "0.1.1",
"summary": "集成小米推送",
"description": "集成小米推送(MiPush_Client_iOS_20191112)",
"homepage": "https://example.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xc_jeff": "https://example.com"
},
"source": {
"git": "https://github.com/smallhappy/XCMiPushLib.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "XCMiPushLib/Classes/**/*",
"public_header_files": "Classes/**/*.h",
"frameworks": [
"UserNotifications",
"SystemConfiguration",
"MobileCoreServices",
"CFNetwork",
"CoreTelephony"
],
"libraries": [
"resolv",
"xml2",
"z"
],
"vendored_libraries": "XCMiPushLib/Classes/libMiPushSDK/libMiPushSDK.a",
"static_framework": true,
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES",
"OTHER_LDFLAGS": "-ObjC"
}
}