Skip to content
This repository has been archived by the owner on Dec 12, 2019. It is now read-only.

Add full path for angle-bracketed classes for Xcode 7. #30

Merged
merged 2 commits into from
Oct 5, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions VOKMockUrlProtocol.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@

#import <CommonCrypto/CommonDigest.h>

#import <HTTPStatusCodes.h>
#import <HTTPMethods.h>
#import <VOKBenkode.h>
#import <ILGHttpConstants/HTTPStatusCodes.h>
#import <ILGHttpConstants/HTTPMethods.h>
#import <VOKBenkode/VOKBenkode.h>
#import <sys/syslimits.h>

#ifndef DLOG
Expand Down
2 changes: 1 addition & 1 deletion VOKMockUrlProtocol.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "VOKMockUrlProtocol"
s.version = "2.0.3"
s.version = "2.0.4"
s.summary = "A url protocol that parses and returns fake responses with mock data."
s.homepage = "https://github.com/vokal/VOKMockUrlProtocol"
s.license = { :type => "MIT", :file => "LICENSE"}
Expand Down