blob: 623e0ac5711019b6cc61f3cda78ddd3d94f35fda [file] [log] [blame]
{
"name": "VCRURLSession",
"version": "1.3.0",
"license": "MIT",
"summary": "VCRURLSession",
"homepage": "https://github.com/plu/VCRURLSession",
"authors": {
"Johannes Plunien": "plu@pqpq.de"
},
"social_media_url": "https://twitter.com/plutooth",
"source": {
"git": "https://github.com/plu/VCRURLSession.git",
"tag": "1.3.0",
"submodules": true
},
"requires_arc": true,
"libraries": "z",
"platforms": {
"ios": "7.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "VCRURLSession/**/*.{h,m}",
"public_header_files": "VCRURLSession/*.h"
}
]
}