blob: 30e90588d892468a18b6533eaddf55525083b1d2 [file] [log] [blame]
{
"name": "SpotSense",
"version": "0.1.2",
"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": "10.0"
},
"swift_version": "4.0",
"source": {
"git": "https://github.com/spotsenseio/spotsenseSDK-ios.git",
"tag": "0.1.2"
},
"source_files": "SpotSenseSDK/*.swift",
"exclude_files": "Classes/Exclude",
"dependencies": {
"Alamofire": [
],
"JWTDecode": [
]
}
}