blob: 64d387d69a75a685f9b06ee493e0a52938946ce9 [file] [log] [blame]
{
"name": "ReactComponentKit",
"version": "2.0.5",
"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_versions": "4.2",
"source": {
"git": "https://github.com/ReactComponentKit/ReactComponentKit.git",
"tag": "2.0.5"
},
"source_files": "ReactComponentKitApp/ReactComponentKit/**/{*.swift}",
"requires_arc": true,
"dependencies": {
"RxSwift": [
">= 4.2.0"
],
"RxCocoa": [
">= 4.2.0"
],
"RxBlocking": [
">= 4.2.0"
]
},
"swift_version": "4.2"
}