blob: 5b5db9b244d6211af0dd132ad8e0600775ed6f34 [file] [log] [blame]
{
"name": "MD360Player4iOS",
"version": "0.2.0",
"summary": "It is a lite library to render 360 degree panorama video for iOS.",
"description": "It is a lite library to render 360 degree panorama video for iOS. In verison 0.1.0, motion mode and glass mode are supported. In version 0.2.0, pinch gesture is supported.",
"homepage": "https://github.com/ashqal/MD360Player4iOS/",
"screenshots": "https://raw.githubusercontent.com/ashqal/MD360Player4iOS/master/screenshot.png",
"license": "Apache License, Version 2.0",
"authors": {
"asha": "ashnb@qq.com"
},
"social_media_url": "http://weibo.com/ashqal",
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/ashqal/MD360Player4iOS.git",
"tag": "0.2.0"
},
"source_files": "MDVRLibrary/MDVRLibrary/*.{h,m}",
"public_header_files": "MDVRLibrary/MDVRLibrary/*.h",
"resources": "MDVRLibrary/MDVRLibrary/vrlibraw.bundle",
"frameworks": [
"CoreMotion",
"Foundation"
],
"requires_arc": true
}