blob: 44fb78ac3b38531a3f4a6b5686074a7f451a9949 [file] [log] [blame]
{
"name": "RxToBolts",
"version": "0.1.0",
"summary": "Objective-C Bolts wrapper for RxSwift one time event traits",
"homepage": "https://github.com/junmo-kim/RxToBolts",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Junmo Kim": "me@junmo.kim"
},
"social_media_url": "https://www.linkedin.com/in/junmo-kim/",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"Bolts": [
"~> 1.8"
]
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/junmo-kim/RxToBolts.git",
"tag": "0.1.0"
},
"source_files": "RxToBolts/*.swift",
"pushed_with_swift_version": "4.0"
}