Skip to content

Commit

Permalink
Updated README.md to fix install issue with cocoapods
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Horton committed Apr 14, 2017
1 parent 6d90f85 commit 4117a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,7 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.0'
use_frameworks!

pod 'Eureka', '~> 3.0'
pod 'Eureka', :tag => 'master', :git => 'https://github.com/xmartlabs/Eureka.git'
```

Then run the following command:
Expand Down

0 comments on commit 4117a39

Please sign in to comment.