blob: b1bba3abc6ccfe74b3fc4cc5e7069d02e037c908 [file] [log] [blame]
{
"name": "ZBCocoaPod",
"version": "0.0.2",
"summary": "ZB专用的CocoaPod",
"description": "用于ZB内部的一些常用类及扩展,用于搭建基础框架",
"homepage": "https://github.com/prewindemon/ZBCocoaPod",
"license": "MIT",
"authors": {
"Prewindemon": "121555495@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/prewindemon/ZBCocoaPod.git",
"tag": "0.0.2"
},
"source_files": "ZBCocoaPod/ZBFoundation/*.{h,m}",
"requires_arc": true,
"subspecs": [
{
"name": "Category",
"source_files": "ZBCocoaPod/ZBFoundation/Category/**/*.{h,m}"
}
]
}