You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Be sure to run `pod lib lint SYNPhotoPicker.podspec' to ensure this is a
# valid spec and remove all comments before submitting the spec.
#
# Any lines starting with a # are optional, but encouraged
#
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = "SYNPhotoPicker"
s.version = "1.0.4"
s.summary = "SYNPhotoPicker is an easy to implement layout for choosing camera photos, web photos, and any other image collection."
s.description = <<-DESC
SYNPhotoPicker allows you to quickly and easily implement a photo picker using a grid style UICollectionView. You can also specify other collections of images to be displayed as well as hook into outside search systems using the delegate method.