[Add] nashidVerifySDK 1.0.16
[CocoaPods.git] / Specs / 9 / b / 6 / AnyCodable-FlightSchool / 0.6.5 / AnyCodable-FlightSchool.podspec.json
blob2f0f613bf0b9f16f7d5b7b0982d091b3ff88686a
2   "name": "AnyCodable-FlightSchool",
3   "module_name": "AnyCodable",
4   "version": "0.6.5",
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.6.5"
26   },
27   "source_files": "Sources/**/*.swift",
28   "swift_versions": "5.1",
29   "swift_version": "5.1"