blob: 900730ec1a1408ff86808dd2239205def3676302 [file] [log] [blame]
{
"name": "NGCategories",
"version": "0.0.1",
"summary": "Some useful iOS categories.",
"description": "Some useful iOS categories!!!",
"homepage": "https://github.com/naijoug/NGCategories",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"naijoug": "naijoug@126.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/naijoug/NGCategories.git",
"tag": "0.0.1"
},
"source_files": [
"NGCategories",
"NGCategories/**/*.{h,m}"
],
"frameworks": "UIKit",
"requires_arc": true
}