[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 5 / b / 3 / MetaCodable / 1.0.0-alpha.1 / MetaCodable.podspec.json
blob4c3c1b63a6f298cb5779e7e8c8e30216f8b97284
2   "name": "MetaCodable",
3   "version": "1.0.0-alpha.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/main/README.md",
13   "changelog": "https://github.com/SwiftyLab/MetaCodable/blob/main/CHANGELOG.md",
14   "documentation_url": "https://swiftylab.github.io/MetaCodable/1.0.0-alpha.1/documentation/metacodable/",
15   "source": {
16     "git": "https://github.com/SwiftyLab/MetaCodable.git",
17     "tag": "v1.0.0-alpha.1"
18   },
19   "authors": {
20     "Soumya Ranjan Mahunt": "soumya.mahunt@gmail.com"
21   },
22   "swift_versions": "5.0",
23   "platforms": {
24     "ios": "13.0",
25     "osx": "10.15",
26     "tvos": "13.0",
27     "watchos": "6.0"
28   },
29   "preserve_paths": [
30     "{Sources,Tests}/MetaCodable*/**/*",
31     "*.md"
32   ],
33   "source_files": "Sources/MetaCodable/**/*.*",
34   "dependencies": {
35     "CodableMacroPlugin": [
36       "= 1.0.0-alpha.1"
37     ]
38   },
39   "pod_target_xcconfig": {
40     "OTHER_SWIFT_FLAGS": "-Xfrontend -load-plugin-library -Xfrontend ${BUILD_DIR}/${CONFIGURATION}/libCodableMacroPlugin.dylib"
41   },
42   "testspecs": [
43     {
44       "name": "Tests",
45       "test_type": "unit",
46       "source_files": "Tests/MetaCodableTests/**/*.swift",
47       "dependencies": {
48         "SwiftSyntax/MacrosTestSupport": [
49           "~> 509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-06-05-a"
50         ]
51       }
52     }
53   ],
54   "swift_version": "5.0"