blob: 8398fa520e49a37ebd0fafb48dd475cad3173838 [file] [log] [blame]
{
"name": "ZBBaseNetwork",
"version": "0.0.1",
"summary": "ZBBaseNetwork",
"description": "HZBBaseNetwork 肖志斌专用库",
"homepage": "http://www.jianshu.com/u/c2bf90d2bdf1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"authors": {
"肖志斌": "373379320@qq.com"
},
"source": {
"git": "https://github.com/k373379320/ZBBaseNetwork.git",
"tag": "0.0.1"
},
"source_files": [
"Source",
"Source/**/*.{h,m}"
],
"frameworks": [
"UIKit",
"CoreFoundation"
],
"prefix_header_contents": "#import \"prefixHeader.h\"",
"public_header_files": [
"Source",
"Source/**/*.h"
],
"libraries": "z"
}