Skip to content

Commit a535740

Browse files
committed
0.23.0
1 parent f38779b commit a535740

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

SwiftDraw.podspec.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,25 +19,25 @@
1919
"watchos": "6.0",
2020
"visionos": "1.0"
2121
},
22-
"source_files": "SwiftDraw/**/*.swift",
22+
"source_files": "SwiftDraw/Sources/**/*.swift",
2323
"ios": {
24-
"exclude_files": "SwiftDraw/NSImage+Image.swift",
24+
"exclude_files": "SwiftDraw/Sources/NSImage+Image.swift",
2525
"frameworks": ["UIKit", "Foundation"]
2626
},
2727
"osx": {
28-
"exclude_files": "SwiftDraw/UIImage+Image.swift",
28+
"exclude_files": "SwiftDraw/Sources/UIImage+Image.swift",
2929
"frameworks": ["AppKit", "Foundation"]
3030
},
3131
"tvos": {
32-
"exclude_files": "SwiftDraw/NSImage+Image.swift",
32+
"exclude_files": "SwiftDraw/Sources/NSImage+Image.swift",
3333
"frameworks": ["UIKit", "Foundation"]
3434
},
3535
"watchos": {
36-
"exclude_files": "SwiftDraw/NSImage+Image.swift",
36+
"exclude_files": "SwiftDraw/Sources/NSImage+Image.swift",
3737
"frameworks": ["UIKit", "WatchKit", "Foundation"]
3838
},
3939
"visionos": {
40-
"exclude_files": "SwiftDraw/NSImage+Image.swift",
40+
"exclude_files": "SwiftDraw/Sources/NSImage+Image.swift",
4141
"frameworks": ["UIKit", "Foundation"]
4242
},
4343
"swift_version": "5.10",

0 commit comments

Comments
 (0)