[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 7 / 8 / 5 / SerializedSwift / 0.0.3 / SerializedSwift.podspec.json
blob39a24a971b91a8ed66aa7aced9b2b393a67adbd6
2   "name": "SerializedSwift",
3   "version": "0.0.3",
4   "summary": "A GSON inspired JSON decoding strategy in Swift using @propertyWrappers.",
5   "description": "A GSON inspired JSON decoding strategy in Swift using @propertyWrappers.\nA significant enhancement to the current Codable protocol for better and easier Serializing and Deserializing JSON.",
6   "homepage": "https://github.com/dejanskledar/SerializedSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Dejan Skledar": "skledar20@gmail.com"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "swift_versions": [
18     "5.1",
19     "5.2"
20   ],
21   "source": {
22     "git": "https://github.com/dejanskledar/SerializedSwift.git",
23     "tag": "0.0.3"
24   },
25   "source_files": [
26     "Sources",
27     "Sources/**/*.swift"
28   ],
29   "swift_version": "5.2"