[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / 5 / 1 / ForcibleValue / 0.3.0 / ForcibleValue.podspec.json
blobdf223c844a69794acfa1ac07de312a143102ffea
2   "name": "ForcibleValue",
3   "version": "0.3.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": "11.0",
13     "osx": "10.13"
14   },
15   "swift_versions": "4.2",
16   "source": {
17     "git": "https://github.com/to4iki/ForcibleValue.git",
18     "tag": "0.3.0"
19   },
20   "source_files": "Sources/ForcibleValue",
21   "exclude_files": "Example.playground",
22   "frameworks": "XCTest",
23   "requires_arc": true,
24   "swift_version": "4.2"