File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ script:
11
11
# Test that the framework can be installed and built, and passes all unit tests
12
12
- travis_wait pod update
13
13
- carthage update
14
- - pod lib lint --allow-warnings
14
+ - pod lib lint
15
15
- xcodebuild -workspace 'BMSCore.xcworkspace' -scheme 'BMSCore iOS' clean build CODE_SIGN_IDENTITY= CODE_SIGNING_REQUIRED=NO
16
16
- xcodebuild -workspace 'BMSCore.xcworkspace' -scheme 'BMSCore watchOS' clean build CODE_SIGN_IDENTITY= CODE_SIGNING_REQUIRED=NO
17
17
- travis_retry xcodebuild -workspace 'BMSCore.xcworkspace' test -scheme 'BMSCore Tests' -destination 'platform=iOS Simulator,name=iPhone 6' CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Pod::Spec.new do |s|
4
4
s . version = '2.1.2'
5
5
s . summary = 'The core component of the Swift client SDK for IBM Bluemix Mobile Services'
6
6
s . homepage = 'https://github.com/ibm-bluemix-mobile-services/bms-clientsdk-swift-core'
7
- s . documentation_url = 'https://ibm-bluemix-mobile-services.github.io/API docs/Client SDK/BMSCore/Swift/index.html'
7
+ s . documentation_url = 'https://ibm-bluemix-mobile-services.github.io/API- docs/client- SDK/BMSCore/Swift/index.html'
8
8
s . license = 'Apache License, Version 2.0'
9
9
s . authors = { 'IBM Bluemix Services Mobile SDK' => '[email protected] ' }
10
10
s . source = { :git => 'https://github.com/ibm-bluemix-mobile-services/bms-clientsdk-swift-core.git' , :tag => s . version }
You can’t perform that action at this time.
0 commit comments