blob: f06e184ae3fbb4946e9e3b62e0541dee4b1eb4a6 [file] [log] [blame]
{
"name": "ASMediaFocusManager",
"version": "0.1",
"license": "MIT",
"summary": "Animate your iOS image 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.1"
},
"platforms": {
"ios": "6.0"
},
"source_files": "ASMediaFocusManager/*.{h,m}",
"resources": "ASMediaFocusManager/*.{xib}",
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics"
],
"requires_arc": true
}