[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / f / e / BxNetworking / 1.1.1 / BxNetworking.podspec.json
bloba656761cb0170082acfbebf37c3a206057b79a25
2   "name": "BxNetworking",
3   "version": "1.1.1",
4   "swift_version": "4.1",
5   "summary": "Beautiful Networking in Swift.",
6   "description": "BxNetworking provides plenty of methods to make network request as easy as possible.",
7   "homepage": "https://bxnetworking.borchero.com",
8   "documentation_url": "https://bxnetworking.borchero.com/docs",
9   "license": {
10     "type": "Apache License, Version 2.0",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Oliver Borchert": "borchero@icloud.com"
15   },
16   "source": {
17     "git": "https://github.com/borchero/BxNetworking.git",
18     "tag": "1.1.1"
19   },
20   "platforms": {
21     "ios": "11.0"
22   },
23   "source_files": "BxNetworking/**/*",
24   "dependencies": {
25     "RxSwift": [
26       "~> 4.0"
27     ],
28     "BxUtility": [
29       "~> 1.0"
30     ],
31     "BxCoding": [
32       "~> 1.0"
33     ]
34   },
35   "frameworks": "Foundation"