Use MWPhotoBrowser without pod file

876 Views Asked by At

I was looking for a photo browser and found MWPhotoBrowser, which I really liked and wanted to add to my existing project. But in the instruction they say you have to use pod file to install MWPhotoBrowser. I dont have pod file. I want to do it without podfile. Is it possible to just drag and drop the files needed in the project and include the header in bridging file(swift project).

I searched for ways to do it, but it seems everyone do it with podfile. Detailed instructions will be nice.

Thanks in advance.

2

There are 2 best solutions below

9
vien vu On BEST ANSWER

If you don't want podfile. You have to manual download and drag to your project list of dependencies below:

Hope this help!

1
Prashant Ghimire On

its better to use pod. to install pod hit following command in terminal

  • sudo gem install cocoapods

than navigate you project in terminal .following code in terminal

  • pod init

you will see now the is pod file in yout project.open pod file and follow the instruction given in mwphotobrowser.

hope this will help you.