blob: 5dac56304692a68dc74c7db0f9d25367e1f0cce9 [file] [log] [blame]
{
"name": "ScreenOrientationManager",
"version": "1.0.1",
"summary": "Manager for iOS device screen orientation.",
"swift_version": "3.2",
"description": "Manager to set up behavior of screen orientation on running app, allowing to set a specific orientation or autorotation.",
"homepage": "https://github.com/josuemeza/ScreenOrientationManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Josue Meza Peña": "contacto@josuemeza.com"
},
"source": {
"git": "https://github.com/josuemeza/ScreenOrientationManager.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "10.0"
},
"documentation_url": "http://josuemeza.com/pods/ScreenOrientationManager/",
"source_files": "ScreenOrientationManager/Classes/**/*"
}