[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / e / b / 6 / ReactiveUIKit / 2.0.0-beta5 / ReactiveUIKit.podspec.json
blob3bdc63a4a18d1a14798f962672187527a5933a26
2   "name": "ReactiveUIKit",
3   "version": "2.0.0-beta5",
4   "summary": "Reactive extensions for UIKit framework.",
5   "homepage": "https://github.com/ReactiveKit/ReactiveUIKit",
6   "license": "MIT",
7   "authors": {
8     "Srdan Rasic": "srdan.rasic@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/ReactiveKit/ReactiveUIKit.git",
12     "tag": "v2.0.0-beta5"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "tvos": "9.0"
17   },
18   "source_files": [
19     "Sources/*.swift",
20     "ReactiveUIKit/*.h"
21   ],
22   "requires_arc": true,
23   "dependencies": {
24     "ReactiveKit": [
25       "~> 2.0.0-beta"
26     ]
27   }