blob: 649c6c4413bff0c3db7dd71c641eb11610522055 [file] [log] [blame]
{
"name": "commonSDK",
"version": "0.0.6",
"summary": "通用的功能封装如,网络请求,图片加载",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/15730898949/commonSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MAHAIHONG": "15730898949@163.com"
},
"source": {
"git": "https://github.com/15730898949/commonSDK.git",
"tag": "0.0.6"
},
"platforms": {
"ios": "8.0"
},
"xcconfig": {
"OTHER_LDFLAGS": "-all_load"
},
"subspecs": [
{
"name": "JPushManager",
"ios": {
"vendored_frameworks": "commonSDK/framework/JPushManager.framework"
},
"dependencies": {
"JPush": [
"~> 3.1.0"
]
}
},
{
"name": "FMDBManager",
"ios": {
"vendored_frameworks": "commonSDK/framework/FMDBManager.framework"
},
"dependencies": {
"MJExtension": [
"~> 3.0.10"
],
"FMDB": [
"~> 2.6.2"
]
}
}
]
}