blob: 6d15be052813844e22b61a406cb50a05e6b7eda9 [file] [log] [blame]
{
"name": "360flyGoPanoEngine",
"version": "4.0.1",
"summary": "360fly library for panoramic video rendering and capture.",
"homepage": "https://360fly.com",
"authors": {
"360fly": "support@360fly.com"
},
"license": "Apache License, Version 2.0",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/360fly/360flyGoPanoEngine-iOS.git",
"tag": "4.0.1"
},
"source_files": "360flyGoPanoEngine/GoPanoEngine.framework/Headers/*.h",
"vendored_frameworks": "360flyGoPanoEngine/GoPanoEngine.framework",
"frameworks": [
"AudioToolbox",
"AVFoundation",
"CoreGraphics",
"CoreMedia",
"CoreVideo",
"Foundation",
"QuartzCore"
],
"ios": {
"frameworks": [
"AssetsLibrary",
"CoreMotion",
"GLKit",
"MobileCoreServices",
"OpenGLES",
"UIKit"
]
},
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2"
],
"libextobjc": [
"~> 0.3"
],
"Mantle": [
"~> 1.5"
],
"ChuzzleKit": [
"~> 1.0"
]
}
}