blob: c685e8a8709a34e7599efd53375f7779d6205719 [file] [log] [blame]
{
"name": "BCJSONReader",
"version": "0.4.1",
"summary": "An Objective-C library for handling real world JSON.",
"description": "BCJSONReader 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 own code and still use BCJSONReader intrastructure.\n\n",
"homepage": "https://github.com/BenedictC/BCJSONReader",
"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/BCJSONReader.git",
"tag": "0.4.1"
},
"source_files": [
"BCJSONReader",
"BCJSONReader/**/*.{h,m}"
],
"requires_arc": true
}