[Add] AlibabacloudEais20190624 1.0.2
[CocoaPods.git] / Specs / e / 2 / c / Map4dMapUtils / 0.4.0 / Map4dMapUtils.podspec.json
blobbb7ebaeaf9e1718f7ff304bd2266d554ecad062c
2   "name": "Map4dMapUtils",
3   "version": "0.4.0",
4   "summary": "A utilities library for use with Map4dMap SDK for iOS.",
5   "description": "This library contains classes that are useful for a wide range of applications using the Map4dMap SDK for iOS.",
6   "authors": "IOTLink",
7   "homepage": "https://map4d.vn",
8   "license": {
9     "type": "Apache 2.0",
10     "file": "LICENSE"
11   },
12   "source": {
13     "git": "https://github.com/map4d/map4d-map-ios-utils.git",
14     "tag": "0.4.0"
15   },
16   "platforms": {
17     "ios": "9.3"
18   },
19   "requires_arc": true,
20   "static_framework": true,
21   "pod_target_xcconfig": {
22     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386"
23   },
24   "private_header_files": "src/*/Private/*.h",
25   "public_header_files": "src/**/*.h",
26   "source_files": "src/**/*.{h,m,swift}",
27   "dependencies": {
28     "Map4dMap": [
29       "~> 2.6"
30     ]
31   }