[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / d / 5 / a / CocoaReactComponentKit / 0.0.3 / CocoaReactComponentKit.podspec.json
blob4486c01d616eb5f060cfce76e9c7b7f58b69cbde
2   "name": "CocoaReactComponentKit",
3   "version": "0.0.3",
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.3"
18   },
19   "source_files": "CocoaReactComponentKitApp/CocoaReactComponentKit/**/{*.swift}",
20   "requires_arc": true,
21   "dependencies": {
22     "RxSwift": [
23       ">= 4.2.0"
24     ],
25     "RxCocoa": [
26       ">= 4.2.0"
27     ],
28     "BKRedux": [
29       ">= 1.0.0"
30     ],
31     "BKEventBus": [
32       ">= 1.0.7"
33     ]
34   }