blob: 362baddf8511cb3b05335aeca5f269b895efc7ce [file] [log] [blame]
{
"name": "ZLCategary",
"version": "0.0.3",
"summary": "Objc 常用分类.",
"description": "Objc 常用分类整理整理.",
"homepage": "https://github.com/WhityLL/ZLCategary",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Whity": "liulei10luojia@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/WhityLL/ZLCategary.git",
"tag": "0.0.3"
},
"requires_arc": true,
"source_files": "ZLCategary/Classes/ZLCategary.h",
"subspecs": [
{
"name": "Foundation",
"source_files": "ZLCategary/Classes/Foundation/**/**/*"
},
{
"name": "UIKit",
"source_files": "ZLCategary/Classes/UIKit/**/**/*"
}
]
}