[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 0 / 4 / 5 / SGSketchLayer_OC / 0.0.1 / SGSketchLayer_OC.podspec.json
blobe5e7f9f713f2842c5fd7a631c2b5664647f3521d
2   "name": "SGSketchLayer_OC",
3   "version": "0.0.1",
4   "summary": "SGSketchLayer for Object-C.",
5   "description": "A layer that allows the user to interactively sketch geometries on the map .You can sketch point(点) ,FoldLine(折线),Curve(曲线),Surfaces(曲面),Polygon(多边形) geometries from scratch.",
6   "homepage": "https://github.com/crash-wu/SGSketchLayer-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/SGSketchLayer-OC.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": "SGSketchLayer-OC/Classes/*.{h,m}",
22   "public_header_files": "SGSketchLayer-OC/Classes/*.h",
23   "requires_arc": true,
24   "xcconfig": {
25     "FRAMEWORK_SEARCH_PATHS": "$(HOME)/Library/SDKs/ArcGIS/iOS",
26     "OTHER_LDFLAGS": "-lObjC -framework ArcGIS -l c++",
27     "ENABLE_BITCODE": "NO",
28     "CLANG_ENABLE_MODULES": "YES"
29   }