| { |
| "name": "OriaSDK", |
| "version": "0.1.1", |
| "summary": "Easily show 360 videos hosted in OriaVR inside your app", |
| "homepage": "https://www.oriavr.com", |
| "license": { |
| "type": "Commercial", |
| "file": "LICENSE.md" |
| }, |
| "authors": { |
| "Healtherus, Inc.": "support@oriavr.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "dependencies": { |
| "CardboardSDK": [ |
| "~> 0.7" |
| ] |
| }, |
| "vendored_libraries": "libOriaSDK.a", |
| "public_header_files": "Headers/Public/*.h", |
| "resources": [ |
| "Resources/*" |
| ], |
| "source_files": "Headers/Public/*.h", |
| "source": { |
| "http": "http://iossdk.oriavr.com/OriaSDK-iOS-0.1.1.zip" |
| } |
| } |