[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / c / 2 / 0 / KeyedCodable / 1.0.0 / KeyedCodable.podspec.json
blob626f46f872257cb5f5a2b938e95efb7452226021
2   "name": "KeyedCodable",
3   "version": "1.0.0",
4   "license": "MIT",
5   "summary": "Elegant way of manual swift Codable implementation with easy key mappings",
6   "homepage": "https://github.com/dgrzeszczak/KeyedCodable",
7   "authors": {
8     "Dariusz Grzeszczak": "dariusz.grzeszczak@interia.pl"
9   },
10   "source": {
11     "git": "https://github.com/dgrzeszczak/KeyedCodable.git",
12     "tag": "1.0.0"
13   },
14   "platforms": {
15     "watchos": "2.0",
16     "ios": "8.0",
17     "osx": "10.9",
18     "tvos": "9.0"
19   },
20   "swift_version": "4.1",
21   "pod_target_xcconfig": {
22     "SWIFT_VERSION": "4.1"
23   },
24   "requires_arc": true,
25   "source_files": "KeyedCodable/Sources/**/*.swift"