blob: b7e91c13ade062d6c6d6144598aef80e36fd7d61 [file] [log] [blame]
{
"name": "RxModal",
"version": "1.0.2",
"summary": "Subscribe to your modal flows",
"description": "RxModal helps you handle any modal flow as a simple Observable sequence.",
"homepage": "https://github.com/RxSwiftCommunity/RxModal",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jérôme Alves": "j.alves@me.com"
},
"social_media_url": "https://twitter.com/jegnux",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/RxSwiftCommunity/RxModal.git",
"tag": "1.0.2"
},
"source_files": "Sources/**/*",
"frameworks": "Foundation",
"dependencies": {
"RxSwift": [
"~> 6.0"
],
"RxCocoa": [
"~> 6.0"
]
}
}