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