blob: 82cf8323820ac29b073958d02d0060bb5d88fce5 [file] [log] [blame]
{
"name": "RxMailCompose",
"version": "0.1.2",
"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.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RxMailCompose/Classes/**/*",
"dependencies": {
"RxCocoa": [
"~> 5.0"
],
"RxSwift": [
"~> 5.0"
]
}
}