[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / e / 1 / 0 / WorldMatrix / 3.0.1 / WorldMatrix.podspec.json
blobe97c8a40641befe643751753a5151caca198e6d6
2   "name": "WorldMatrix",
3   "version": "3.0.1",
4   "summary": "create a view with a dotted world map in Swift 3.0",
5   "description": "`WorldMatrix` is an iOS library writen in Swift 3 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"
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": "3.3",
20   "source": {
21     "git": "https://github.com/KiloKilo/WorldMatrix.git",
22     "tag": "3.0.1"
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   ]