blob: d9d21223416cf271331e633d7203fbb3518b6f3c [file] [log] [blame]
{
"name": "TypeJSON",
"version": "0.0.3",
"summary": "Simple, type-safe JSON parsing",
"description": " A simple JSON parsing library that aims to adhere to the JSON spec with a sprinkle of type safety.\n",
"homepage": "https://github.com/mickeyreiss/TypeJSON",
"license": "MIT",
"authors": {
"Mickey Reiss": "mickeyreiss@gmail.com"
},
"source": {
"git": "https://github.com/mickeyreiss/TypeJSON.git",
"tag": "v0.0.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "TypeJSON.{m,h}",
"compiler_flags": "-Wall -Werror -Wextra",
"xcconfig": {
"GCC_TREAT_WARNINGS_AS_ERRORS": "YES"
}
}