2 "name": "EBPhotoPages",
4 "summary": "A photo gallery for iOS with a modern feature set. Similar features as the Facebook photo browser.",
5 "description": "EBPhotoPages is a photo gallery library for displaying pages of photos and their meta data in a scrollview. Users are able to zoom photos in and out, as well as create, edit or delete comments and tags, share or delete a photo, and report inappropriate photos. All photos and content are loaded asynchronously. User permissions for a photo are controlled through a delegate protocol. No graphic files are required for the gallery as icons are drawn in code.\n\nThe library was designed using a state pattern to control the behavior of the gallery, so that other developers can easily modify or add new states without having to understand too much of the original code.",
6 "homepage": "https://github.com/EddyBorja/EBPhotoPages",
8 "https://github.com/EddyBorja/EBPhotoPages/blob/master/1.png?raw=true",
9 "https://github.com/EddyBorja/EBPhotoPages/blob/master/EBPhotoPages@1x.png?raw=true"
15 "authors": "Eddy Borja",
16 "social_media_url": "http://twitter.com/eddyborja_",
21 "git": "https://github.com/EddyBorja/EBPhotoPages.git",
25 "EBPhotoPagesController",
26 "EBPhotoPagesController/**/*.{h,m}"