[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 8 / b / OrientationTracker / 1.1.0 / OrientationTracker.podspec.json
blobbe594d4f439f470e800d0272ea62838ebf18ea35
2   "name": "OrientationTracker",
3   "version": "1.1.0",
4   "summary": "Track orientation changes even when the device is orientation-locked",
5   "description": "OrientationTracker is a library for tracking device orientation changes even for devices with orientation-lock turned on. You can subscribe to orientation change notifications and react accordingly. Using the affineTransform property you can rotate the views to follow the orientation change.",
6   "homepage": "https://github.com/amerhukic/OrientationTracker",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Amer Hukić": "hukicamer@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/amerhukic/OrientationTracker.git",
16     "tag": "1.1.0"
17   },
18   "social_media_url": "https://twitter.com/hukicamer",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "OrientationTracker/Classes/**/*",
23   "frameworks": [
24     "UIKit",
25     "CoreMotion"
26   ],
27   "swift_version": "5.0"