FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
MetaCodable/MetaCodableMacroPlugin.podspec at main · SwiftyLab/MetaCodable · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
SwiftyLab
/
MetaCodable
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
45
Star
778
Code
Issues
3
Pull requests
6
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
MetaCodable
/
MetaCodableMacroPlugin.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
14 lines (13 loc) · 498 Bytes
Breadcrumbs
MetaCodable
/
MetaCodableMacroPlugin.podspec
Copy path
File metadata and controls
14 lines (13 loc) · 498 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Pod
::
Spec
.
new
do
|
s
|
require_relative
'Utils/spec'
s
.
extend
MetaCodable
::
Spec
s
.
module_name
=
"MacroPlugin"
s
.
define
s
.
dependency
'MetaCodableMacroPluginCore'
,
"=
#{
s
.
version
}
"
s
.
dependency
'SwiftSyntax/Lib'
,
*
s
.
swift_syntax_constraint
s
.
dependency
'SwiftSyntax/Macros'
,
*
s
.
swift_syntax_constraint
s
.
dependency
'SwiftSyntax/CompilerPlugin'
,
*
s
.
swift_syntax_constraint
s
.
pod_target_xcconfig
=
{
'OTHER_SWIFT_FLAGS'
=>
"-Xfrontend -package-name -Xfrontend MetaCodable"
}
end
Back
|
FazBrowse Home
|
New Git URL