blob: 240c6a0f57769a3a471e575b60ad0c18135cc7ea [file] [log] [blame]
{
"name": "commonSDK",
"version": "0.0.4",
"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.4"
},
"platforms": {
"ios": "8.0"
},
"xcconfig": {
"OTHER_LDFLAGS": "-all_load"
},
"subspecs": [
{
"name": "JPushManager",
"source_files": "commonSDK/commonSDK/JPushManager/**/*.{h}",
"dependencies": {
"JPush": [
"~> 3.1.0"
]
}
},
{
"name": "FMDBManager",
"ios": {
"vendored_frameworks": "commonSDK/framework/FMDBManager.framework"
},
"dependencies": {
"MJExtension": [
"~> 3.0.10"
],
"FMDB": [
"~> 2.6.2"
]
}
}
]
}