[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 6 / 8 / BCJSONReader / 0.3 / BCJSONReader.podspec.json
blobc4e1975ec4c80b9acb24c49de96b70ea81c018fd
2   "name": "BCJSONReader",
3   "version": "0.3",
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.3"
18   },
19   "source_files": [
20     "BCJSONReader",
21     "BCJSONReader/**/*.{h,m}"
22   ],
23   "requires_arc": true