blob: 143b4a35e11f8a8ef51a9b2c5e8f17236ff36b00 [file] [log] [blame]
{
"name": "NilSafety",
"version": "1.0.0",
"summary": "Safety cushion.",
"description": "How we made NSArray、NSMutableArray、NSDictionary、NSMutableDictionary nil safe at Glow..",
"homepage": "https://github.com/ObornJung/NilSafety",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Oborn.Jung": "obornjung@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/ObornJung/NilSafety.git",
"tag": "1.0.0"
},
"source_files": "NilSafety/**/*",
"public_header_files": "NilSafety/**/*.h",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}