[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 9 / b / 6 / AnyCodable-FlightSchool / 0.4.0 / AnyCodable-FlightSchool.podspec.json
blob9fd6af29fd6deeeff1209f959202ced64abac4f7
2   "name": "AnyCodable-FlightSchool",
3   "module_name": "AnyCodable",
4   "version": "0.4.0",
5   "summary": "Type-erased wrappers for Encodable, Decodable, and Codable values.",
6   "description": "This functionality is discussed in Chapter 3 of Flight School Guide to Swift Codable.",
7   "homepage": "https://flight.school/books/codable/",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE.md"
11   },
12   "authors": {
13     "Mattt": "mattt@flight.school"
14   },
15   "social_media_url": "https://twitter.com/mattt",
16   "frameworks": "Foundation",
17   "platforms": {
18     "ios": "9.0",
19     "osx": "10.10",
20     "watchos": "2.0",
21     "tvos": "9.0"
22   },
23   "source": {
24     "git": "https://github.com/Flight-School/AnyCodable.git",
25     "tag": "0.4.0"
26   },
27   "source_files": "Sources/**/*.swift",
28   "swift_versions": "5.0",
29   "swift_version": "5.0"