[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / c / 2 / 0 / KeyedCodable / 1.2.0 / KeyedCodable.podspec.json
blob7a3bb5e7f0136b4d450869247a86480ad3a59b52
2   "name": "KeyedCodable",
3   "version": "1.2.0",
4   "license": "MIT",
5   "summary": "Elegant way of manual swift Codable implementation with easy key mappings",
6   "description": "KeyedCodable is an addition to swift's Codable introduced in swift 4. It?s great we can use automatic implementation of Codable methods but when we have to implement them manually it often brings boilerplate code - especially when we need to implement both encoding and decoding methods for complicated JSON's structure.\nThe goal it to make manual implementation of Encodable/Decodable easier, more readable, less boilerplate and what is the most important fully compatible with 'standard' Codable.",
7   "homepage": "https://github.com/dgrzeszczak/KeyedCodable",
8   "authors": {
9     "Dariusz Grzeszczak": "dariusz.grzeszczak@interia.pl"
10   },
11   "source": {
12     "git": "https://github.com/dgrzeszczak/KeyedCodable.git",
13     "tag": "1.2.0"
14   },
15   "platforms": {
16     "watchos": "2.0",
17     "ios": "8.0",
18     "osx": "10.9",
19     "tvos": "9.0"
20   },
21   "swift_versions": "4.1",
22   "pod_target_xcconfig": {
23     "SWIFT_VERSION": "4.1"
24   },
25   "requires_arc": true,
26   "source_files": "KeyedCodable/Sources/**/*.swift"