blob: b60bec925b6ee4eadebbdd185b228111b2ce1f1c [file] [log] [blame]
{
"name": "BaseLibs",
"version": "1.0.4",
"summary": "BaseLibs",
"description": "一些使用到的基本方法整理",
"homepage": "https://github.com/brookzhou/BaseLibs",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"brookzhou": "brook_zhou@foxmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/brookzhou/BaseLibs.git",
"tag": "v1.0.4"
},
"source_files": "BaseLibs/BaseLibs/*.{h,m}",
"requires_arc": true,
"frameworks": "UIKit",
"subspecs": [
{
"name": "UIStyle",
"source_files": "BaseLibs/BaseLibs/UIStyle/*.{h,m}"
},
{
"name": "Macro",
"source_files": "BaseLibs/BaseLibs/Macro/*.{h,m}"
},
{
"name": "System",
"source_files": "BaseLibs/BaseLibs/System/*.{h,m}",
"frameworks": [
"Foundation",
"SystemConfiguration"
]
},
{
"name": "ViewControllers",
"source_files": "BaseLibs/BaseLibs/ViewControllers/*.{h,m}"
},
{
"name": "Views",
"source_files": "BaseLibs/BaseLibs/Views/*.{h,m}"
}
]
}