[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 4 / 0 / 6 / KiteJSONValidator / 0.2.3 / KiteJSONValidator.podspec.json
blob3e73b279c4e097405c910d88933402f90cd74bc7
2   "name": "KiteJSONValidator",
3   "summary": "A native Objective-C JSON schema validator supporting JSON Schema draft 4",
4   "description": "\t\t\t\t\tA native Objective-C JSON schema validator supporting [JSON Schema draft 4] [schemalink] released under the MIT license.\n\n\t\t\t\t\tNotes: This implementation does not support inline dereferencing (see [section 7.2.3] [section723] of the JSON Schema Spec).\n\n\t\t\t\t\tDevelopment discussion [here] [devLink]\n\n\t\t\t\t\t[schemalink]: http://tools.ietf.org/html/draft-zyp-json-schema-04\n\t\t\t\t\t[section723]: http://json-schema.org/latest/json-schema-core.html#anchor30\n\t\t\t\t\t[devlink]: https://groups.google.com/forum/#!forum/kitejsonvalidator-development\n",
5   "homepage": "https://github.com/samskiter/KiteJSONValidator",
6   "license": "MIT",
7   "authors": {
8     "Sam Duke": "samskiter@users.noreply.github.com"
9   },
10   "version": "0.2.3",
11   "source": {
12     "git": "https://github.com/samskiter/KiteJSONValidator.git",
13     "tag": "v0.2.3"
14   },
15   "platforms": {
16     "ios": "7.0",
17     "osx": "10.9"
18   },
19   "requires_arc": true,
20   "source_files": "Sources/*.{h,m}",
21   "xcconfig": {
22     "ONLY_ACTIVE_ARCH": "NO"
23   },
24   "subspecs": [
25     {
26       "name": "KiteJSONResources",
27       "resource_bundles": {
28         "KiteJSONValidator": [
29           "Resources/ReferenceSchemae/*"
30         ]
31       }
32     }
33   ]