blob: 8bc6e39a87b16690475a46b9796f7765866d9e32 [file] [log] [blame]
{
"name": "NGCategories",
"version": "0.0.2",
"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.2"
},
"public_header_files": "NGCategories/NGCategories.h",
"source_files": "NGCategories/NGCategories.h",
"frameworks": "UIKit",
"requires_arc": true,
"subspecs": [
{
"name": "Foundation",
"source_files": "NGCategories/Foundation/**/*",
"public_header_files": "NGCategories/Foundation/**/*.h"
},
{
"name": "UIkit",
"source_files": "NGCategories/UIkit/**/*",
"public_header_files": "NGCategories/UIKit/**/*.h"
}
]
}