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.
If you don't want podfile. You have to manual download and drag to your project list of dependencies below:
Hope this help!