blob: 6374e00f1663ab2f6643a56a2b38f713bbc4d9ce [file] [log] [blame]
{
"name": "MotionOrientation",
"version": "0.1.1",
"description": "Fork from https://github.com/tastyone/MotionOrientation An observer to notify the orientation of iOS device changed, using CoreMotion for taking the orientation in 'Orientation Lock'.",
"summary": "An observer to notify the orientation.",
"homepage": "https://github.com/tastyone/MotionOrientation",
"license": {
"type": "Apache License, Version 2.0",
"text": " Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n \n http://www.apache.org/licenses/LICENSE-2.0\n \n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n"
},
"authors": {
"Sangwon Park": ""
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/yuyedaidao/MotionOrientation.git",
"tag": "0.1.1"
},
"source_files": "MotionOrientation.{h,m}",
"preserve_paths": "README.md",
"frameworks": [
"CoreMotion",
"CoreGraphics"
]
}