blob: 3a158a5faae4b6eb2ce41b6888dddb741ad7957a [file] [log] [blame]
{
"name": "CocoaReactComponentKit",
"version": "0.0.1",
"summary": "CocoaReactComponentKit is ReactComponentKit for Cocoa, Mac OS X. It is a library for building NSViewController based on Components.",
"homepage": "https://github.com/ReactComponentKit/CocoaReactComponentKit",
"license": "MIT",
"authors": {
"Burt.K": "skyfe79@gmail.com"
},
"social_media_url": "http://twitter.com/skyfe79",
"platforms": {
"osx": "10.11"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/ReactComponentKit/CocoaReactComponentKit.git",
"tag": "0.0.1"
},
"source_files": "CocoaReactComponentKitApp/CocoaReactComponentKit/**/{*.swift}",
"requires_arc": true,
"dependencies": {
"RxSwift": [
">= 4.2.0"
],
"RxCocoa": [
">= 4.2.0"
],
"BKRedux": [
">= 1.0.0"
],
"BKEventBus": [
">= 1.0.7"
]
}
}