blob: 62d3c907179eec718f7d0dc12b5b2e27f5da4de1 [file] [log] [blame]
{
"name": "NSDictionary+Accessors-BothPlatform",
"version": "1.0.0",
"summary": "Type safe accessors for NSDictionary, better used with dictionary parsed from JSON.",
"homepage": "https://github.com/Naituw/NSDictionary-Accessors",
"license": "MIT",
"authors": {
"Allen Hsu": "me@imallen.com"
},
"source": {
"git": "https://github.com/Naituw/NSDictionary-Accessors.git",
"tag": "1.0.0"
},
"frameworks": "Foundation",
"source_files": "*.{h,m}",
"requires_arc": true
}