blob: 8737c44fdd9bb4020c5a5c89e47475fb1dc67145 [file] [log] [blame]
{
"name": "sojourn",
"version": "0.0.51",
"summary": "The sojourn library is responsible for collection of location data in an efficient way",
"description": "Once sojourn is embedded in your app, it will collect location only if the user has moved. It also\nhas the ability to trigger pre-defined geofences or beacons.",
"homepage": "http://www.melrosecomputing.com",
"license": {
"type": "MIT"
},
"authors": {
"Michael Ayles": "michael.ayles@melrosecomputing.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/MelroseCS/sojourn.git",
"tag": "0.0.51"
},
"source_files": "sojourn/include/*.h",
"preserve_paths": "sojourn/libSojournLib.a",
"ios": {
"vendored_libraries": "sojourn/libSojournLib.a"
},
"dependencies": {
"Parse": [
"~> 1.17.2"
],
"CocoaLumberjack": [
],
"INTULocationManager": [
]
}
}