[Add] MoneyHashPayment 2.2.13
[CocoaPods.git] / Specs / 3 / 6 / d / MapsIndoorsUtils / 0.1.0-alpha6 / MapsIndoorsUtils.podspec.json
blobd37cbd356e4e5abf140243988447ed4bd54ca6b2
2   "name": "MapsIndoorsUtils",
3   "version": "0.1.0-alpha6",
4   "summary": "A small library of utilities and helpers relevant for MapsIndoors IOS SDK.",
5   "description": "In order to make it easier to work with the appearance of special icons on the MapsIndoors map, we are releasing some rendering helpers in a Utility Library for each MapsIndoors platform. We don’t want to force an app into a specific visualization, so the helpers create a sensible default, with a few options for configuration. If a developer is not happy with defaults or the ways it can be configured, it is possible to create a rendering from the scratch or create a modified rendering with this source code as a starting point.",
6   "homepage": "https://github.com/MapsIndoors/MapsIndoorsUtils",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "MapsPeople": "mail@mapspeople.com"
13   },
14   "source": {
15     "git": "https://github.com/MapsIndoors/MapsIndoorsUtils.git",
16     "tag": "0.1.0-alpha6"
17   },
18   "ios": {
19     "frameworks": "UIKit"
20   },
21   "platforms": {
22     "ios": "12.0"
23   },
24   "swift_versions": "4.2",
25   "source_files": "iOS/Classes/**/*",
26   "testspecs": [
27     {
28       "name": "Tests",
29       "test_type": "unit",
30       "platforms": {
31         "ios": "13.0"
32       },
33       "source_files": "iOS/Tests/*.swift",
34       "resources": "iOS/Tests/*.png",
35       "ios": {
36         "frameworks": [
37           "UIKit",
38           "Vision"
39         ]
40       }
41     }
42   ],
43   "swift_version": "4.2"