blob: 9eb0586215762ee0af195bcdeb36dabcc397c9c4 [file] [log] [blame]
{
"name": "iPush",
"authors": {
"Adam.Hu": "adam.hu.2018@gmail.com"
},
"version": "1.1.0",
"summary": "iPush SDK for iOS",
"description": "iPush 智能推送平台 SDK for iOS",
"homepage": "https://github.com/hushihua/iPush.git",
"license": {
"type": "Commercial",
"text": "@2019 Lema.cm"
},
"source": {
"git": "https://github.com/hushihua/iPush.git",
"tag": "1.1.0"
},
"source_files": "iPush.framework/Headers/*.{h}",
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"requires_arc": true,
"platforms": {
"ios": "10.0"
},
"ios": {
"vendored_frameworks": "iPush.framework"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
}
}