Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldmannak committed Oct 11, 2017
1 parent ba60b83 commit 3e28e0e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions .swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4.0
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,15 @@ To run the example project, clone the repo, and run `pod install` from the Examp

## Installation

Swifthereum is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:
~~Swifthereum is available through [CocoaPods](http://cocoapods.org). To install it, simply add the following line to your Podfile:

```ruby
pod 'Swifthereum'
```
~~

**Update**: As Geth is currently a static framework, Cocoapods is unsupported. For now, please manually copy the files into your project. This issue is tracked as Geth issue [#15272](https://github.com/ethereum/go-ethereum/issues/15272).


## Usage

Expand Down
3 changes: 1 addition & 2 deletions Swifthereum.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,5 @@ Swifthereum includes support for ERC-20 tokens and provides a download option to
# s.public_header_files = 'Pod/Classes/**/*.h'
# s.frameworks = 'UIKit', 'MapKit'
s.dependency 'BigInt', '~> 3.0.0'
s.dependency 'Geth'
#, '~> 1.7.2-unstable.11141'
s.dependency 'Geth', '~> 1.7.1'
end

0 comments on commit 3e28e0e

Please sign in to comment.