[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / b / c / PanoramaView / 1.0.2 / PanoramaView.podspec.json
blob621ecadd9c5900c9e2196358335f9b29593a79d8
2   "name": "PanoramaView",
3   "version": "1.0.2",
4   "summary": "sensor-oriented panorama view for iOS",
5   "description": "a dynamic GLKView with a touch and motion sensor interface to align and immerse the perspective inside an equirectangular panorama projection",
6   "homepage": "https://github.com/robbykraft/Panorama",
7   "screenshots": [
8     "https://raw.githubusercontent.com/robbykraft/Panorama/master/readme/azimuth-altitude-pixels.png",
9     "https://raw.githubusercontent.com/robbykraft/Panorama/master/readme/park_small.jpg"
10   ],
11   "license": "MIT",
12   "authors": {
13     "robbykraft": "robbykraft@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/robbykraft/Panorama.git",
17     "tag": "1.0.2"
18   },
19   "social_media_url": "https://twitter.com/robbykraft",
20   "platforms": {
21     "ios": "5.0"
22   },
23   "requires_arc": true,
24   "source_files": [
25     "Panorama/PanoramaView.m",
26     "Panorama/PanoramaView.h"
27   ],
28   "frameworks": [
29     "UIKit",
30     "OpenGLES",
31     "GLKit",
32     "CoreMotion"
33   ]