[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 3 / f / a / URBMediaFocusViewController / 0.9.0 / URBMediaFocusViewController.podspec.json
blobc64a110ea45e7a257a748acf9f22063cbcedaa7a
2   "name": "URBMediaFocusViewController",
3   "version": "0.9.0",
4   "summary": "A view controller that focuses images to their full size with physics similar to Tweetbot 3.",
5   "description": "URBMediaFocusViewController is an experiment to recreate the view used to enlarge photos and videos from their thumbnail previews as seen in Tweetbot 3 using the UIDynamics API introduced in iOS 7.",
6   "homepage": "https://github.com/u10int/URBMediaFocusViewController",
7   "authors": {
8     "Nicholas Shipes": "nshipes@urban10.com"
9   },
10   "source": {
11     "git": "https://github.com/u10int/URBMediaFocusViewController.git",
12     "tag": "0.9.0"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "license": {
18     "type": "MIT",
19     "file": "LICENSE"
20   },
21   "requires_arc": true,
22   "source_files": "URBMediaFocusViewController.{h,m}",
23   "frameworks": [
24     "UIKit",
25     "Foundation",
26     "CoreGraphics",
27     "QuartzCore",
28     "AssetsLibrary"
29   ]