[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 4 / 3 / 2 / ReactComponentKit / 0.0.3 / ReactComponentKit.podspec.json
blob8ca30f6e63648ebb1e99a64ec130877f08a01a9c
2   "name": "ReactComponentKit",
3   "version": "0.0.3",
4   "summary": "ReactComponentKit is library for building UIViewController based on Components.",
5   "homepage": "https://github.com/skyfe79/ReactComponentKit",
6   "license": "MIT",
7   "authors": {
8     "Burt.K": "skyfe79@gmail.com"
9   },
10   "social_media_url": "http://twitter.com/skyfe79",
11   "platforms": {
12     "ios": "9.0"
13   },
14   "swift_version": "4.1",
15   "source": {
16     "git": "https://github.com/skyfe79/ReactComponentKit.git",
17     "tag": "0.0.3"
18   },
19   "source_files": "ReactComponentKitApp/ReactComponentKit/{*.swift}",
20   "requires_arc": true,
21   "dependencies": {
22     "RxSwift": [
23       "~> 4.2.0"
24     ],
25     "RxCocoa": [
26       "~> 4.2.0"
27     ],
28     "BKRedux": [
29       "~> 0.0.7"
30     ],
31     "BKEventBus": [
32       "~> 1.0.6"
33     ],
34     "SnapKit": [
35       "~> 4.0.0"
36     ]
37   }