[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / f / b / 9 / RHLocation / 1.0.0 / RHLocation.podspec.json
blobcb8e35d85c91283c5d64f504153f42aa78c5aa2a
2   "name": "RHLocation",
3   "version": "1.0.0",
4   "summary": "A location kit based on LocationManager.",
5   "homepage": "https://github.com/zhu410289616/RHLocation",
6   "license": {
7     "type": "Apache",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "zhu410289616": "zhu410289616@163.com"
12   },
13   "platforms": {
14     "ios": "5.0"
15   },
16   "source": {
17     "git": "https://github.com/zhu410289616/RHLocation.git",
18     "tag": "1.0.0"
19   },
20   "source_files": "RHLocation/*.{h,m}",
21   "requires_arc": true,
22   "ios": {
23     "frameworks": "CoreTelephony"
24   }