[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / a / 3 / SwiftSerialize / 0.1.5 / SwiftSerialize.podspec.json
blobf4321bfcb9e0d47fb87082f65cfc19faa2f4613d
2   "name": "SwiftSerialize",
3   "version": "0.1.5",
4   "summary": "Library to serialize and deserialze Swift objects.",
5   "description": "Serialize Swift objects to JSON and unserialize them to custom classes.",
6   "homepage": "https://github.com/ckalnasy/SwiftSerialize",
7   "license": "MIT",
8   "authors": {
9     "CKalnasy": "kalnasy.6@osu.edu"
10   },
11   "source": {
12     "git": "https://github.com/ckalnasy/SwiftSerialize.git",
13     "tag": "0.1.5"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "SwiftSerialize/*",
20   "resource_bundles": {
21     "SwiftSerialize": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "swift-serialize": [
27       "~> 1.0"
28     ]
29   }