blob: 1c37bdaf06d4e594c9d2d8345147e05b663eff16 [file] [log] [blame]
{
"name": "IAR",
"version": "0.1.0",
"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://github.com/ImagineAR/IAR-SDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Imagine AR": "imaginear.it@gmail.com"
},
"source": {
"http": "https://www.dropbox.com/s/izqbr7eb1tqmhbo/IAR_SDK.zip"
},
"platforms": {
"ios": "12.0"
},
"frameworks": [
"UIKit",
"AVFoundation",
"SystemConfiguration",
"Security",
"QuartzCore",
"ModelIO",
"MediaPlayer",
"CoreMotion",
"CoreMedia",
"CoreGraphics",
"CoreFoundation",
"AVFoundation",
"AudioToolbox",
"Metal",
"MetalKit",
"SceneKit",
"IAR_SDK"
],
"dependencies": {
"AFNetworking": [
"~> 3.2"
],
"OCMapper": [
"~> 2.1"
]
},
"public_header_files": "IAR_SDK.framework/Headers/*.h",
"source_files": "IAR_SDK.framework/Headers/*.h",
"ios": {
"resource_bundles": {
"Shaders": [
"IAR_SDK.framework/IAR.metallib"
]
},
"vendored_frameworks": "IAR_SDK.framework"
}
}