EBPhotoPages
EBPhotoPages copied to clipboard
Update podscpec
Hi,
First you have done an amazing work on this library.
Can you update pod spec with a new tag version that include the latest library changes because the 0.9.1 tag do not include the following method in EBPhotoPagesDataSource.h
- (BOOL)photoPagesController:(EBPhotoPagesController *)photoPagesController shouldAllowMiscActionsForPhotoAtIndex:(NSInteger)index;
Thank you.
+1
@Appsido You can temporarily get around this by doing:
#pod 'EBPhotoPages', '~> 0.9.1' pod 'EBPhotoPages', :git => 'https://github.com/EddyBorja/EBPhotoPages.git', :commit => 'e709325644226df0727d7357113a095fc4ea7640'
+1 @EddyBorja Any chance that a new version is going to be pushed soon?