Skip to content

Commit cc3e7ce

Browse files
committed
Remove bb links.
1 parent 0842e8e commit cc3e7ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CosmoseSDK.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
99
s.homepage = "http://cosmose.co"
1010
s.platform = :ios, '7.0'
1111

12-
s.source = { :git => "git@bitbucket.org:Cosmose/cosmose-ios-sdk.git" }
12+
s.source = { :git => "https://github.com/Cosmose/cosmose-ios-sdk.git" }
1313

1414
s.source_files = 'CosmoseSDK/Headers/*.h'
1515
s.preserve_paths = 'CosmoseSDK/libCosmoseSDK.a'

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Add `CosmoseSDK` dependency to your `Podfile`:
1010
Here's an example:
1111

1212
```ruby
13-
pod 'CosmoseSDK', :git => 'git@bitbucket.org:Cosmose/cosmose-ios-sdk.git'
13+
pod 'CosmoseSDK', :git => 'https://github.com/Cosmose/cosmose-ios-sdk.git'
1414
```
1515

1616
# Configure `.plist`

0 commit comments

Comments
 (0)