blob: 9b9095ce475f4620cf7dc08370c3e7ab93d953a2 [file] [log] [blame]
{
"name": "Cocoarreios",
"version": "0.2.1",
"summary": "📬 A pure Swift implementation of some services for brazilian state post office: Correios.",
"description": "📬 A pure Swift implementation of some services for brazilian state post office: Correios. Inspired by https://github.com/paoloo/correios",
"homepage": "https://github.com/pogist/Cocoarreios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"pogist": "murilo.paixao.2@gmail.com"
},
"source": {
"git": "https://github.com/pogist/Cocoarreios.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Cocoarreios/Classes/**/*",
"frameworks": "Foundation",
"dependencies": {
"Moya": [
"~> 9.0"
],
"Result": [
"~> 3.2"
]
},
"pushed_with_swift_version": "4.0"
}