[Add] STBaseProject 1.0.8
[CocoaPods.git] / Specs / e / 2 / c / Map4dMapUtils / 0.2.1 / Map4dMapUtils.podspec.json
blobbeffcd3eac2fb5201b2892ff0b0aede12d30582b
2   "name": "Map4dMapUtils",
3   "version": "0.2.1",
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.1"
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.1"
30     ]
31   }