2 "name": "AssociatedObject",
4 "summary": "Swift Macro for allowing variable declarations even in class extensions.",
5 "description": "Swift Macro for allowing variable declarations even in class extensions.",
6 "homepage": "https://github.com/p-x9/AssociatedObject",
12 "p-x9": "https://github.com/p-x9"
21 "git": "https://github.com/p-x9/AssociatedObject.git",
24 "prepare_command": "swift build -c release && cp -f .build/release/AssociatedObjectPlugin ./Binary",
26 "Sources/AssociatedObject/**/*.{c,h,m,swift}",
27 "Sources/AssociatedObjectC/**/*.{c,h,m,swift}"
29 "swift_versions": "5.9",
31 "Binary/AssociatedObjectPlugin"
33 "pod_target_xcconfig": {
34 "OTHER_SWIFT_FLAGS": [
35 "-load-plugin-executable ${PODS_ROOT}/AssociatedObject/Binary/AssociatedObjectPlugin#AssociatedObjectPlugin"
38 "user_target_xcconfig": {
39 "OTHER_SWIFT_FLAGS": [
40 "-load-plugin-executable ${PODS_ROOT}/AssociatedObject/Binary/AssociatedObjectPlugin#AssociatedObjectPlugin"
43 "swift_version": "5.9"