[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 7 / 3 / BCJSONMapper / 0.1.1 / BCJSONMapper.podspec.json
blobb1c4e3d87c0c9c103bcc3850dff76485c145caed
2   "name": "BCJSONMapper",
3   "version": "0.1.1",
4   "summary": "An Objective-C library for handling real world JSON.",
5   "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",
6   "homepage": "https://github.com/BenedictC/BCJSONMapper",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Benedict Cohen": "ben@benedictcohen.co.uk"
13   },
14   "social_media_url": "http://twitter.com/BenedictC",
15   "source": {
16     "git": "https://github.com/BenedictC/BCJSONMapper.git",
17     "tag": "0.1.1"
18   },
19   "source_files": [
20     "BCJSONMapper",
21     "BCJSONMapper/**/*.{h,m}",
22     "BCJSONContinuations",
23     "BCJSONContinuations/**/*.{h,m}"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "BCLContinuations": [
28       "0.2"
29     ]
30   }