blob: 879be1f690bc51147749e14fead9738673160d77 [file] [log] [blame]
{
"name": "POSJSONParsing",
"version": "1.2.0",
"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.2.0"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "POSJSONParsing/*.{h,m}",
"frameworks": "Foundation"
}