[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / e / 6 / 8 / BCJSONReader / 0.4.1 / BCJSONReader.podspec.json
blobc685e8a8709a34e7599efd53375f7779d6205719
2   "name": "BCJSONReader",
3   "version": "0.4.1",
4   "summary": "An Objective-C library for handling real world JSON.",
5   "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",
6   "homepage": "https://github.com/BenedictC/BCJSONReader",
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/BCJSONReader.git",
17     "tag": "0.4.1"
18   },
19   "source_files": [
20     "BCJSONReader",
21     "BCJSONReader/**/*.{h,m}"
22   ],
23   "requires_arc": true