[Add] TensorFlowLiteSwift 0.0.1-nightly.20250104
[CocoaPods.git] / Specs / 8 / a / d / Codextended / 0.1.0 / Codextended.podspec.json
blob646387a4c0a77038ccedbeea630fe1e1818f9a27
2   "name": "Codextended",
3   "version": "0.1.0",
4   "summary": "Extensions giving Swift's Codable API type inference super powers.",
5   "description": "Codextended adds a set of extensions on top of Swift's Codable API to give it type inference super powers.",
6   "homepage": "https://github.com/JohnSundell/Codextended",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "John Sundell": "john@sundell.co"
13   },
14   "source": {
15     "git": "https://github.com/JohnSundell/Codextended.git",
16     "tag": "0.1.0"
17   },
18   "source_files": "Sources/Codextended/*.swift",
19   "platforms": {
20     "ios": "9.0",
21     "osx": "10.9",
22     "watchos": "3.0",
23     "tvos": "9.0"
24   }