[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / c / 0 / HappyCodable / 1.0.4 / HappyCodable.podspec.json
blobc95290a1115868b9066b49681300b8acab69e07c
2   "name": "HappyCodable",
3   "version": "1.0.4",
4   "summary": "快乐使用Codable",
5   "homepage": "https://github.com/miku1958/HappyCodable",
6   "license": "Mozilla",
7   "authors": {
8     "mikun": "v.v1958@qq.com"
9   },
10   "source": {
11     "git": "https://github.com/miku1958/HappyCodable.git",
12     "tag": "1.0.4"
13   },
14   "requires_arc": true,
15   "swift_versions": "5.0",
16   "default_subspecs": "Common",
17   "platforms": {
18     "osx": "10.10"
19   },
20   "subspecs": [
21     {
22       "name": "Common",
23       "platforms": {
24         "ios": "9.0",
25         "osx": "10.10"
26       },
27       "source_files": "Source/Common/**/*.*"
28     },
29     {
30       "name": "CommandLine",
31       "source_files": "Source/CommandLine/**/*.*",
32       "dependencies": {
33         "SourceKittenFramework": [
35         ],
36         "CryptoSwift": [
38         ]
39       }
40     }
41   ],
42   "swift_version": "5.0"