blob: 6d6ffb1e4aa41789c9b88a984865dd283254e720 [file] [log] [blame]
{
"name": "ReactComponentKit",
"version": "2.0.4",
"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.4"
},
"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"
}