blob: 199eccb9a4b516508337d8f87ae45895a75cffa7 [file] [log] [blame]
{
"name": "LSZPushSDK",
"version": "1.0.0",
"summary": "mob.com 官方提供的推送SDK",
"license": "MIT",
"authors": {
"lishuzhi1121": "lishuzhi1121@163.com"
},
"homepage": "http://www.sandslee.com",
"source": {
"git": "https://github.com/lishuzhi1121/LSZPushSDK.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": "MobPush",
"dependencies": {
"MOBFoundation": [
]
},
"static_framework": true,
"subspecs": [
{
"name": "MobPush",
"vendored_frameworks": [
"SDK/MobPush/MobPush.framework",
"SDK/MobPush/MobPushServiceExtension.framework"
]
}
]
}