blob: 23059a8fcb75339fce9f370652bdf48ad56a5b01 [file] [log] [blame]
{
"name": "ScapeKit",
"version": "0.2.0",
"summary": "Digital framework for the physical world.",
"license": {
"type": "Private",
"text": " Scape Technologies © 2018 All rights reserved.\n"
},
"authors": {
"Bilal S": "bilal@scape.io"
},
"homepage": "https://scape.io/",
"description": "ScapeKit iOS SDK, for integrating ScapeKit into your iOS application. The SDK supports iOS 11.4 and later.",
"frameworks": [
"Foundation",
"UIKit",
"CoreMotion",
"CoreLocation",
"AVFoundation",
"SceneKit",
"ARKit"
],
"libraries": [
"z",
"c++"
],
"requires_arc": true,
"source": {
"http": "https://artefacts.developer.scape.io/ios/0.2.0/ScapeKit.framework.zip"
},
"platforms": {
"ios": "11.4"
},
"pod_target_xcconfig": {
"VALID_ARCHS": "arm64"
},
"xcconfig": {
"OTHER_LDFLAGS[arch=arm64]": "$(inherited) -framework Foundation -framework UIKit -framework CoreMotion -framework CoreLocation -framework AVFoundation -framework SceneKit -framework ARKit -lz -lstdc++",
"VALID_ARCHS": "arm64",
"ENABLE_BITCODE": "NO"
},
"preserve_paths": "ScapeKit.framework",
"public_header_files": "ScapeKit.framework/Headers/*.h",
"source_files": "ScapeKit.framework/Headers/*.h",
"static_framework": true,
"vendored_frameworks": "ScapeKit.framework"
}