[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / f / 2 / MotionOrientation@PTEz / 1.0.0 / MotionOrientation@PTEz.podspec.json
blobf7e37131a6819141102b5c2c7db2e4e6f03fd423
2   "name": "MotionOrientation@PTEz",
3   "version": "1.0.0",
4   "summary": "Orientation change notifications using CoreMotion. Works even on orientation-locked devices.",
5   "homepage": "https://github.com/PTEz/MotionOrientation",
6   "license": {
7     "type": "Apache License, Version 2.0",
8     "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"
9   },
10   "authors": {
11     "Ernesto Rivera": "rivera.ernesto@gmail.com",
12     "Sangwon Park": ""
13   },
14   "platforms": {
15     "ios": null
16   },
17   "requires_arc": true,
18   "source": {
19     "git": "https://github.com/PTEz/MotionOrientation.git",
20     "tag": "1.0.0"
21   },
22   "source_files": "MotionOrientation.{h,m}",
23   "preserve_paths": "README.md",
24   "frameworks": [
25     "CoreMotion",
26     "CoreGraphics"
27   ]