[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 9 / 3 / a / JSONTools / 1.0.3 / JSONTools.podspec.json
blobd6e8431b490a2c46e0d9d82356191385d65b9042
2   "name": "JSONTools",
3   "version": "1.0.3",
4   "summary": "JSON Patch, JSON Pointer, and JSON Schema Validation in Objective-C",
5   "description": "                  This Objective-C library is a collection of classes and categories that implement \n                  three powerful new features (JSON Patch, JSON Pointer, JSON Schema) that work with\n                   JSON data (represented by NSDictionaries and NSArrays in Objective-C).\n",
6   "homepage": "https://github.com/grgcombs/JSONTools",
7   "license": "MIT",
8   "authors": {
9     "Greg Combs": "gcombs@gmail.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/grgcombs/JSONTools.git",
16     "tag": "v1.0.3"
17   },
18   "source_files": "JSONTools/*.{h,m}",
19   "dependencies": {
20     "KiteJSONValidator": [
21       "~> 0.1.2-Pod"
22     ]
23   },
24   "xcconfig": {
25     "ONLY_ACTIVE_ARCH": "NO"
26   },
27   "requires_arc": true