[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 8 / 3 / 6 / LocationRequestManager / 0.1.1 / LocationRequestManager.podspec.json
blob4cbe93475c4f4956c812a5a66cd12beacb731113
2   "name": "LocationRequestManager",
3   "version": "0.1.1",
4   "summary": "Improving CLLocationManager encapsulating the location request in LocationRequest Class.",
5   "description": "This library was created with the intetion of simplify the use of CLLocationManager. LocationRequestManager is a wraper for CLLocationManager which handle a set of LocationRequest. For each request you can specify some parameters like timeout, distance filter, accuracy",
6   "homepage": "https://github.com/juancruzmdq/LocationRequestManager",
7   "license": "MIT",
8   "authors": {
9     "Juan Cruz Ghigliani": "juancruzmdq@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/juancruzmdq/LocationRequestManager.git",
13     "tag": "0.1.1"
14   },
15   "social_media_url": "https://twitter.com/juancruzmdq",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "frameworks": [
20     "Foundation",
21     "CoreLocation"
22   ],
23   "source_files": "Sources/*.swift"