[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 7 / e / 8 / Codable / 0.1.0 / Codable.podspec.json
blob55ccb8eaeae06c9ee8f8de228943f255672068a6
2   "name": "Codable",
3   "version": "0.1.0",
4   "summary": "A backport of Swift 4 Codable.",
5   "description": "This library is a backport of the Swift 4 `Codable` stuff. It includes the implementations of the `Codable` protocol for standard types and Foundation types, and `JSONEncoder` and `JSONDecoder` classes as well.",
6   "homepage": "https://github.com/broadwaylamb/Codable",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "broadwaylamb": "seergy_pro@me.com"
13   },
14   "source": {
15     "git": "https://github.com/broadwaylamb/Codable.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/broadway_lamb",
19   "platforms": {
20     "ios": "9.0",
21     "osx": "10.11",
22     "tvos": "9.0",
23     "watchos": "2.0"
24   },
25   "source_files": "Sources/*.swift",
26   "pushed_with_swift_version": "3.0"