[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 9 / 3 / a / JSONTools / 1.0.0 / JSONTools.podspec.json
blob615930f950b3eb49d55e60306cca63957711049a
2   "name": "JSONTools",
3   "version": "1.0.0",
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.0"
17   },
18   "source_files": "JSONTools/*.{h,m}",
19   "dependencies": {
20     "KiteJSONValidator": [
21       "~> 0.1.1-Pod"
22     ]
23   },
24   "xcconfig": {
25     "ONLY_ACTIVE_ARCH": "NO"
26   },
27   "requires_arc": true