blob: b0970e2b060ff86e29be023c248427b0a9c7752c [file] [log] [blame]
{
"name": "MotionSDK",
"version": "1.0.0-alpha.1",
"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.0-alpha.1"
},
"source_files": "MotionSDK/**/*.{h,m,swift}",
"frameworks": "CoreLocation",
"license": {
"type": "Copyright",
"text": "Copyright (c) 2020 Motion. All rights reserved."
},
"dependencies": {
"AWSIoT": [
],
"AWSMobileClient": [
]
}
}