blob: e67d9a507b025b023431e4b4e018d7de96ebfcea [file] [log] [blame]
{
"name": "NSDictionary+SafeGetters",
"version": "1.0.10",
"summary": "Safe, informative and typed dictionary getters",
"description": "Safe getting typed values from the dictionary.\n- All getters checks input parameters during debug and generates exceptions\n- Return values exact type which required(depend on getter method)\n- Type casting of the value object to the required type or bounds, if available(eg. NSString <=> NSNUmber, etc.)\n- During casting checks type value bounds and sticks to it's maximum or minimum value(eg. floatForKey return FLT_MAX if value is greater etc.)",
"homepage": "https://github.com/OlehKulykov/NSDictionary-SafeGetters",
"license": "MIT",
"authors": {
"OlehKulykov": "info@resident.name"
},
"source": {
"git": "https://github.com/OlehKulykov/NSDictionary-SafeGetters.git",
"tag": "1.0.10"
},
"platforms": {
"ios": "7.0",
"osx": "10.7",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "*.{h,mm}",
"public_header_files": "*.h",
"libraries": "stdc++"
}