blob: 6fd994e3e6ecd79d74078670fddbe736a89a1cd5 [file] [log] [blame]
{
"name": "ASMediaFocusManager",
"version": "0.6",
"license": "MIT",
"summary": "Animate your iOS image and video views to fullscreen on a simple tap.",
"authors": {
"Philippe Converset": "pconverset@autresphere.com"
},
"homepage": "https://github.com/autresphere/ASMediaFocusManager",
"source": {
"git": "https://github.com/autresphere/ASMediaFocusManager.git",
"tag": "0.6"
},
"platforms": {
"ios": "6.0"
},
"source_files": "ASMediaFocusManager/*.{h,m}",
"resources": [
"ASMediaFocusManager/*.xib",
"ASMediaFocusManager/Resources/*.png"
],
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics",
"AVFoundation"
],
"requires_arc": true,
"dependencies": {
"ASBPlayerScrubbing": [
"~> 0.1"
]
}
}