blob: f575f654bac1574345734f6ba39923ef2175cb14 [file] [log] [blame]
{
"name": "ZBBaseAppBase",
"version": "0.0.1",
"summary": "ZBBaseAppBase",
"description": "HZBBaseAppBase 肖志斌专用库",
"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/ZBBaseAppBase.git",
"tag": "0.0.1"
},
"source_files": [
"Source",
"Source/**/*.{h,m}"
],
"frameworks": [
"UIKit",
"CoreFoundation",
"AVFoundation"
],
"prefix_header_contents": "#import \"prefixHeader.h\"",
"public_header_files": [
"Source",
"Source/**/*.h"
],
"libraries": "z"
}