[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / a / 5 / 2 / SchemaValidator / 0.1.0 / SchemaValidator.podspec.json
blobbb991209336b1c533915e01cc6a098d267806702
2   "name": "SchemaValidator",
3   "version": "0.1.0",
4   "summary": "Schema based library to validate JSON like objects for Swift.",
5   "description": "                        You can use SchemaValidator to validate JSON like dictionary objects (for eg: anything that conforms to [NSObject:AnyObject] in Swift.\n                        See README for more detail and usage.\n\n\n",
6   "homepage": "https://github.com/sathyavijayan/SchemaValidator",
7   "license": "MIT",
8   "authors": {
9     "Sathyavijayan Vittal": "sathyavijayan@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/sathyavijayan/SchemaValidator.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "SchemaValidator": [
22       "Pod/Assets/*.png"
23     ]
24   }