blob: 069481477aa7fa66c6b5d234fd2ec362cbc8966e [file] [log] [blame]
{
"name": "ZL_Categary",
"version": "0.0.4",
"summary": "常用的分类",
"description": "Objc 常用分类整理整理.",
"homepage": "https://github.com/WhityLL/ZL_Categary",
"license": "MIT",
"authors": {
"刘磊": "liulei10luojia@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/WhityLL/ZL_Categary.git",
"tag": "0.0.4"
},
"requires_arc": true,
"subspecs": [
{
"name": "Foundation",
"source_files": "ZLCategary/Foundation/**/**/*"
},
{
"name": "MapKit",
"source_files": "ZLCategary/MapKit/**/**/*"
},
{
"name": "UIKit",
"source_files": "ZLCategary/UIKit/**/**/*"
}
]
}