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