[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / 6 / e / GLMapSwift / 1.3.0 / GLMapSwift.podspec.json
blob4890918bc898427775a3ef292035168b8c37ba49
2   "name": "GLMapSwift",
3   "version": "1.3.0",
4   "summary": "GLMapSwift is a swift extensions to the GLMap framework",
5   "description": "This project contains Swift extensions for GLMap framework.\n\nPlease check `pod try GLMapSwift` for demo application.",
6   "homepage": "https://globus.software",
7   "license": {
8     "type": "Apache 2.0"
9   },
10   "authors": {
11     "Evgen Bodunov": "evgen@globus.software"
12   },
13   "social_media_url": "http://twitter.com/GLMapFramework",
14   "documentation_url": "https://globus.software/docs/swift/api/1.3.0/",
15   "swift_versions": "5.2",
16   "platforms": {
17     "ios": "9.0"
18   },
19   "pod_target_xcconfig": {
20     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
21   },
22   "user_target_xcconfig": {
23     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
24   },
25   "source": {
26     "git": "https://github.com/GLMap/GLMapSwift.git",
27     "tag": "1.3.0"
28   },
29   "dependencies": {
30     "GLMap": [
31       "= 1.3.0"
32     ]
33   },
34   "source_files": "*.swift",
35   "swift_version": "5.2"