Skip to content

Commit

Permalink
Update pod version
Browse files Browse the repository at this point in the history
  • Loading branch information
trsathya committed Apr 22, 2018
1 parent e509ca0 commit 3013df6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cryptex.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Cryptex"
s.version = "0.0.4"
s.version = "0.0.5"
s.summary = "Cryptocurrency Exchange API Clients in Swift."
s.description = <<-DESC
Multiple crypto currency exchange api clients in swift.
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ Cryptex, a single Swift 4 library and an iOS app to watch prices and check realt

To install all exchanges
```ruby
pod 'Cryptex', '~> 0.0.4'
pod 'Cryptex', '~> 0.0.5'
```

To install only one exchange
```ruby
pod 'Cryptex/Gemini', '~> 0.0.4'
pod 'Cryptex/Gemini', '~> 0.0.5'
```

To install two or more exchanges
Expand All @@ -34,14 +34,14 @@ pod 'Cryptex', '~> 0.0.4', :subspecs => ['Gemini', 'GDAX', "Poloniex"]
#### Carthage (iOS 8+, OS X 10.9+)

```
github "trsathya/Cryptex" ~> 0.0.4
github "trsathya/Cryptex" ~> 0.0.5
```

#### Swift Package Manager

```swift
dependencies: [
.Package(url: "https://github.com/trsathya/Cryptex.git", from: "0.0.4"),
.Package(url: "https://github.com/trsathya/Cryptex.git", from: "0.0.5"),
]
```

Expand Down

0 comments on commit 3013df6

Please sign in to comment.