blob: 50eedbbc9c0256bff01d5fc503ffea870855f0c1 [file] [log] [blame]
{
"name": "ZLCategary",
"version": "0.0.2",
"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.2"
},
"requires_arc": true,
"source_files": "ZLCategary/Classes/**/*",
"subspecs": [
{
"name": "Foundation",
"source_files": "ZLCategary/Classes/Foundation/**/*"
},
{
"name": "UIKit",
"source_files": "ZLCategary/Classes/UIKit/**/*"
}
]
}