blob: 5f577aa79fbdfeae9aceb745bc0160c1d1821975 [file] [log] [blame]
{
"name": "NMCocoa",
"version": "1.0.1",
"summary": "A lightweight extension library based on Objective-C.",
"description": "Try to make life brilliant.",
"homepage": "https://github.com/fps144/NMCocoa",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nanmen": "yusong1108@gmail.com"
},
"source": {
"git": "https://github.com/fps144/NMCocoa.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": [
"NMCocoa/Cocoa/*.h",
"NMCocoa/Cocoa/Category/**/*"
]
}