[Add] YotiSDKIdentityDocument 6.1.0
[CocoaPods.git] / Specs / 9 / 7 / 6 / LSiOSMapTool / 0.2.0 / LSiOSMapTool.podspec.json
blobeda578de1ef36eeb9127895d5929aeacaf160b97
2   "name": "LSiOSMapTool",
3   "version": "0.2.0",
4   "summary": "业务工具 - 地图功能扩展",
5   "description": "提供定位服务、地理位置反编码、地理位置编码、路径规划、poi模糊查询、导航等功能。\n更新内容:\n完善类文件命名;补充说明文档;",
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.2.0"
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     "AddressBook"
39   ],
40   "libraries": [
41     "c++",
42     "z"
43   ],
44   "dependencies": {
45     "LSiOSPopView": [
47     ],
48     "MBProgressHUD": [
50     ]
51   }