We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9787bb7 commit 9cdda29Copy full SHA for 9cdda29
scripts/validate-podspec.sh
@@ -38,7 +38,7 @@ done
38
function validate() {
39
local PODSPEC=$1
40
41
- cd ~/.cocoapods/repos/master/; ~/Projects/CocoaPods/bin/pod lib lint ~/Projects/RxSwift/RxSwift.podspec --verbose --no-clean
+ ~/Projects/CocoaPods/bin/pod lib lint $PODSPEC --verbose --no-clean --allow-warnings # temporary allow warning because of deprecated API in rc
42
#pod lib lint $PODSPEC --verbose --no-clean --allow-warnings # temporary allow warning because of deprecated API in rc
43
}
44
0 commit comments