[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / e / 1 / EBPhotoPages / 0.9.2 / EBPhotoPages.podspec.json
blobae38f0914a815cb03220faddf930f0f0517aac31
2   "name": "EBPhotoPages",
3   "version": "0.9.2",
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",
7   "screenshots": [
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"
10   ],
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": "Eddy Borja",
16   "social_media_url": "http://twitter.com/eddyborja_",
17   "platforms": {
18     "ios": "8.3"
19   },
20   "source": {
21     "git": "https://github.com/EddyBorja/EBPhotoPages.git",
22     "tag": "0.9.2"
23   },
24   "source_files": [
25     "EBPhotoPagesController",
26     "EBPhotoPagesController/**/*.{h,m}"
27   ],
28   "frameworks": [
29     "QuartzCore",
30     "CoreGraphics",
31     "AVFoundation"
32   ],
33   "requires_arc": true