[Add] OpacityCore 4.0.3
[CocoaPods.git] / Specs / f / a / 9 / ExCodable / 1.0.0-rc02 / ExCodable.podspec.json
blob51e8747ab55c3ceaede10f99cc9e6ee0d5fb2628
2   "name": "ExCodable",
3   "version": "1.0.0-rc02",
4   "summary": "Key-Mapping Extensions for Swift Codable",
5   "homepage": "https://github.com/iwill/ExCodable",
6   "license": "MIT",
7   "authors": {
8     "Míng": "i+ExCodable@iwill.im"
9   },
10   "social_media_url": "https://iwill.im/about/",
11   "platforms": {
12     "ios": "12.0",
13     "tvos": "12.0",
14     "osx": "11.0",
15     "watchos": "4.0"
16   },
17   "swift_versions": "5.10",
18   "source": {
19     "git": "https://github.com/iwill/ExCodable.git",
20     "tag": "1.0.0-rc02"
21   },
22   "source_files": [
23     "Sources",
24     "Sources/**/*.{swift}"
25   ],
26   "frameworks": "Foundation",
27   "pod_target_xcconfig": {
28     "OTHER_SWIFT_FLAGS": "$(inherited) -Xfrontend -module-interface-preserve-types-as-written"
29   },
30   "swift_version": "5.10"