[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / b / a / 0 / Isaac / 1.1.0 / Isaac.podspec.json
blobcf253dc008363a74f902dd1b0bd230ba8d684097
2   "name": "Isaac",
3   "version": "1.1.0",
4   "summary": "Isaac is a library for parsing JSON objects into model objects.",
5   "description": "                   This library shoves data from JSON objects into models. You write subclasses of NSObject with properties that match the JSON keys. Then call one method and the model will be populated with the JSON data. It is recursive and type-safe. See our documentation: http://linkedin.github.io/Isaac\n",
6   "homepage": "http://linkedin.github.io/Isaac/",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": [
12     "Peter Livesey",
13     "Sudeep Yegnashankaran"
14   ],
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source": {
19     "git": "https://github.com/linkedin/isaac.git",
20     "tag": "1.1.0"
21   },
22   "source_files": "Isaac/**/*.{h,m}",
23   "frameworks": "Foundation",
24   "requires_arc": true