[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / d / 0 / SGTileLayer / 0.0.5 / SGTileLayer.podspec.json
blobd5fe49ff16d037c8f2a3b2ab92ce1a6c1bcc8370
2   "name": "SGTileLayer",
3   "version": "0.0.5",
4   "summary": "天地图瓦片图层加载,百度地图瓦片图层加载等相关功能.",
5   "description": "提供天地图瓦片图层加载,百度地图瓦片图层加载,高德瓦片加载,以及其他TileLayer类型图层加载等功能。在图层加载的时,提供缓存图层功能",
6   "homepage": "https://github.com/crash-wu/SGTileLayer",
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/SGTileLayer.git",
16     "tag": "0.0.5"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": [
22     "SGTileLayer/Classes/**/*.{h,m}",
23     "SGTileLayer/Classes/*.{h,m}"
24   ],
25   "xcconfig": {
26     "FRAMEWORK_SEARCH_PATHS": "$(HOME)/Library/SDKs/ArcGIS/iOS",
27     "OTHER_LDFLAGS": "-ObjC -framework ArcGIS -l c++",
28     "ENABLE_BITCODE": "NO",
29     "CLANG_ENABLE_MODULES": "YES"
30   }