blob: cb5874c85302357fae5f915e625b722b992c8191 [file] [log] [blame]
{
"name": "NilSafety",
"version": "1.0.1",
"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.1"
},
"source_files": "NilSafety/**/*.{m,h}",
"public_header_files": "NilSafety/**/*.h",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"swizzleMethod": [
]
}
}