blob: 90bd82b901ee5f9574f63c645ed4f2aa3f41a6df [file] [log] [blame]
{
"name": "Himotoki",
"version": "0.1",
"summary": "A type-safe JSON decoding library purely written in Swift",
"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.\n",
"homepage": "https://github.com/ikesyo/Himotoki",
"license": "MIT",
"authors": {
"Syo Ikeda": "suicaicoca@gmail.com"
},
"social_media_url": "https://twitter.com/ikesyo",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/ikesyo/Himotoki.git",
"tag": "0.1"
},
"source_files": "Himotoki/**/*.swift",
"requires_arc": true
}