[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 0 / c / 6 / CodableAPI / 0.2.0 / CodableAPI.podspec.json
blob801f995f542f829afb87ae1668ecf8eceda50227
2   "name": "CodableAPI",
3   "version": "0.2.0",
4   "summary": "A set of Swift helpers for interacting with APIs in a Codable format.",
5   "description": "Use Codable models to craft requests and receive responses from APIs.",
6   "homepage": "https://github.com/gotranseo/CodableAPI",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "transeo": "jimmy@gotranseo.com"
13   },
14   "source": {
15     "git": "https://github.com/gotranseo/CodableAPI.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "CodableAPI/Classes/**/*",
22   "pushed_with_swift_version": "4.0.1"