blob: a89a3fb7b6c3e8bb22876814a6473aee58e88f23 [file] [log] [blame]
{
"name": "JHCategories",
"summary": "A chainable categories for UIView",
"version": "1.0.1",
"license": {
"type": "MIT"
},
"authors": {
"Haocold": "xjh093@126.com"
},
"homepage": "https://github.com/xjh093/JHCategories-Chainable",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/xjh093/JHCategories-Chainable.git",
"tag": "1.0.0"
},
"source_files": "JHCategories/**/*.{h,m}",
"public_header_files": "JHCategories/**/*.{h}",
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
]
}