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