blob: 56d457038007c47b02914ec6d76eec876e6595b7 [file] [log] [blame]
{
"name": "Hippolyte",
"version": "0.4.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": "9.3",
"osx": "10.13"
},
"source": {
"git": "https://github.com/JanGorman/Hippolyte.git",
"tag": "0.4.0"
},
"source_files": [
"Classes",
"Hippolyte/*.swift"
]
}