blob: 8593af9dd4d4bc00a0217ba3bfae30bbe0bedd36 [file] [log] [blame]
{
"name": "ExperitureGeofenceSDK",
"version": "0.1.0",
"summary": "A custom Geofence Framework based on Gimbal",
"description": "\"A custom Geofence Framework based on Gimbal. With which you can track fence breaking event of an user\"",
"homepage": "https://github.com/rohan-sarkar01/ExperitureGeofenceSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Rohan Sarkar": "rohan.kolkata@gmail.com"
},
"source": {
"git": "https://github.com/rohan-sarkar01/ExperitureGeofenceSDK.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "12.0"
},
"swift_versions": "4.0",
"source_files": "ExperitureGeofenceSDK/Classes/*.swift",
"frameworks": "UIKit",
"dependencies": {
"Alamofire": [
"~> 4.7.2"
],
"Gimbal": [
"~> 2.80.1"
]
}
}