blob: 35168fc2db8b5d9d3bcfebadaf92c1c06cb35957 [file] [log] [blame]
{
"name": "TrackLocations",
"version": "0.1.0",
"summary": "A small pod that can load and track a list of locations",
"description": "Provide utilities to load a list of locations from server and track them. This will also ask permission and provides callbacks when user enters the locations",
"homepage": "https://github.com/yakaolife/TrackLocations",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Betsy Kao": "yakaolife@gmail.com"
},
"source": {
"git": "https://github.com/yakaolife/TrackLocations.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TrackLocations/Classes/**/*",
"frameworks": [
"Foundation",
"CoreLocation"
],
"dependencies": {
"Alamofire": [
],
"SwiftyJSON": [
]
},
"pushed_with_swift_version": "3.0"
}