[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / c / 2 / 0 / KeyedCodable / 2.5.0 / KeyedCodable.podspec.json
blob13ccd4bddc60d4dfed0bf4678aead9c53cc44a64
2   "name": "KeyedCodable",
3   "version": "2.5.0",
4   "license": "MIT",
5   "summary": "Easy nested key mappings for swift Codable",
6   "description": "KeyedCodable is an addition to swift's Codable and it's designed for automatic nested key mappings. The goal it to avoid manual implementation of Encodable/Decodable and make encoding/decoding 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": "2.5.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",
27   "swift_version": "4.1"