blob: 621ecadd9c5900c9e2196358335f9b29593a79d8 [file] [log] [blame]
{
"name": "PanoramaView",
"version": "1.0.2",
"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",
"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.2"
},
"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"
]
}