blob: 405e944ed94e4963d04fe31f6dc674bffb80fd09 [file] [log] [blame]
{
"name": "QuickCocoa",
"version": "1.0.1",
"platforms": {
"ios": "8.0"
},
"summary": "Objective-C library.",
"description": "A convenient tire to do UI jobs.",
"homepage": "https://github.com/briceZhao/QuickCocoa",
"license": "MIT",
"authors": {
"briceZhao": "zx_brice@126.com"
},
"source": {
"git": "https://github.com/briceZhao/QuickCocoa.git",
"tag": "1.0.1"
},
"requires_arc": true,
"source_files": "QuickCocoa/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
]
}