0

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.

user2413621
  • 2,916
  • 7
  • 24
  • 28

2 Answers2

2

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

Hope this help!

vien vu
  • 4,277
  • 2
  • 17
  • 30
-4

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.

Prashant Ghimire
  • 518
  • 4
  • 20