avito-tech / Paparazzo

Custom iOS camera and photo picker with editing capabilities
MIT License
780 stars 82 forks source link

pod install #56

Closed jackpaster closed 7 years ago

jackpaster commented 7 years ago

@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 commented 7 years ago

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

HiveHicks commented 7 years ago

What version do you want to install?

jackpaster commented 7 years ago

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

jackpaster commented 7 years ago

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

jackpaster commented 7 years ago

@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 commented 7 years ago

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