blob: 675bca1784dd13a8da11bc3e50f9aa5570bc8983 [file] [log] [blame]
{
"name": "commonSDK",
"version": "0.0.5",
"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.5"
},
"platforms": {
"ios": "8.0"
},
"xcconfig": {
"OTHER_LDFLAGS": "-all_load"
},
"subspecs": [
{
"name": "JPushManager",
"source_files": "commonSDK/commonSDK/JPushManager/**/*.{h}",
"dependencies": {
"JPush": [
"~> 3.1.0"
]
},
"libraries": "stdc++",
"frameworks": [
"UIKit",
"UserNotifications",
"AdSupport",
"Security",
"CoreGraphics",
"SystemConfiguration",
"CoreTelephony",
"CoreFoundation",
"CFNetwork",
"Foundation"
]
},
{
"name": "FMDBManager",
"ios": {
"vendored_frameworks": "commonSDK/framework/FMDBManager.framework"
},
"dependencies": {
"MJExtension": [
"~> 3.0.10"
],
"FMDB": [
"~> 2.6.2"
]
}
}
]
}