[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / 7 / 8 / 5 / SerializedSwift / 0.2 / SerializedSwift.podspec.json
blob7e0a63395a9947d34fcb4ee5a5a887758939f03d
2   "name": "SerializedSwift",
3   "version": "0.2",
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.2"
24   },
25   "source_files": [
26     "Sources",
27     "Sources/**/*.swift"
28   ],
29   "swift_version": "5.2"