blob: b64245d564142fb88a54d1ea58c5a85b4772e38c [file] [log] [blame]
{
"name": "BCJSONMapper",
"version": "0.2.1",
"summary": "An Objective-C library for handling real world JSON.",
"description": "BCJSONMapper is a library for processing the crazy JSON structures that exist in the real world. Its key features are:\n+ Flexible. Provides functionality for handling many JSON usage styles.\n+ Extensible. Easy to integrate new processing (e.g. peculiar date formats).\n\n",
"homepage": "https://github.com/BenedictC/BCJSONMapper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Benedict Cohen": "ben@benedictcohen.co.uk"
},
"social_media_url": "http://twitter.com/BenedictC",
"source": {
"git": "https://github.com/BenedictC/BCJSONMapper.git",
"tag": "0.2.1"
},
"source_files": [
"BCJSONMapper",
"BCJSONMapper/**/*.{h,m}",
"BCJSONContinuations",
"BCJSONContinuations/**/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"BCLContinuations": [
"0.3"
]
}
}