blob: 5d0b874ec5191a3cb6f0e52003be9259f30d3167 [file] [log] [blame]
{
"name": "URBMediaFocusViewController",
"version": "0.5.5",
"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.5"
},
"platforms": {
"ios": "7.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"requires_arc": true,
"source_files": "URBMediaFocusViewController.{h,m}",
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics",
"QuartzCore",
"AssetsLibrary"
]
}