blob: 721645634319417d7af92c980dd7a7becdc60478 [file] [log] [blame]
{
"name": "ALUCategoryKit",
"version": "0.2.2",
"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.2.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ALUCategoryKit/Classes/**/*",
"public_header_files": "ALUCategoryKit/Classes/**/*.h",
"frameworks": [
"UIKit",
"Foundation"
],
"deprecated": true
}