blob: 8ba299b97ff66ad80e9704034e714a4b9a71de9c [file] [log] [blame]
{
"name": "POSJSONParsing",
"version": "1.4.1",
"license": "MIT",
"summary": "Tiny wrapper around NSJSONSerialization to parse JSON with fluent API and detailed error reporting.",
"homepage": "https://github.com/pavelosipov/POSJSONParsing",
"authors": {
"Pavel Osipov": "posipov84@gmail.com"
},
"source": {
"git": "https://github.com/pavelosipov/POSJSONParsing.git",
"tag": "1.4.1"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "POSJSONParsing/*.{h,m}",
"frameworks": "Foundation"
}