[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 0 / 1 / 8 / TrackLocations / 0.1.0 / TrackLocations.podspec.json
blob35168fc2db8b5d9d3bcfebadaf92c1c06cb35957
2   "name": "TrackLocations",
3   "version": "0.1.0",
4   "summary": "A small pod that can load and track a list of locations",
5   "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",
6   "homepage": "https://github.com/yakaolife/TrackLocations",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Betsy Kao": "yakaolife@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/yakaolife/TrackLocations.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "TrackLocations/Classes/**/*",
22   "frameworks": [
23     "Foundation",
24     "CoreLocation"
25   ],
26   "dependencies": {
27     "Alamofire": [
29     ],
30     "SwiftyJSON": [
32     ]
33   },
34   "pushed_with_swift_version": "3.0"