[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 1 / 3 / 7 / RACCommander / 0.0.8 / RACCommander.podspec.json
blob67320af0b2cc8f594530a71d342ac9b7ab5e9014
2   "name": "RACCommander",
3   "version": "0.0.8",
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.8"
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   }