blob: a7c762e42015852d3634502d57c72a8a812161ca [file] [log] [blame]
{
"name": "Lettuce",
"version": "0.0.4",
"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": "9.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/alyakan/Lettuce.git",
"tag": "0.0.4"
},
"source_files": "Lettuce/**/*.{h,m,swift}",
"dependencies": {
"GZIP": [
"~> 1.2"
]
}
}