blob: 05f6ba247694b44db3955877e0ae74f0c2dd045c [file] [log] [blame]
{
"name": "Hippolyte",
"version": "0.1.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"
},
"source": {
"git": "https://github.com/JanGorman/Hippolyte.git",
"tag": "0.1.0"
},
"source_files": [
"Classes",
"Hippolyte/*.swift"
],
"pushed_with_swift_version": "4"
}