[Add] AgoraRtcEngine_Special_iOS 4.3.2.10
[CocoaPods.git] / Specs / 9 / 7 / 6 / LSiOSMapTool / 0.0.1 / LSiOSMapTool.podspec.json
bloba86141e055b9695ad36695cab24ee1026f8034f0
2   "name": "LSiOSMapTool",
3   "version": "0.0.1",
4   "summary": "朗新框架 - 业务工具 - 地图功能扩展",
5   "description": "提供定位服务、地理位置反编码、地理位置编码、路径规划、poi模糊查询等功能。",
6   "homepage": "https://code.aliyun.com/LSKit/LSiOSMapTool",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "danfort": "quanchengk@163.com"
13   },
14   "source": {
15     "git": "https://code.aliyun.com/LSKit/LSiOSMapTool.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "LSiOSMapTool/Classes/**/*.{h,m}",
22   "ios": {
23     "vendored_frameworks": "LSiOSMapTool/Assets/**/*.framework"
24   },
25   "resources": "LSiOSMapTool/**/*.{bundle}",
26   "frameworks": [
27     "UIKit",
28     "Foundation",
29     "CoreGraphics",
30     "QuartzCore",
31     "CoreLocation",
32     "CoreTelephony",
33     "SystemConfiguration",
34     "Security",
35     "AdSupport",
36     "JavaScriptCore"
37   ],
38   "libraries": [
39     "c++",
40     "z",
41     "stdc++.6.0.9"
42   ],
43   "dependencies": {
44     "LSiOSBasic": [
46     ],
47     "LSiOSPopView": [
49     ],
50     "MBProgressHUD": [
52     ]
53   }