Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pod install #56

Closed
jackpaster opened this issue Oct 27, 2017 · 6 comments
Closed

pod install #56

jackpaster opened this issue Oct 27, 2017 · 6 comments
Assignees
Labels

Comments

@jackpaster
Copy link

@HiveHicks I'm trying to install the pods for the updated project but all im getting is the files from the old version. I did pod 'Paparazzo' and my minimum deployment target is iOS 9. What do you think could be the problem

@jackpaster
Copy link
Author

@HiveHicks could you update the pods for this project. I think that is the problem

@HiveHicks
Copy link
Member

What version do you want to install?

@jackpaster
Copy link
Author

@HiveHicks the latest one with all the updates. When I download the project off current project off GitHub. Thats the one I want

@jackpaster
Copy link
Author

@HiveHicks But when I go into the pod file and run the 2.0.0 pod, it gives me the old version

@jackpaster
Copy link
Author

@HiveHicks the current version on GitHub that was updated 15 days ago is the pod I want. I want the current most version of paparazzo but in a pod

@HiveHicks
Copy link
Member

HiveHicks commented Oct 27, 2017

We haven't released a new version yet, but you can get all the latest features of Paparazzo by using the version that's in develop branch. To do that you need to specify in your Podfile:

pod 'Paparazzo', :git => 'https://github.com/avito-tech/Paparazzo.git', :branch => 'develop'
pod 'ImageSource', :git => 'https://github.com/avito-tech/Paparazzo.git', :branch => 'develop'

And run pod install after that

@HiveHicks HiveHicks self-assigned this Oct 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants