[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / 1 / 0 / WorldMatrix / 3.0.0 / WorldMatrix.podspec.json
blob5e0880aa2e177b212d76c1f3c116ca504b9aaf7a
2   "name": "WorldMatrix",
3   "version": "3.0.0",
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   "source": {
20     "git": "https://github.com/KiloKilo/WorldMatrix.git",
21     "tag": "3.0.0"
22   },
23   "requires_arc": true,
24   "default_subspecs": "Base",
25   "pushed_with_swift_version": "3.0",
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   ]