blob: 09a4def22b75b695450d1bfae1e9db7a9f0642ff [file] [log] [blame]
{
"name": "BeeAFNetSDK",
"version": "0.0.1",
"summary": "AFNetworking 改名封装",
"description": "0.0.1:简单改名使用,防止跟第三方应用使用af冲突",
"homepage": "https://github.com/5hito/BeeAFNetSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"5hito": "beemans@foxmail.com"
},
"source": {
"git": "https://github.com/5hito/BeeAFNetSDK.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"frameworks": [
"MobileCoreServices",
"CoreGraphics",
"Security",
"SystemConfiguration"
],
"requires_arc": true,
"ios": {
"vendored_frameworks": "lib/BeeAFNetworking.framework"
},
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "SD_WEBP=1"
},
"dependencies": {
"SDWebImage": [
"~>3.8"
],
"SDWebImage/WebP": [
]
}
}