[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 7 / 0 / 5 / SGRoutePlan_OC / 0.0.1 / SGRoutePlan_OC.podspec.json
blobdbf2ac4815d7cce3f194de482cd757e31a338dda
2   "name": "SGRoutePlan_OC",
3   "version": "0.0.1",
4   "summary": "天地图POI搜索,公交路线搜索,驾车路线搜索,逆地址编码等服务工具.",
5   "description": "天地图POI搜索,公交路线搜索,驾车路线搜索,逆地址编码 等服务工具。集成了在地图上展示POI搜索结果(显示大头针),展示公交规划路线,驾车规划路线等功能",
6   "homepage": "https://github.com/crash-wu/SGRoutePlan_OC",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "吴小星": "crash_wu@163.com"
13   },
14   "source": {
15     "git": "https://github.com/crash-wu/SGRoutePlan_OC.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "SGRoutePlan_OC/Classes/**/*",
22   "dependencies": {
23     "YYModel": [
25     ]
26   },
27   "xcconfig": {
28     "FRAMEWORK_SEARCH_PATHS": "$(HOME)/Library/SDKs/ArcGIS/iOS",
29     "OTHER_LDFLAGS": "-lObjC -framework ArcGIS -l c++",
30     "ENABLE_BITCODE": "NO",
31     "CLANG_ENABLE_MODULES": "YES"
32   }