[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / d / 4 / 6 / YAHTTPVCR / 1.3.0 / YAHTTPVCR.podspec.json
blobd0da7ced7125cb1ed68070148830777f82c9cd26
2   "name": "YAHTTPVCR",
3   "version": "1.3.0",
4   "summary": "Yet Another HTTP VCR.",
5   "homepage": "https://github.com/parfeon/YAHTTPVCR",
6   "documentation_url": "https://github.com/parfeon/YAHTTPVCR/wiki",
7   "authors": {
8     "Serhii Mamontov": "parfeon@me.com"
9   },
10   "social_media_url": "https://twitter.com/parfeon",
11   "source": {
12     "git": "https://github.com/parfeon/YAHTTPVCR.git",
13     "tag": "v1.3.0"
14   },
15   "platforms": {
16     "ios": "9.0",
17     "osx": "10.11",
18     "tvos": "9.0"
19   },
20   "requires_arc": true,
21   "source_files": [
22     "YAHTTPVCR/**/*",
23     "YAHTTPVCR/YAHTTPVCR.h"
24   ],
25   "pod_target_xcconfig": {
26     "APPLICATION_EXTENSION_API_ONLY": "NO"
27   },
28   "private_header_files": [
29     "YAHTTPVCR/Core/YHVVCR+{Recorder,Player}.h",
30     "YAHTTPVCR/Matchers/*.h",
31     "YAHTTPVCR/Misc/{Categories,Helpers}/*.h",
32     "YAHTTPVCR/Misc/Protocols/{YHVNSURLProtocol,YHVSerializableDataProtocol}.h",
33     "YAHTTPVCR/Misc/YHVPrivateStructures.h",
34     "YAHTTPVCR/Data/YHVScene.h",
35     "YAHTTPVCR/**/*Private.h"
36   ],
37   "frameworks": "XCTest",
38   "license": "MIT"