| { |
| "name": "JSONSchemaValidatorKit", |
| "version": "0.0.2", |
| "summary": "JSON Schema validator supports spec v4", |
| "description": "\"JSON Schema (application/schema+json) has several purposes, one of which is instance validation. The validation process may be interactive or non interactive. For instance, applications may use JSON Schema to build a user interface enabling interactive content generation in addition to user input checking, or validate data retrieved from various sources. This specification describes schema keywords dedicated to validation purposes.\"\n\n- http://json-schema.org/latest/json-schema-validation.html", |
| "homepage": "https://github.com/billyto/JSONSchemaValidatorKit", |
| "license": "MIT", |
| "authors": { |
| "Billy Tobon": "billy.tobon@gmail.com" |
| }, |
| "social_media_url": "http://twitter.com/Billyto", |
| "source": { |
| "git": "https://github.com/billyto/JSONSchemaValidatorKit.git", |
| "tag": "0.0.2" |
| }, |
| "source_files": "JSONSchemaValidatorKit/*.swift", |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.10" |
| } |
| } |