| { |
| "name": "BxNetworking", |
| "version": "1.2.0", |
| "swift_version": "4.1", |
| "summary": "Beautiful Networking in Swift.", |
| "description": "BxNetworking provides plenty of methods to make network request as easy as possible.", |
| "homepage": "https://bxnetworking.borchero.com", |
| "documentation_url": "https://bxnetworking.borchero.com/docs", |
| "license": { |
| "type": "Apache License, Version 2.0", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Oliver Borchert": "borchero@icloud.com" |
| }, |
| "source": { |
| "git": "https://github.com/borchero/BxNetworking.git", |
| "tag": "1.2.0" |
| }, |
| "platforms": { |
| "ios": "11.0" |
| }, |
| "source_files": "BxNetworking/**/*", |
| "dependencies": { |
| "RxSwift": [ |
| "~> 4.0" |
| ], |
| "BxUtility": [ |
| "~> 1.0" |
| ], |
| "BxCoding": [ |
| "~> 1.0" |
| ] |
| }, |
| "frameworks": "Foundation" |
| } |