[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / d / a / b / Commander / 0.4.0 / Commander.podspec.json
blob55338938ced88a0c01958d4ba765fc3e73af26e2
2   "name": "Commander",
3   "version": "0.4.0",
4   "summary": "Compose beautiful command line interfaces",
5   "homepage": "https://github.com/kylef/Commander",
6   "license": {
7     "type": "BSD",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Kyle Fuller": "kyle@fuller.li"
12   },
13   "social_media_url": "http://twitter.com/kylefuller",
14   "source": {
15     "git": "https://github.com/kylef/Commander.git",
16     "tag": "0.4.0"
17   },
18   "source_files": "Sources/*.{h,swift}",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.9"
22   },
23   "test_specification": {
24     "source_files": "Specs/*Spec.swift",
25     "dependencies": {
26       "Spectre": [
27         "~> 0.5.0"
28       ]
29     }
30   }