[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / e / b / 6 / ReactiveUIKit / 2.0.1 / ReactiveUIKit.podspec.json
blob0861ccdd613724910574fcaff685a24dcd142bb1
2   "name": "ReactiveUIKit",
3   "version": "2.0.1",
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.1"
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"
26     ]
27   }