[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 5 / 1 / d / SPHWNetworking / 0.1.2 / SPHWNetworking.podspec.json
blob61330769962eb963bad83ffdd64b4c88468ee22e
2   "name": "SPHWNetworking",
3   "version": "0.1.2",
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.1.2"
17   },
18   "source_files": [
19     "Networking",
20     "Networking/**/*.{h,m}"
21   ],
22   "exclude_files": "",
23   "dependencies": {
24     "CocoaAsyncSocket": [
25       "7.4.3"
26     ],
27     "GZIP": [
29     ]
30   }