[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / c / 1 / b / Himotoki / 1.1.2 / Himotoki.podspec.json
blob18f260cf1abe6e54a7dd15555aa3caace00fed6c
2   "name": "Himotoki",
3   "version": "1.1.2",
4   "summary": "A type-safe JSON decoding library purely written in Swift",
5   "description": "Himotoki (紐解き) is a type-safe JSON decoding library purely written in Swift. This library is highly inspired by popular JSON parsing libraries in Swift: [Argo](https://github.com/thoughtbot/Argo) and [ObjectMapper](https://github.com/Hearst-DD/ObjectMapper).\n\n_Himotoki_ has the same meaning of 'decoding' in Japanese.\n\n- Just do JSON decoding (deserialization) well. JSON encoding (serialization) would not be supported going forward. :wink:\n- Much simpler API.\n- Fail-fast conditional model building. This is useful for some `struct`s with non-optional `let` properties.\n- No external dependencies.",
6   "homepage": "https://github.com/ikesyo/Himotoki",
7   "license": "MIT",
8   "authors": {
9     "Syo Ikeda": "suicaicoca@gmail.com"
10   },
11   "social_media_url": "https://twitter.com/ikesyo",
12   "platforms": {
13     "ios": "8.0",
14     "osx": "10.9",
15     "watchos": "2.0"
16   },
17   "source": {
18     "git": "https://github.com/ikesyo/Himotoki.git",
19     "tag": "1.1.2"
20   },
21   "source_files": "Himotoki/**/*.swift",
22   "requires_arc": true