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