blob: b648802d55524c95f4032ab62980a759483d3fb7 [file] [log] [blame]
{
"name": "CocoaReactComponentKit",
"version": "0.1.0",
"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.1.0"
},
"source_files": "CocoaReactComponentKitApp/CocoaReactComponentKit/**/{*.swift}",
"resource_bundles": {
"CocoaReactComponentKit": [
"CocoaReactComponentKitApp/CocoaReactComponentKit/**/{*.xib}"
]
},
"requires_arc": true,
"dependencies": {
"RxSwift": [
">= 4.2.0"
],
"RxCocoa": [
">= 4.2.0"
],
"BKRedux": [
">= 1.0.0"
],
"BKEventBus": [
">= 1.0.7"
]
}
}