[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 2 / 4 / c / Cocoarreios / 0.2.1 / Cocoarreios.podspec.json
blob9b9095ce475f4620cf7dc08370c3e7ab93d953a2
2   "name": "Cocoarreios",
3   "version": "0.2.1",
4   "summary": "📬 A pure Swift implementation of some services for brazilian state post office: Correios.",
5   "description": "📬 A pure Swift implementation of some services for brazilian state post office: Correios. Inspired by https://github.com/paoloo/correios",
6   "homepage": "https://github.com/pogist/Cocoarreios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "pogist": "murilo.paixao.2@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/pogist/Cocoarreios.git",
16     "tag": "0.2.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "Cocoarreios/Classes/**/*",
22   "frameworks": "Foundation",
23   "dependencies": {
24     "Moya": [
25       "~> 9.0"
26     ],
27     "Result": [
28       "~> 3.2"
29     ]
30   },
31   "pushed_with_swift_version": "4.0"