[Add] AgoraRtcEngine_Special_iOS 4.3.2.10
[CocoaPods.git] / Specs / 9 / 7 / 6 / LSiOSMapTool / 0.0.2 / LSiOSMapTool.podspec.json
blobdec0b48b2d1fda62b912aeae09aa99eb05cbbbaf
2   "name": "LSiOSMapTool",
3   "version": "0.0.2",
4   "summary": "朗新框架 - 业务工具 - 地图功能扩展",
5   "description": "提供定位服务、地理位置反编码、地理位置编码、路径规划、poi模糊查询等功能。\n更新内容:更新地图框架,需要手动拖进3d bundle文件",
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.2"
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   "frameworks": [
26     "GLKit",
27     "OpenGLES",
28     "UIKit",
29     "Foundation",
30     "CoreGraphics",
31     "QuartzCore",
32     "CoreLocation",
33     "CoreTelephony",
34     "SystemConfiguration",
35     "Security",
36     "AdSupport",
37     "JavaScriptCore"
38   ],
39   "libraries": [
40     "c++",
41     "z",
42     "stdc++.6.0.9"
43   ],
44   "dependencies": {
45     "LSiOSBasic": [
47     ],
48     "LSiOSPopView": [
50     ],
51     "MBProgressHUD": [
53     ]
54   }