[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / 2 / c / Map4dMapUtils / 0.2.0 / Map4dMapUtils.podspec.json
blobb160d5d169ae61aeb85e1a3414ea110cfbe5bc03
2   "name": "Map4dMapUtils",
3   "version": "0.2.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.2.0"
15   },
16   "platforms": {
17     "ios": "9.3"
18   },
19   "requires_arc": true,
20   "static_framework": true,
21   "user_target_xcconfig": {
22     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386"
23   },
24   "pod_target_xcconfig": {
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386"
26   },
27   "private_header_files": "src/*/Private/*.h",
28   "public_header_files": "src/**/*.h",
29   "source_files": "src/**/*.{h,m,swift}",
30   "dependencies": {
31     "Map4dMap": [
32       "~> 2.1"
33     ]
34   }