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