blob: 1075c5a9f908d4e393a83c94fec3801b9eef5aeb [file] [log] [blame]
{
"name": "VCRURLConnection",
"version": "0.2.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.2.2"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"ios": {
"frameworks": "MobileCoreServices"
},
"osx": {
"frameworks": "CoreServices"
},
"source_files": "VCRURLConnection/**.{h,m}",
"requires_arc": true
}