[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 8 / 5 / 1 / ForcibleValue / 0.2.0 / ForcibleValue.podspec.json
blob6bbed0d19970e24cd3592c8f47c468938dcbb870
2   "name": "ForcibleValue",
3   "version": "0.2.0",
4   "summary": "Better Codable through Property Wrappers.",
5   "description": "Decode value that is sometimes an Int and other times a String your Codable structs through property wrappers.",
6   "homepage": "https://github.com/to4iki/ForcibleValue",
7   "license": "MIT",
8   "authors": {
9     "Toshiki Takezawa": "tsk.take815@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0",
13     "osx": "10.9",
14     "tvos": "9.0"
15   },
16   "swift_versions": "4.2",
17   "source": {
18     "git": "https://github.com/to4iki/ForcibleValue.git",
19     "tag": "0.2.0"
20   },
21   "source_files": "Sources/ForcibleValue",
22   "exclude_files": "Example.playground",
23   "frameworks": "XCTest",
24   "requires_arc": true,
25   "swift_version": "4.2"