blob: f2121394df65f0449c1c73b4f1a521c0a12fea9f [file] [log] [blame]
{
"name": "ImagineAR-SDK",
"version": "0.3.1",
"summary": "ImagineAR SDK for custom AR campaigns.",
"description": "Imagine AR is a native library to facilitate the addition of augmentented reality assets with Vuforia and IAR cloud.",
"homepage": "https://imaginear.com/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Imagine AR": "imaginear.it@gmail.com"
},
"source": {
"http": "https://dl.dropbox.com/s/ajagcsi7eyzpgmb/IAR_SDK_0-3-1.zip"
},
"platforms": {
"ios": "12.0"
},
"frameworks": [
"UIKit",
"AVFoundation",
"SystemConfiguration",
"Security",
"QuartzCore",
"ModelIO",
"MediaPlayer",
"CoreMotion",
"CoreMedia",
"CoreGraphics",
"CoreFoundation",
"AVFoundation",
"AudioToolbox",
"Metal",
"MetalKit",
"SceneKit",
"IAR_SDK",
"Vuforia"
],
"dependencies": {
"AFNetworking": [
"4.0.1"
],
"OCMapper": [
"2.1"
]
},
"public_header_files": "Framework/IAR_SDK.framework/Headers/*.h",
"source_files": "Framework/IAR_SDK.framework/Headers/*.h",
"ios": {
"resource_bundles": {
"Shaders": [
"Framework/IAR_SDK.framework/IAR.metallib"
]
},
"vendored_frameworks": [
"Framework/IAR_SDK.framework",
"Framework/Vuforia.framework"
]
}
}