blob: d11b21557fa9144a7e158ddc7f2d1e6399d3c53c [file] [log] [blame]
{
"name": "commonSDK",
"version": "0.0.2",
"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.2"
},
"platforms": {
"ios": "8.0"
},
"xcconfig": {
"OTHER_LDFLAGS": "-all_load"
},
"frameworks": [
"UIKit",
"UserNotifications",
"AdSupport",
"Security",
"CoreGraphics",
"SystemConfiguration",
"CoreTelephony",
"CoreFoundation",
"CFNetwork",
"Foundation"
],
"libraries": [
"z",
"resolv"
],
"ios": {
"vendored_frameworks": "commonSDK/commonSDK.framework"
},
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"FMDB": [
"~> 2.6.2"
],
"MBProgressHUD": [
"~> 1.0.0"
],
"SDWebImage": [
"~> 3.7.6"
],
"MJExtension": [
"~> 3.0.10"
],
"Masonry": [
"~> 1.1.0"
],
"MJRefresh": [
"~> 3.1.14.1"
],
"IQKeyboardManager": [
"~> 3.3.7"
],
"Bugly": [
"~> 2.5.0"
],
"JJException": [
"~> 0.1.9"
],
"JPush": [
"~> 3.1.0"
]
}
}