blob: 03369523c4e7345411b205d82b58da2bec0b6058 [file] [log] [blame]
{
"name": "SGSketchLayer",
"version": "0.0.3",
"summary": "SGSketchLayer.",
"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.",
"homepage": "https://github.com/crash-wu/SGSketchTool",
"license": "MIT",
"authors": {
"吴小星": "crash_wu@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/crash-wu/SGSketchTool.git",
"tag": "0.0.3"
},
"source_files": "SGSketchTool/SketchTool/*.swift",
"frameworks": [
"AssetsLibrary",
"CoreGraphics",
"CoreLocation",
"CoreText",
"OpenGLES"
],
"requires_arc": true,
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(HOME)/Library/SDKs/ArcGIS/iOS",
"OTHER_LDFLAGS": "-lObjC -framework ArcGIS -l c++",
"ENABLE_BITCODE": "NO",
"CLANG_ENABLE_MODULES": "YES"
}
}