[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 0 / f / 5 / CJMPhoneRotationManager / 0.1.1 / CJMPhoneRotationManager.podspec.json
blob935dc0208ce701c8b8c29f746a0058c828dbb2eb
2   "name": "CJMPhoneRotationManager",
3   "version": "0.1.1",
4   "summary": "UIDevice extension to rotate the phone when upright using the vibration motor.",
5   "homepage": "https://github.com/chrismaddern/CJMPhoneRotationManager",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Chris Maddern": "chris@venmo.com"
12   },
13   "platforms": {
14     "ios": "5.0"
15   },
16   "source": {
17     "git": "https://github.com/chrismaddern/CJMPhoneRotationManager.git",
18     "tag": "v0.1.1"
19   },
20   "source_files": "CJMPhoneRotationManager/**/*.{h,m}",
21   "compiler_flags": "-ObjC",
22   "requires_arc": true,
23   "dependencies": {
24     "RNTimer": [
26     ]
27   },
28   "frameworks": [
29     "AudioToolbox",
30     "CoreLocation"
31   ]