[Add] RegulaCommonNightly 7.5.938
[CocoaPods.git] / Specs / 5 / b / 3 / MetaCodable / 1.2.1 / MetaCodable.podspec.json
blobc8b22e6449308c50f93bf06ddb69fddc068b2a6e
2   "name": "MetaCodable",
3   "version": "1.2.1",
4   "homepage": "https://github.com/SwiftyLab/MetaCodable",
5   "summary": "Supercharge Swift's Codable implementations with macros.",
6   "description": "MetaCodable exposes custom macros which can be used to generate dynamic Codable implementations.",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "social_media_url": "https://twitter.com/soumya_mahunt",
12   "readme": "https://github.com/SwiftyLab/MetaCodable/blob/v1.2.1/README.md",
13   "changelog": "https://github.com/SwiftyLab/MetaCodable/blob/v1.2.1/CHANGELOG.md",
14   "documentation_url": "https://swiftpackageindex.com/SwiftyLab/MetaCodable/v1.2.1/documentation/metacodable",
15   "source": {
16     "git": "https://github.com/SwiftyLab/MetaCodable.git",
17     "tag": "v1.2.1"
18   },
19   "authors": {
20     "Soumya Ranjan Mahunt": "soumya.mahunt@gmail.com"
21   },
22   "swift_versions": "5.9",
23   "platforms": {
24     "ios": "13.0",
25     "osx": "10.15",
26     "tvos": "13.0",
27     "watchos": "6.0"
28   },
29   "preserve_paths": [
30     "*.md",
31     "LICENSE"
32   ],
33   "default_subspecs": "Macro",
34   "testspecs": [
35     {
36       "name": "Tests",
37       "test_type": "unit",
38       "source_files": "Tests/MetaCodableTests/HelperCoders/**/*.swift",
39       "dependencies": {
40         "MetaCodable/Macro": [
41           "= 1.2.1"
42         ],
43         "MetaCodable/HelperCoders": [
44           "= 1.2.1"
45         ]
46       },
47       "pod_target_xcconfig": {
48         "OTHER_SWIFT_FLAGS": "-Xfrontend -load-plugin-executable -Xfrontend ${PODS_BUILD_DIR}/Macros/MacroPlugin/release/MacroPlugin#MacroPlugin",
49         "METACODABLE_PLUGIN_BUILD_ENVIRONMENT": "METACODABLE_BEING_USED_FROM_COCOAPODS=true"
50       }
51     }
52   ],
53   "subspecs": [
54     {
55       "name": "Macro",
56       "dependencies": {
57         "MetaCodableMacro": [
58           "= 1.2.1"
59         ]
60       }
61     },
62     {
63       "name": "HelperCoders",
64       "dependencies": {
65         "MetaCodableHelperCoders": [
66           "= 1.2.1"
67         ]
68       }
69     }
70   ],
71   "swift_version": "5.9"