blob: a6bad68c1c87e5e6be7621b62cde4d6a7014b652 [file] [log] [blame]
{
"name": "YAHTTPVCR",
"version": "1.1.3",
"summary": "Yet Another HTTP VCR.",
"homepage": "https://github.com/parfeon/YAHTTPVCR",
"documentation_url": "https://github.com/parfeon/YAHTTPVCR/wiki",
"authors": {
"Serhii Mamontov": "parfeon@me.com"
},
"social_media_url": "https://twitter.com/parfeon",
"source": {
"git": "https://github.com/parfeon/YAHTTPVCR.git",
"tag": "v1.1.3"
},
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": [
"YAHTTPVCR/**/*",
"YAHTTPVCR/YAHTTPVCR.h"
],
"pod_target_xcconfig": {
"APPLICATION_EXTENSION_API_ONLY": "NO"
},
"private_header_files": [
"YAHTTPVCR/Core/YHVVCR+{Recorder,Player}.h",
"YAHTTPVCR/Matchers/*.h",
"YAHTTPVCR/Misc/{Categories,Helpers}/*.h",
"YAHTTPVCR/Misc/Protocols/{YHVNSURLProtocol,YHVSerializableDataProtocol}.h",
"YAHTTPVCR/Misc/YHVPrivateStructures.h",
"YAHTTPVCR/Data/YHVScene.h",
"YAHTTPVCR/**/*Private.h"
],
"frameworks": "XCTest",
"license": "MIT"
}