awkward / Tatsi

A drop-in replacement for UIImagePickerController with the ability to select multiple images and/or videos
MIT License
110 stars 30 forks source link

pod not available ? #8

Closed poonamdhomane closed 6 years ago

renssies commented 6 years ago

For some reason, the latest Podspec does not appear to be on Cocoapods.org. I'm going to investigate that.

You can however use Tatsi right now by adding the following to your podfile:

pod 'Tatsi',  :git => 'git@github.com:awkward/Tatsi.git', :tag => '1.1'
renssies commented 6 years ago

Tatsi 1.1 should now be available using cocoapods.org: https://cocoapods.org/pods/Tatsi

poonamdhomane commented 6 years ago

Thanks a lot