tapz / MWPhotoBrowserSwift

A simple iOS photo and video browser with grid view, captions and selections. Swift version.
MIT License
44 stars 12 forks source link

Can install cocoa pods with MWPhotoBrowserSwift - how you need time to construction? )) #3

Open ChStarfish opened 8 years ago

ChStarfish commented 8 years ago

Hello, i liked you MWPhotoBrowser and want use in my swift project, how can i install it into my project?

tapz commented 8 years ago

Currently it's not in CocoaPods, so you have to add it to your podfile like this:

pod 'MWPhotoBrowserSwift', :git => 'https://github.com/tapz/MWPhotoBrowserSwift.git'

ChStarfish commented 8 years ago

thx man!

iunicron commented 6 years ago

Great... and thanx..was missing this

aparthdhorda commented 6 years ago

Thanks @tapz