blob: b525f3fd498086c9b67b8d1c111e7d50edb57fda [file] [log] [blame]
{
"name": "VCR",
"version": "0.1.3",
"summary": "VCR is a lightweight tool to record and playback http requests for mocking in swift.",
"description": "VCR is a lightweight tool to record and playback http requests for mocking in swift. \nInspired by VCR for Rails, this tool allows you to record requests via URLSession.",
"homepage": "https://github.com/aarons22/SwiftVCR",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Aaron Sapp": "sapp.aaron@gmail.com"
},
"source": {
"git": "https://github.com/aarons22/SwiftVCR.git",
"tag": "0.1.3"
},
"social_media_url": "https://twitter.com/aaronsapp",
"swift_version": "4.2",
"platforms": {
"ios": "10.0"
},
"source_files": "Source/**/*"
}