[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / c / b / 9 / Lettuce / 0.0.1 / Lettuce.podspec.json
blob8a3cb534888a2d3982393ed34d8ccce77e8df833
2   "name": "Lettuce",
3   "version": "0.0.1",
4   "summary": "Simple network interceptor for Swift.",
5   "description": "Sniff your network requests using a base URL so you can assert on the payload for faster network issues debugging.",
6   "homepage": "https://github.com/alyakan/Lettuce",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Aly": "aly.yakan@gmail.com"
13   },
14   "platforms": {
15     "ios": "12.0"
16   },
17   "swift_version": "4.2",
18   "source": {
19     "git": "https://github.com/alyakan/Lettuce.git",
20     "tag": "0.0.1"
21   },
22   "source_files": [
23     "Lettuce",
24     "Lettuce/**/*.{h,m}"
25   ],
26   "exclude_files": "Lettuce/Exclude",
27   "dependencies": {
28     "GZIP": [
29       "~> 1.2"
30     ]
31   }