[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / e / 1 / 0 / WorldMatrix / 4.3.0 / WorldMatrix.podspec.json
blobd7a63db2e06d3622c4cabd5a87c6d926baf410f2
2   "name": "WorldMatrix",
3   "version": "4.3.0",
4   "summary": "create a view with a dotted world map in Swift 4.2",
5   "description": "`WorldMatrix` is an iOS library writen in Swift 4.2 which allows you to draw a map with dots.",
6   "homepage": "https://github.com/KiloKilo/WorldMatrix",
7   "screenshots": "https://raw.github.com/KiloKilo/WorldMatrix/master/screenshot.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE.md"
11   },
12   "authors": {
13     "Alexandre Joly": "alexandre.joly@kilokilo.ch"
14   },
15   "social_media_url": "http://twitter.com/jolyAlexandre",
16   "platforms": {
17     "ios": "8.1"
18   },
19   "swift_version": "4.2",
20   "source": {
21     "git": "https://github.com/KiloKilo/WorldMatrix.git",
22     "tag": "4.3.0"
23   },
24   "requires_arc": true,
25   "default_subspecs": "Base",
26   "subspecs": [
27     {
28       "name": "Base",
29       "source_files": [
30         "WorldMatrix/Matrix.swift",
31         "WorldMatrix/WorldMatrixView.swift"
32       ]
33     },
34     {
35       "name": "Generator",
36       "source_files": "WorldMatrix/WorldMatrixGenerator.swift",
37       "dependencies": {
38         "WorldMatrix/Base": [
40         ]
41       }
42     }
43   ]