blob: 08043cc6a941d742a7b929cd322e0bdd1db14cc1 [file] [log] [blame]
{
"name": "NilSafety",
"version": "1.0.2",
"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.2"
},
"source_files": "NilSafety/**/*.{m,h}",
"public_header_files": "NilSafety/**/*.h",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": [
"NilSafety/ARC/**/*.m",
"NilSafety/ARC/**/*.m"
],
"dependencies": {
"swizzleMethod": [
]
}
}