[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / f / a / URBMediaFocusViewController / 0.5.2 / URBMediaFocusViewController.podspec.json
blob162c41cc8cf3f51b5ab398eeb76e88b68891db04
2   "name": "URBMediaFocusViewController",
3   "version": "0.5.2",
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 for iOS 7 using the new UIDynamics API available in iOS 7.",
6   "homepage": "https://github.com/u10int/URBMediaFocusViewController",
7   "authors": {
8     "Nicholas Shipes": "nshipes@urban10.com",
9     "Ahmed Khalaf": "ahmed@arkuana.co"
10   },
11   "source": {
12     "git": "https://github.com/u10int/URBMediaFocusViewController.git",
13     "tag": "0.5.2"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "license": {
19     "type": "MIT",
20     "file": "LICENSE"
21   },
22   "requires_arc": true,
23   "source_files": "URBMediaFocusViewController.{h,m}",
24   "frameworks": [
25     "UIKit",
26     "Foundation",
27     "CoreGraphics"
28   ]