[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / d / a / HACLocationManager / 1.0.2 / HACLocationManager.podspec.json
blob56868a3ac45cd12235a0269d33a5a660ce61dd90
2   "name": "HACLocationManager",
3   "version": "1.0.2",
4   "summary": "Location manager iOS 7 >.",
5   "description": "    The HACLocationManager HACLocationManager is written in Objective-C, very easy to use and effective class.\n    Requests are made using blocks. If syntax is very comfortable and intuitive. Use singleton design pattern and its compatibility is complete with iOS7 or higher..\n    Get Location, Geocoder & Reverse Geocoding.\n",
6   "homepage": "https://github.com/litoarias/HACLocationManager.git",
7   "license": {
8     "type": "GNU",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "litoarias": "lito.arias.cervero@gmail.com"
13   },
14   "social_media_url": "https://github.com/litoarias/HACLocationManager",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source": {
19     "git": "https://github.com/litoarias/HACLocationManager.git",
20     "tag": "1.0.2"
21   },
22   "source_files": "LocationManager",
23   "requires_arc": true,
24   "ios": {
25     "frameworks": [
26       "CoreLocation",
27       "MapKit"
28     ]
29   }