Skip to content

Commit 65336ed

Browse files
authored
Only include swift in podspec source_files (#72)
1 parent 8b9a63c commit 65336ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

UID2.podspec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
]
2727
},
2828
"source_files": [
29-
"Sources/UID2/**/*"
29+
"Sources/UID2/**/*.swift"
3030
],
3131
"dependencies": {
3232
"SwiftASN1": [

UID2Prebid.podspec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
]
2626
},
2727
"source_files": [
28-
"UID2Prebid/UID2Prebid/**/*"
28+
"UID2Prebid/UID2Prebid/**/*.swift"
2929
],
3030
"dependencies": {
3131
"UID2": [

0 commit comments

Comments
 (0)