Commit cc3e7ce 1 parent 0842e8e commit cc3e7ce Copy full SHA for cc3e7ce
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
9
9
s . homepage = "http://cosmose.co"
10
10
s . platform = :ios , '7.0'
11
11
12
- s . source = { :git => "git@bitbucket.org: Cosmose/cosmose-ios-sdk.git" }
12
+ s . source = { :git => "https://github.com/ Cosmose/cosmose-ios-sdk.git" }
13
13
14
14
s . source_files = 'CosmoseSDK/Headers/*.h'
15
15
s . preserve_paths = 'CosmoseSDK/libCosmoseSDK.a'
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Add `CosmoseSDK` dependency to your `Podfile`:
10
10
Here's an example:
11
11
12
12
``` 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'
14
14
```
15
15
16
16
# Configure ` .plist `
You can’t perform that action at this time.
0 commit comments