[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 8 / 3 / 6 / LocationRequestManager / 0.1.0 / LocationRequestManager.podspec.json
blob83c5ca6db86b4b3d38ba153c39c3e62855f5add5
2   "name": "LocationRequestManager",
3   "version": "0.1.0",
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.0"
14   },
15   "social_media_url": "https://twitter.com/juancruzmdq",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source_files": "LocationRequestManager/Classes/**/*",
20   "resource_bundles": {
21     "LocationRequestManager": [
22       "LocationRequestManager/Assets/*.png"
23     ]
24   }