[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 3 / f / 0 / MetaCodableHelperCoders / 1.2.1 / MetaCodableHelperCoders.podspec.json
blob3cd41d3b80b39144f5cae4c04f97a5174599fe52
2   "name": "MetaCodableHelperCoders",
3   "module_name": "HelperCoders",
4   "version": "1.2.1",
5   "homepage": "https://github.com/SwiftyLab/MetaCodable",
6   "summary": "Supercharge Swift's Codable implementations with macros.",
7   "description": "MetaCodable exposes custom macros which can be used to generate dynamic Codable implementations.",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "social_media_url": "https://twitter.com/soumya_mahunt",
13   "readme": "https://github.com/SwiftyLab/MetaCodable/blob/v1.2.1/README.md",
14   "changelog": "https://github.com/SwiftyLab/MetaCodable/blob/v1.2.1/CHANGELOG.md",
15   "documentation_url": "https://swiftpackageindex.com/SwiftyLab/MetaCodable/v1.2.1/documentation/helpercoders",
16   "source": {
17     "git": "https://github.com/SwiftyLab/MetaCodable.git",
18     "tag": "v1.2.1"
19   },
20   "authors": {
21     "Soumya Ranjan Mahunt": "soumya.mahunt@gmail.com"
22   },
23   "swift_versions": "5.9",
24   "platforms": {
25     "ios": "13.0",
26     "osx": "10.15",
27     "tvos": "13.0",
28     "watchos": "6.0"
29   },
30   "preserve_paths": [
31     "*.md",
32     "LICENSE"
33   ],
34   "source_files": "Sources/HelperCoders/**/*.*",
35   "dependencies": {
36     "MetaCodableMacro": [
37       "= 1.2.1"
38     ]
39   },
40   "swift_version": "5.9"