blob: 865d12ccb3a3555cc3a4b416bdea94ab7ef69fe4 [file] [log] [blame]
{
"name": "MotionSDK",
"version": "1.0.4",
"summary": "iOS SDK for Motion, the location intelligence platform",
"homepage": "https://motion.dev",
"authors": {
"Motion": "support@motion.dev"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/geosparks/motion-sdk-ios.git",
"tag": "1.0.4"
},
"source_files": "MotionSDK/MotionSDK.framework/Headers/*.h",
"vendored_frameworks": "MotionSDK/MotionSDK.framework",
"module_map": "MotionSDK/MotionSDK.framework/Modules/module.modulemap",
"module_name": "MotionSDK",
"dependencies": {
"AWSIoT": [
],
"AWSMobileClient": [
]
},
"license": {
"type": "Copyright",
"text": "Copyright (c) 2020 Motion. All rights reserved."
}
}