[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / b / c / PanoramaView / 1.0.1 / PanoramaView.podspec.json
blob5ae62add28fd1af641a19716e68be85a3301c1d1
2   "name": "PanoramaView",
3   "version": "1.0.1",
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\n",
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.1"
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   ]