blob: b8c010728b42e5c17ea5cfd0c7611450bf834729 [file] [log] [blame]
{
"name": "VCRURLConnection",
"version": "0.1.2",
"summary": "VCRURLConnection is an iOS and OSX API to record and replay HTTP interactions, inspired by VCR.",
"homepage": "https://github.com/dstnbrkr/VCRURLConnection",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dustin Barker": "dustin.barker@gmail.com"
},
"source": {
"git": "https://github.com/dstnbrkr/VCRURLConnection.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": "VCRURLConnection/**.{h,m}",
"requires_arc": true
}