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