Skip to content

Commit

Permalink
Merge pull request xmartlabs#1002 from chrishorton/master
Browse files Browse the repository at this point in the history
Updated README.md to fix install issue with cocoapods
  • Loading branch information
Martin Barreto authored Apr 14, 2017
2 parents a773abf + 4117a39 commit b7b2a4b
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 b7b2a4b

Please sign in to comment.