blob: ec32423474c7d5daccb27340eb59d488634420fd [file] [log] [blame]
{
"name": "BCJSONMapper",
"version": "0.0.2",
"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 * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!\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.0.2"
},
"source_files": [
"BCJSONMapper",
"BCJSONMapper/**/*.{h,m}BCJSONContinuations",
"BCJSONContinuations/**/*.{h,m}",
"BCLContinuations",
"BCLContinuations/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}