blob: 4fcd32c0d69b2da7e6aa904fef02967664f34748 [file] [log] [blame]
{
"name": "SpotSense",
"version": "0.1.0",
"summary": "SpotSense is a web app and SDK for adding geofences to mobile apps",
"description": "SpotSense enables mobile developers to add geofences to their mobile app through a web app, instead of rolling their own infrastructure, so they can focus on building killer apps instead of backend code.",
"homepage": "https://spotsense.io",
"license": "Apache License, Version 2.0",
"authors": {
"spotsenseio": "jonny@spotsense.io"
},
"social_media_url": "https://twitter.com/spotsenseio",
"platforms": {
"ios": "11.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/spotsenseio/spotsenseSDK-ios.git",
"tag": "0.1.0"
},
"source_files": "SpotSenseSDK/*.swift",
"exclude_files": "Classes/Exclude",
"dependencies": {
"Alamofire": [
],
"JWTDecode": [
]
}
}