blob: 4cf8d29b99872e13fb7d31c300b2c151c9d7c77c [file] [log] [blame]
{
"name": "ALUCategoryKit",
"version": "0.3.0",
"summary": "An Objective-C category kit.",
"description": "The kit is some useful Objective-C category collection.",
"homepage": "https://github.com/archmagees/ALUCategoryKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"archmagees": "archmagees@gmail.com"
},
"source": {
"git": "https://github.com/archmagees/ALUCategoryKit.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ALUCategoryKit/Classes/**/*",
"public_header_files": "ALUCategoryKit/Classes/**/*.h",
"frameworks": [
"UIKit",
"Foundation"
],
"deprecated": true
}