[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 5 / 1 / d / SPHWNetworking / 0.0.11 / SPHWNetworking.podspec.json
blob66eb4e0b3b2d1f3b09b90ed1327f6c7d316187e8
2   "name": "SPHWNetworking",
3   "version": "0.0.11",
4   "summary": "A simple and easy to use networking library written in Swift",
5   "description": "SPHWNetworking is a simple HTTP client that is written from scratch using CocoaAsyncSocket",
6   "homepage": "https://github.com/wisesascha/SPHWNetworking",
7   "license": "MIT",
8   "authors": {
9     "wisesascha": "wisesascha@gmail.com"
10   },
11   "platforms": {
12     "osx": "10.10"
13   },
14   "source": {
15     "git": "https://github.com/wisesascha/SPHWNetworking.git",
16     "tag": "0.0.11"
17   },
18   "source_files": [
19     "Networking",
20     "Networking/**/*.{h,m}"
21   ],
22   "exclude_files": "",
23   "dependencies": {
24     "CocoaAsyncSocket": [
26     ],
27     "GZIP": [
29     ]
30   }