[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / f / b / 6 / CodableX / 0.2.0 / CodableX.podspec.json
blobd5ed484c7c0a734cf1409c131f9aac8fd36f643a
2   "name": "CodableX",
3   "version": "0.2.0",
4   "summary": "Make Swift's Codable easier using Property Wrappers.",
5   "description": "CodableX provides the property wrappers that are pretty handy to decode and encode structs or classes as you desire without implementing your custom codable structs or classes from scratch.",
6   "homepage": "https://github.com/dscyrescotti/CodableX",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Dscyre Scotti": "dscyrescotti@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/dscyrescotti",
15   "documentation_url": "https://github.com/dscyrescotti/CodableX",
16   "swift_versions": "5.0",
17   "source": {
18     "git": "https://github.com/dscyrescotti/CodableX.git",
19     "tag": "0.2.0"
20   },
21   "source_files": "Sources/CodableX/**/*.swift",
22   "xcconfig": {
23     "SWIFT_VERSION": "5.3"
24   },
25   "platforms": {
26     "ios": "9.0",
27     "osx": "10.11",
28     "watchos": "3.0",
29     "tvos": "9.0"
30   },
31   "swift_version": "5.0"