Skip to content

Commit 9b1b26f

Browse files
committed
cocoapod package access
1 parent 7882f5b commit 9b1b26f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

SwiftDraw.podspec.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
"frameworks": ["UIKit", "Foundation"]
4242
},
4343
"swift_version": "5.9",
44+
"pod_target_xcconfig": {
45+
"OTHER_SWIFT_FLAGS": "-package-name SwiftDraw"
46+
},
4447
"dependencies": {
4548
"SwiftDrawDOM": "~> 0.22.0"
4649
},

SwiftDrawDOM.podspec.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,8 @@
2020
"visionos": "1.0"
2121
},
2222
"source_files": "SwiftDraw/DOM/Sources/*.swift",
23-
"swift_version": "5.9"
23+
"swift_version": "5.9",
24+
"pod_target_xcconfig": {
25+
"OTHER_SWIFT_FLAGS": "-package-name SwiftDraw"
26+
}
2427
}

0 commit comments

Comments
 (0)