[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / 9 / 7 / 6 / LSiOSMapTool / 0.1.4 / LSiOSMapTool.podspec.json
blob2b7eeac51faf61d220c1d4d0df56a45223318af9
2   "name": "LSiOSMapTool",
3   "version": "0.1.4",
4   "summary": "业务工具 - 地图功能扩展",
5   "description": "提供定位服务、地理位置反编码、地理位置编码、路径规划、poi模糊查询等功能。\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.1.4"
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     "stdc++.6.0.9"
44   ],
45   "dependencies": {
46     "LSiOSPopView": [
48     ],
49     "MBProgressHUD": [
51     ]
52   }