blob: b35aafa3b35024a5687f7579da37d45eb988407c [file] [log] [blame]
{
"name": "ReactComponentKit",
"version": "0.0.4",
"summary": "ReactComponentKit is a library for building UIViewController based on Components.",
"homepage": "https://github.com/skyfe79/ReactComponentKit",
"license": "MIT",
"authors": {
"Burt.K": "skyfe79@gmail.com"
},
"social_media_url": "http://twitter.com/skyfe79",
"platforms": {
"ios": "9.0"
},
"swift_version": "4.1",
"source": {
"git": "https://github.com/skyfe79/ReactComponentKit.git",
"tag": "0.0.4"
},
"source_files": "ReactComponentKitApp/ReactComponentKit/**/{*.swift}",
"requires_arc": true,
"dependencies": {
"RxSwift": [
"~> 4.2.0"
],
"RxCocoa": [
"~> 4.2.0"
],
"BKRedux": [
"~> 0.0.7"
],
"BKEventBus": [
"~> 1.0.6"
],
"SnapKit": [
"~> 4.0.0"
]
}
}