Skip to content

Commit

Permalink
Update URL to github (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
mederic-p committed Jan 11, 2018
1 parent 419e41b commit dc6f5ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions OmiseGO.podspec
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'OmiseGO'
s.version = '0.9.0'
s.version = '0.9.1'
s.license = 'Apache'
s.summary = 'The OmiseGO iOS SDK allows developers to easily interact with a node of the OmiseGO eWallet.'
s.homepage = 'https://omisego.network/'
s.social_media_url = 'https://twitter.com/omise_go'
s.authors = { 'OmiseGO team' => 'omg@omise.co' }
s.source = { :git => 'ssh://git@phabricator.omisego.io/source/sdk-ios.git', :tag => s.version }
s.source = { :git => 'ssh://git@github.com:omisego/ios-sdk.git', :tag => s.version }

s.platform = :ios, '9.0'

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -33,7 +33,7 @@ To integrate the `omisego` SDK into your Xcode project using CocoaPods, add the
Until the `omisego` SDK is released, you will need to specify the git URL for this pod:

```ruby
pod 'OmiseGO', :git => 'ssh://git@phabricator.omisego.io/source/sdk-ios.git'
pod 'OmiseGO', :git => 'ssh://git@github.com:omisego/ios-sdk.git'
```

### Installation
Expand Down

0 comments on commit dc6f5ca

Please sign in to comment.