[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 3 / 7 / RACCommander / 0.0.6 / RACCommander.podspec.json
blob18d85896875ce12d4a99ec91189fadf483bf67b1
2   "name": "RACCommander",
3   "version": "0.0.6",
4   "summary": "Command Pattern foundation components based on Reactive",
5   "description": "Command Pattern foundation components based on Reactive",
6   "homepage": "https://github.com/SwiftReactive/ReactiveCommander",
7   "license": "MIT",
8   "authors": {
9     "@pepibumur": "pepibumur@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/SwiftReactive/ReactiveCommander.git",
13     "tag": "0.0.6"
14   },
15   "platforms": {
16     "tvos": "9.0",
17     "ios": "8.0",
18     "osx": "10.10",
19     "watchos": "2.1"
20   },
21   "requires_arc": true,
22   "source_files": [
23     "ReactiveCommander/Source/RAC/**/*.{swift}"
24   ],
25   "dependencies": {
26     "ReactiveCocoa": [
27       "~> 4.0.0-RC.1"
28     ]
29   }