[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / d / 5 / a / CocoaReactComponentKit / 0.0.7 / CocoaReactComponentKit.podspec.json
blobfa9234c3b53c9a9e391cf98640f63ceb12539d1f
2   "name": "CocoaReactComponentKit",
3   "version": "0.0.7",
4   "summary": "CocoaReactComponentKit is ReactComponentKit for Cocoa, Mac OS X. It is a library for building NSViewController based on Components.",
5   "homepage": "https://github.com/ReactComponentKit/CocoaReactComponentKit",
6   "license": "MIT",
7   "authors": {
8     "Burt.K": "skyfe79@gmail.com"
9   },
10   "social_media_url": "http://twitter.com/skyfe79",
11   "platforms": {
12     "osx": "10.11"
13   },
14   "swift_version": "4.2",
15   "source": {
16     "git": "https://github.com/ReactComponentKit/CocoaReactComponentKit.git",
17     "tag": "0.0.7"
18   },
19   "source_files": "CocoaReactComponentKitApp/CocoaReactComponentKit/**/{*.swift}",
20   "resource_bundles": {
21     "CocoaReactComponentKit": [
22       "CocoaReactComponentKitApp/CocoaReactComponentKit/**/{*.xib}"
23     ]
24   },
25   "requires_arc": true,
26   "dependencies": {
27     "RxSwift": [
28       ">= 4.2.0"
29     ],
30     "RxCocoa": [
31       ">= 4.2.0"
32     ],
33     "BKRedux": [
34       ">= 1.0.0"
35     ],
36     "BKEventBus": [
37       ">= 1.0.7"
38     ]
39   }