Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
BB9z committed Apr 24, 2018
2 parents 793870f + d71397c commit 20f0430
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,8 @@ STAGE_MAIN() {
else
echo "TRAVIS_BRANCH = $TRAVIS_BRANCH"
gem install cocoapods --no-rdoc --no-ri --no-document --quiet
if [ "$TRAVIS_BRANCH" = "develop" ]; then
pod lib lint --allow-warnings
else
pod lib lint
fi
# Always allow warnings as third-party dependencies generate unavoidable warnings.
pod lib lint --allow-warnings
fi

elif [ "$RFCI_TASK" = "Xcode9" ]; then
Expand Down
5 changes: 4 additions & 1 deletion RFAPI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ Pod::Spec.new do |s|
s.homepage = 'https://github.com/RFUI/RFAPI'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'BB9z' => '[email protected]' }
s.source = { :git => 'https://github.com/RFUI/RFAPI.git', :tag => s.version.to_s }
s.source = {
:git => 'https://github.com/RFUI/RFAPI.git',
:tag => s.version.to_s
}

s.requires_arc = true
s.osx.deployment_target = '10.8'
Expand Down

0 comments on commit 20f0430

Please sign in to comment.