blob: 12468ca75619b5ff0ef02ea2f0c8b68449700ff3 [file] [log] [blame]
{
"name": "RxMailCompose",
"version": "0.1.1",
"summary": "RxSwift Wrappeer for MFMailComposeViewController.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/presto95/RxMailCompose",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"presto95": "yoohan95@gmail.com"
},
"source": {
"git": "https://github.com/presto95/RxMailCompose.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RxMailCompose/Classes/**/*",
"dependencies": {
"RxCocoa": [
"~> 5.0"
],
"RxSwift": [
"~> 5.0"
]
}
}