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

Commit

Permalink
Merge pull request #30 from designatednerd/master
Browse files Browse the repository at this point in the history
Add full path for angle-bracketed classes for Xcode 7.
  • Loading branch information
vokal-isaac committed Oct 5, 2015
2 parents 71ef59a + 899acdb commit 7c1cfa1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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

0 comments on commit 7c1cfa1

Please sign in to comment.