[Add] DingRTC_iOS 3.5.0
[CocoaPods.git] / Specs / c / 1 / b / Himotoki / 2.1.1 / Himotoki.podspec.json
blob528b8ba019a8d535b16d6c05cfc302055d0d182f
2   "name": "Himotoki",
3   "version": "2.1.1",
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     "osx": "10.9",
14     "ios": "8.0",
15     "tvos": "9.0",
16     "watchos": "2.0"
17   },
18   "source": {
19     "git": "https://github.com/ikesyo/Himotoki.git",
20     "tag": "2.1.1"
21   },
22   "source_files": "Sources/**/*.swift",
23   "requires_arc": true,
24   "pod_target_xcconfig": {
25     "SWIFT_VERSION": "2.3"
26   }