[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / f / 1 / 3 / SwiftyJSONDecoder / 1.0.0 / SwiftyJSONDecoder.podspec.json
blob9adddee7e2e5ad8a8510ab13b2d8894ccc09ace3
2   "name": "SwiftyJSONDecoder",
3   "version": "1.0.0",
4   "summary": "SwiftyJSON decoder for Codable.",
5   "description": "为Codable 使用SwiftyJSON解析数据,以提供默认类型转换及默认值,以便更简单使用Codable",
6   "homepage": "https://github.com/yuan188/SwiftyJSONDecoder",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yuan188": "yuan188"
13   },
14   "source": {
15     "git": "https://github.com/yuan188/SwiftyJSONDecoder.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.10",
21     "tvos": "9.0",
22     "watchos": "3.0"
23   },
24   "source_files": "SwiftyJSONDecoder/Classes/**/*",
25   "dependencies": {
26     "SwiftyJSON": [
27       "~> 5.0.0"
28     ]
29   },
30   "swift_versions": "5.0",
31   "swift_version": "5.0"