[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / e / 1 / JSON-Schema-Test-Suite / 1.1.2-Pod / JSON-Schema-Test-Suite.podspec.json
blob365ebca7360a261b87d989687b4843f07b782645
2   "name": "JSON-Schema-Test-Suite",
3   "version": "1.1.2-Pod",
4   "license": "MIT",
5   "summary": "A set of JSON objects that implementors of JSON Schema validation libraries can use to test their validators.",
6   "homepage": "https://github.com/json-schema/JSON-Schema-Test-Suite",
7   "authors": {
8     "Julian Berman": "no_email_available@mailinator.com"
9   },
10   "source": {
11     "git": "https://github.com/grgcombs/JSON-Schema-Test-Suite.git",
12     "tag": "1.1.2-Pod"
13   },
14   "description": "\n    This repository contains a set of JSON objects that implementors of JSON Schema validation libraries can use to test their validators.\n    It is meant to be language agnostic and should require only a JSON parser.\n    The conversion of the JSON objects into tests within your test framework of choice is still the job of the validator implementor.\n  ",
15   "ios": {
16     "exclude_files": "tests/{draft3,draft4}/optional/zeroTerminatedFloats.json"
17   },
18   "osx": {
19     "exclude_files": "tests/{draft3,draft4}/optional/zeroTerminatedFloats.json"
20   },
21   "preserve_paths": "{tests,remotes}",
22   "resource_bundles": {
23     "JSON-Schema-Test-Suite": "{tests,remotes}"
24   },
25   "platforms": {
26     "ios": "7.0",
27     "osx": "10.9"
28   },
29   "requires_arc": false