Skip to content

Commit 9cdda29

Browse files
committed
Fixes podspec validation.
1 parent 9787bb7 commit 9cdda29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/validate-podspec.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ done
3838
function validate() {
3939
local PODSPEC=$1
4040

41-
cd ~/.cocoapods/repos/master/; ~/Projects/CocoaPods/bin/pod lib lint ~/Projects/RxSwift/RxSwift.podspec --verbose --no-clean
41+
~/Projects/CocoaPods/bin/pod lib lint $PODSPEC --verbose --no-clean --allow-warnings # temporary allow warning because of deprecated API in rc
4242
#pod lib lint $PODSPEC --verbose --no-clean --allow-warnings # temporary allow warning because of deprecated API in rc
4343
}
4444

0 commit comments

Comments
 (0)