blob: 162c41cc8cf3f51b5ab398eeb76e88b68891db04 [file] [log] [blame]
{
"name": "URBMediaFocusViewController",
"version": "0.5.2",
"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 for iOS 7 using the new UIDynamics API available in iOS 7.",
"homepage": "https://github.com/u10int/URBMediaFocusViewController",
"authors": {
"Nicholas Shipes": "nshipes@urban10.com",
"Ahmed Khalaf": "ahmed@arkuana.co"
},
"source": {
"git": "https://github.com/u10int/URBMediaFocusViewController.git",
"tag": "0.5.2"
},
"platforms": {
"ios": "7.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"requires_arc": true,
"source_files": "URBMediaFocusViewController.{h,m}",
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics"
]
}