[Add] TIoTLinkVideo 2.4.35
[CocoaPods.git] / Specs / 1 / a / d / HLLocation / 1.0.0 / HLLocation.podspec.json
blob18103e02d90a02ad8e9c2c8ab3c29be67619d54b
2   "name": "HLLocation",
3   "version": "1.0.0",
4   "summary": "iOS坐标转换和坐标导航工具类",
5   "default_subspecs": "Navigation",
6   "description": "iOS坐标转换和坐标导航工具类。使用简单",
7   "homepage": "https://github.com/huangchangweng/HLLocation",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "黄常翁": "599139419@qq.com"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/huangchangweng/HLLocation.git",
20     "tag": "1.0.0"
21   },
22   "subspecs": [
23     {
24       "name": "Converter",
25       "source_files": "HLLocation/HLLocation/Converter/**/*",
26       "public_header_files": "HLLocation/HLLocation/Converter/**/*.h",
27       "frameworks": [
28         "UIKit",
29         "CoreLocation"
30       ]
31     },
32     {
33       "name": "Navigation",
34       "source_files": "HLLocation/HLLocation/Navigation/**/*.{h,m}",
35       "public_header_files": "HLLocation/HLLocation/Navigation/**/*.h",
36       "dependencies": {
37         "HLLocation/Converter": [
39         ]
40       }
41     }
42   ]