Skip to content

Commit

Permalink
update pod install command.. in favour of #1002
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Barreto authored Apr 14, 2017
1 parent b7b2a4b commit cd0a057
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', :tag => 'master', :git => 'https://github.com/xmartlabs/Eureka.git'
pod 'Eureka'
```

Then run the following command:
Expand Down

3 comments on commit cd0a057

@SD10
Copy link

@SD10 SD10 commented on cd0a057 Apr 21, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mtnbarreto this causes the version to default to 1.7.0

@mtnbarreto
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would expect that cocoapods gets the podspec from master branch.

Have you used pod update?

@SD10
Copy link

@SD10 SD10 commented on cd0a057 Apr 26, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mtnbarreto
Yeah pod update would've probably worked. I just set it up to pull directly from master. Thanks

Please sign in to comment.