[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / f / 3 / e / SReactiveCommander / 0.0.1 / SReactiveCommander.podspec.json
blobf9e5d9a2caf59f5b51d50fe5c5a7a7e871a043eb
2   "name": "SReactiveCommander",
3   "version": "0.0.1",
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.1"
14   },
15   "platforms": {
16     "tvos": "9.0",
17     "ios": "8.0",
18     "osx": "10.10",
19     "watchos": "2.0"
20   },
21   "requires_arc": true,
22   "source_files": "ReactiveCommander/Source/**/*",
23   "dependencies": {
24     "SReactiveFoundation": [
25       "~> 0.0"
26     ]
27   }