blob: 5ae62add28fd1af641a19716e68be85a3301c1d1 [file] [log] [blame]
{
"name": "PanoramaView",
"version": "1.0.1",
"summary": "sensor-oriented panorama view for iOS",
"description": " a dynamic GLKView with a touch and motion sensor interface to align and immerse the perspective inside an equirectangular panorama projection\n",
"homepage": "https://github.com/robbykraft/Panorama",
"screenshots": [
"https://raw.githubusercontent.com/robbykraft/Panorama/master/readme/azimuth-altitude-pixels.png",
"https://raw.githubusercontent.com/robbykraft/Panorama/master/readme/park_small.jpg"
],
"license": "MIT",
"authors": {
"robbykraft": "robbykraft@gmail.com"
},
"source": {
"git": "https://github.com/robbykraft/Panorama.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/robbykraft",
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": [
"Panorama/PanoramaView.m",
"Panorama/PanoramaView.h"
],
"frameworks": [
"UIKit",
"OpenGLES",
"GLKit",
"CoreMotion"
]
}