Skip to content

Commit 6ed9efc

Browse files
Merge pull request #8 from ibm-bluemix-mobile-services/development
Updated podspec documentation URL
2 parents 02c4776 + 0cb056f commit 6ed9efc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ script:
1111
# Test that the framework can be installed and built, and passes all unit tests
1212
- travis_wait pod update
1313
- carthage update
14-
- pod lib lint --allow-warnings
14+
- pod lib lint
1515
- xcodebuild -workspace 'BMSCore.xcworkspace' -scheme 'BMSCore iOS' clean build CODE_SIGN_IDENTITY= CODE_SIGNING_REQUIRED=NO
1616
- xcodebuild -workspace 'BMSCore.xcworkspace' -scheme 'BMSCore watchOS' clean build CODE_SIGN_IDENTITY= CODE_SIGNING_REQUIRED=NO
1717
- travis_retry xcodebuild -workspace 'BMSCore.xcworkspace' test -scheme 'BMSCore Tests' -destination 'platform=iOS Simulator,name=iPhone 6' CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO

BMSCore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Pod::Spec.new do |s|
44
s.version = '2.1.2'
55
s.summary = 'The core component of the Swift client SDK for IBM Bluemix Mobile Services'
66
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'
88
s.license = 'Apache License, Version 2.0'
99
s.authors = { 'IBM Bluemix Services Mobile SDK' => '[email protected]' }
1010
s.source = { :git => 'https://github.com/ibm-bluemix-mobile-services/bms-clientsdk-swift-core.git', :tag => s.version }

0 commit comments

Comments
 (0)