blob: 8a3cb534888a2d3982393ed34d8ccce77e8df833 [file] [log] [blame]
{
"name": "Lettuce",
"version": "0.0.1",
"summary": "Simple network interceptor for Swift.",
"description": "Sniff your network requests using a base URL so you can assert on the payload for faster network issues debugging.",
"homepage": "https://github.com/alyakan/Lettuce",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Aly": "aly.yakan@gmail.com"
},
"platforms": {
"ios": "12.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/alyakan/Lettuce.git",
"tag": "0.0.1"
},
"source_files": [
"Lettuce",
"Lettuce/**/*.{h,m}"
],
"exclude_files": "Lettuce/Exclude",
"dependencies": {
"GZIP": [
"~> 1.2"
]
}
}