blob: b97700f02694dd48e89b7c697790e3de74757c75 [file] [log] [blame]
{
"name": "Hippolyte",
"version": "1.2.3",
"swift_versions": "5.0",
"summary": "HTTP Stubbing in Swift",
"description": "Easily stub HTTP requests in your tests. Hippolyte makes your tests run fast and reliable without hitting the network.",
"homepage": "https://github.com/JanGorman/Hippolyte",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jan Gorman": "gorman.jan@gmail.com"
},
"social_media_url": "http://twitter.com/JanGorman",
"platforms": {
"ios": "12.0",
"osx": "10.13"
},
"source": {
"git": "https://github.com/JanGorman/Hippolyte.git",
"tag": "1.2.3"
},
"source_files": [
"Classes",
"Hippolyte/**/*.swift"
],
"swift_version": "5.0"
}