[Add] flutter_libmwc 0.0.3
[CocoaPods.git] / Specs / 3 / 6 / d / HollowCodable / 2.0.4 / HollowCodable.podspec.json
blobe5ddc893c0e3f1b7ecb82261bd1f21921d9bf4b7
2   "name": "HollowCodable",
3   "version": "2.0.4",
4   "summary": "Codable Customization using Property Wrappers.",
5   "homepage": "https://github.com/yangKJ/HollowCodable",
6   "description": "https://github.com/yangKJ/HollowCodable/blob/master/README.md",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yangkejun": "yangkj310@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/yangKJ/HollowCodable.git",
16     "tag": "2.0.4"
17   },
18   "social_media_url": "https://juejin.cn/user/1987535102554472/posts",
19   "platforms": {
20     "ios": "10.0",
21     "osx": "10.13"
22   },
23   "swift_versions": "5.0",
24   "requires_arc": true,
25   "static_framework": true,
26   "cocoapods_version": ">= 1.4.0",
27   "pod_target_xcconfig": {
28     "SWIFT_WHOLE_MODULE_OPTIMIZATION": "YES",
29     "OTHER_SWIFT_FLAGS[config=Debug]": "-D DEBUG"
30   },
31   "source_files": "Sources/**/*.swift",
32   "swift_version": "5.0"