Skip to content

Instantly share code, notes, and snippets.

@rahulsom
Last active August 29, 2015 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rahulsom/92388038c14f7531bde0 to your computer and use it in GitHub Desktop.
Save rahulsom/92388038c14f7531bde0 to your computer and use it in GitHub Desktop.
EBPhotoPages
Pod::Spec.new do |s|
s.name = 'EBPhotoPages'
s.version = "0.9.3"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = "A photo gallery for iOS with a modern feature set. Similar features as the Facebook photo browser."
s.homepage = 'https://github.com/bjong-nliven/EBPhotoPages'
s.author = "Eddy Borja"
s.source = { :git => 'https://github.com/bjong-nliven/EBPhotoPages.git' }
s.platform = :ios, '7.0'
s.source_files = 'EBPhotoPagesController/*.{h,m}'
s.requires_arc = true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment