[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / b / 6 / ReactiveUIKit / 2.0.0 / ReactiveUIKit.podspec.json
blobab3cecb1123bbc5c2691bfca12be265c3bea1a07
2   "name": "ReactiveUIKit",
3   "version": "2.0.0",
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"
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"
26     ]
27   }