blob: d11fa50dcae16c6609fdec72be0cae1a326f7830 [file] [log] [blame]
{
"name": "APDeviceOrientation",
"version": "0.7",
"summary": "Detect device orientation",
"description": "This library helps you detect the device orientation using motion even if the rotation is locked.",
"homepage": "https://github.com/amirpirzad/APDeviceOrientation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"amir pirzad": "pirzad7@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/amirpirzad/APDeviceOrientation.git",
"tag": "0.7"
},
"source_files": "APDeviceOrientation/*.{h,m,swift}",
"exclude_files": "APDeviceOrientation/*.plist",
"swift_version": "5.0"
}