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",
9 "Syo Ikeda": "suicaicoca@gmail.com"
11 "social_media_url": "https://twitter.com/ikesyo",
19 "git": "https://github.com/ikesyo/Himotoki.git",
22 "source_files": "Sources/**/*.swift",
24 "pod_target_xcconfig": {
25 "SWIFT_VERSION": "2.3"