blob: c64a110ea45e7a257a748acf9f22063cbcedaa7a [file] [log] [blame]
{
"name": "URBMediaFocusViewController",
"version": "0.9.0",
"summary": "A view controller that focuses images to their full size with physics similar to Tweetbot 3.",
"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.",
"homepage": "https://github.com/u10int/URBMediaFocusViewController",
"authors": {
"Nicholas Shipes": "nshipes@urban10.com"
},
"source": {
"git": "https://github.com/u10int/URBMediaFocusViewController.git",
"tag": "0.9.0"
},
"platforms": {
"ios": "8.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"requires_arc": true,
"source_files": "URBMediaFocusViewController.{h,m}",
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics",
"QuartzCore",
"AssetsLibrary"
]
}