diff --git a/Masonry.xcworkspace/contents.xcworkspacedata b/Masonry.xcworkspace/contents.xcworkspacedata
deleted file mode 100644
index 6ab89ca5..00000000
--- a/Masonry.xcworkspace/contents.xcworkspacedata
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
diff --git a/Masonry/include/Masonry/MASCompositeConstraint.h b/Masonry/include/Masonry/MASCompositeConstraint.h
new file mode 120000
index 00000000..2728bf5a
--- /dev/null
+++ b/Masonry/include/Masonry/MASCompositeConstraint.h
@@ -0,0 +1 @@
+../../MASCompositeConstraint.h
\ No newline at end of file
diff --git a/Masonry/include/Masonry/MASConstraint.h b/Masonry/include/Masonry/MASConstraint.h
new file mode 120000
index 00000000..fb94a164
--- /dev/null
+++ b/Masonry/include/Masonry/MASConstraint.h
@@ -0,0 +1 @@
+../../MASConstraint.h
\ No newline at end of file
diff --git a/Masonry/include/Masonry/MASConstraintMaker.h b/Masonry/include/Masonry/MASConstraintMaker.h
new file mode 120000
index 00000000..5ce2c7d1
--- /dev/null
+++ b/Masonry/include/Masonry/MASConstraintMaker.h
@@ -0,0 +1 @@
+../../MASConstraintMaker.h
\ No newline at end of file
diff --git a/Masonry/include/Masonry/MASLayoutConstraint.h b/Masonry/include/Masonry/MASLayoutConstraint.h
new file mode 120000
index 00000000..c31ce477
--- /dev/null
+++ b/Masonry/include/Masonry/MASLayoutConstraint.h
@@ -0,0 +1 @@
+../../MASLayoutConstraint.h
\ No newline at end of file
diff --git a/Masonry/include/Masonry/MASUtilities.h b/Masonry/include/Masonry/MASUtilities.h
new file mode 120000
index 00000000..2d752a5d
--- /dev/null
+++ b/Masonry/include/Masonry/MASUtilities.h
@@ -0,0 +1 @@
+../../MASUtilities.h
\ No newline at end of file
diff --git a/Masonry/include/Masonry/MASViewAttribute.h b/Masonry/include/Masonry/MASViewAttribute.h
new file mode 120000
index 00000000..99864218
--- /dev/null
+++ b/Masonry/include/Masonry/MASViewAttribute.h
@@ -0,0 +1 @@
+../../MASViewAttribute.h
\ No newline at end of file
diff --git a/Masonry/include/Masonry/MASViewConstraint.h b/Masonry/include/Masonry/MASViewConstraint.h
new file mode 120000
index 00000000..186f8719
--- /dev/null
+++ b/Masonry/include/Masonry/MASViewConstraint.h
@@ -0,0 +1 @@
+../../MASViewConstraint.h
\ No newline at end of file
diff --git a/Masonry/include/Masonry/Masonry.h b/Masonry/include/Masonry/Masonry.h
new file mode 120000
index 00000000..bd9ee60b
--- /dev/null
+++ b/Masonry/include/Masonry/Masonry.h
@@ -0,0 +1 @@
+../../Masonry.h
\ No newline at end of file
diff --git a/Masonry/include/Masonry/NSArray+MASAdditions.h b/Masonry/include/Masonry/NSArray+MASAdditions.h
new file mode 120000
index 00000000..3ea3bfe7
--- /dev/null
+++ b/Masonry/include/Masonry/NSArray+MASAdditions.h
@@ -0,0 +1 @@
+../../NSArray+MASAdditions.h
\ No newline at end of file
diff --git a/Masonry/include/Masonry/NSArray+MASShorthandAdditions.h b/Masonry/include/Masonry/NSArray+MASShorthandAdditions.h
new file mode 120000
index 00000000..e65187f5
--- /dev/null
+++ b/Masonry/include/Masonry/NSArray+MASShorthandAdditions.h
@@ -0,0 +1 @@
+../../NSArray+MASShorthandAdditions.h
\ No newline at end of file
diff --git a/Masonry/include/Masonry/NSLayoutConstraint+MASDebugAdditions.h b/Masonry/include/Masonry/NSLayoutConstraint+MASDebugAdditions.h
new file mode 120000
index 00000000..5c0d3f36
--- /dev/null
+++ b/Masonry/include/Masonry/NSLayoutConstraint+MASDebugAdditions.h
@@ -0,0 +1 @@
+../../NSLayoutConstraint+MASDebugAdditions.h
\ No newline at end of file
diff --git a/Masonry/include/Masonry/View+MASAdditions.h b/Masonry/include/Masonry/View+MASAdditions.h
new file mode 120000
index 00000000..cb25065b
--- /dev/null
+++ b/Masonry/include/Masonry/View+MASAdditions.h
@@ -0,0 +1 @@
+../../View+MASAdditions.h
\ No newline at end of file
diff --git a/Masonry/include/Masonry/View+MASShorthandAdditions.h b/Masonry/include/Masonry/View+MASShorthandAdditions.h
new file mode 120000
index 00000000..0147f23f
--- /dev/null
+++ b/Masonry/include/Masonry/View+MASShorthandAdditions.h
@@ -0,0 +1 @@
+../../View+MASShorthandAdditions.h
\ No newline at end of file
diff --git a/Masonry/include/Masonry/ViewController+MASAdditions.h b/Masonry/include/Masonry/ViewController+MASAdditions.h
new file mode 120000
index 00000000..05dc0c68
--- /dev/null
+++ b/Masonry/include/Masonry/ViewController+MASAdditions.h
@@ -0,0 +1 @@
+../../ViewController+MASAdditions.h
\ No newline at end of file
diff --git a/Package.swift b/Package.swift
new file mode 100644
index 00000000..6e9832b9
--- /dev/null
+++ b/Package.swift
@@ -0,0 +1,22 @@
+// swift-tools-version:5.1
+import PackageDescription
+
+let package = Package(
+ name: "Masonry",
+ platforms: [.iOS(.v9), .macOS(.v10_10), .watchOS(.v3), .tvOS(.v9)],
+ products: ([
+ [
+ .library(name: "Masonry", targets: ["Masonry"]),
+ ],
+ ] as [[Product]]).flatMap { $0 },
+ targets: ([
+ [
+ .target(
+ name: "Masonry",
+ dependencies: [],
+ path: "Masonry",
+ publicHeadersPath: "include"
+ ),
+ ],
+ ] as [[Target]]).flatMap { $0 }
+)
diff --git a/Pods/Expecta/Expecta/EXPBlockDefinedMatcher.h b/Pods/Expecta/Expecta/EXPBlockDefinedMatcher.h
deleted file mode 100644
index 58b12828..00000000
--- a/Pods/Expecta/Expecta/EXPBlockDefinedMatcher.h
+++ /dev/null
@@ -1,25 +0,0 @@
-//
-// EXPRuntimeMatcher.h
-// Expecta
-//
-// Created by Luke Redpath on 26/03/2012.
-// Copyright (c) 2012 Peter Jihoon Kim. All rights reserved.
-//
-
-#import
-#import "EXPMatcher.h"
-#import "EXPDefines.h"
-
-@interface EXPBlockDefinedMatcher : NSObject {
- EXPBoolBlock prerequisiteBlock;
- EXPBoolBlock matchBlock;
- EXPStringBlock failureMessageForToBlock;
- EXPStringBlock failureMessageForNotToBlock;
-}
-
-@property(nonatomic, copy) EXPBoolBlock prerequisiteBlock;
-@property(nonatomic, copy) EXPBoolBlock matchBlock;
-@property(nonatomic, copy) EXPStringBlock failureMessageForToBlock;
-@property(nonatomic, copy) EXPStringBlock failureMessageForNotToBlock;
-
-@end
diff --git a/Pods/Expecta/Expecta/EXPBlockDefinedMatcher.m b/Pods/Expecta/Expecta/EXPBlockDefinedMatcher.m
deleted file mode 100644
index 89bba377..00000000
--- a/Pods/Expecta/Expecta/EXPBlockDefinedMatcher.m
+++ /dev/null
@@ -1,60 +0,0 @@
-//
-// EXPRuntimeMatcher.m
-// Expecta
-//
-// Created by Luke Redpath on 26/03/2012.
-// Copyright (c) 2012 Peter Jihoon Kim. All rights reserved.
-//
-
-#import "EXPBlockDefinedMatcher.h"
-
-@implementation EXPBlockDefinedMatcher
-
-- (void)dealloc
-{
- self.prerequisiteBlock = nil;
- self.matchBlock = nil;
- self.failureMessageForToBlock = nil;
- self.failureMessageForNotToBlock = nil;
-
- [super dealloc];
-}
-
-@synthesize prerequisiteBlock;
-@synthesize matchBlock;
-@synthesize failureMessageForToBlock;
-@synthesize failureMessageForNotToBlock;
-
-- (BOOL)meetsPrerequesiteFor:(id)actual
-{
- if (self.prerequisiteBlock) {
- return self.prerequisiteBlock();
- }
- return YES;
-}
-
-- (BOOL)matches:(id)actual
-{
- if (self.matchBlock) {
- return self.matchBlock();
- }
- return YES;
-}
-
-- (NSString *)failureMessageForTo:(id)actual
-{
- if (self.failureMessageForToBlock) {
- return self.failureMessageForToBlock();
- }
- return nil;
-}
-
-- (NSString *)failureMessageForNotTo:(id)actual
-{
- if (self.failureMessageForNotToBlock) {
- return self.failureMessageForNotToBlock();
- }
- return nil;
-}
-
-@end
diff --git a/Pods/Expecta/Expecta/EXPDefines.h b/Pods/Expecta/Expecta/EXPDefines.h
deleted file mode 100644
index 52af7219..00000000
--- a/Pods/Expecta/Expecta/EXPDefines.h
+++ /dev/null
@@ -1,17 +0,0 @@
-//
-// EXPDefines.h
-// Expecta
-//
-// Created by Luke Redpath on 26/03/2012.
-// Copyright (c) 2012 Peter Jihoon Kim. All rights reserved.
-//
-
-#ifndef Expecta_EXPDefines_h
-#define Expecta_EXPDefines_h
-
-typedef void (^EXPBasicBlock)();
-typedef id (^EXPIdBlock)();
-typedef BOOL (^EXPBoolBlock)();
-typedef NSString *(^EXPStringBlock)();
-
-#endif
diff --git a/Pods/Expecta/Expecta/EXPDoubleTuple.h b/Pods/Expecta/Expecta/EXPDoubleTuple.h
deleted file mode 100644
index 4bd231c5..00000000
--- a/Pods/Expecta/Expecta/EXPDoubleTuple.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#import
-
-@interface EXPDoubleTuple : NSObject {
- double *_values;
- size_t _size;
-}
-
-@property (nonatomic, assign) double *values;
-@property (nonatomic, assign) size_t size;
-
-- (instancetype)initWithDoubleValues:(double *)values size:(size_t)size NS_DESIGNATED_INITIALIZER;
-
-@end
diff --git a/Pods/Expecta/Expecta/EXPDoubleTuple.m b/Pods/Expecta/Expecta/EXPDoubleTuple.m
deleted file mode 100644
index 9ebef500..00000000
--- a/Pods/Expecta/Expecta/EXPDoubleTuple.m
+++ /dev/null
@@ -1,45 +0,0 @@
-#import "EXPDoubleTuple.h"
-
-#pragma clang diagnostic push
-#pragma clang diagnostic ignored "-Wobjc-designated-initializers"
-@implementation EXPDoubleTuple
-#pragma clang diagnostic pop
-
-@synthesize values = _values, size = _size;
-
-- (instancetype)initWithDoubleValues:(double *)values size:(size_t)size {
- if ((self = [super init])) {
- self.values = malloc(sizeof(double) * size);
- memcpy(self.values, values, sizeof(double) * size);
- self.size = size;
- }
- return self;
-}
-
-- (void)dealloc {
- free(self.values);
- [super dealloc];
-}
-
-- (BOOL)isEqual:(id)object {
- if (![object isKindOfClass:[EXPDoubleTuple class]]) return NO;
- EXPDoubleTuple *other = (EXPDoubleTuple *)object;
- if (self.size == other.size) {
- for (int i = 0; i < self.size; ++i) {
- if (self.values[i] != other.values[i]) return NO;
- }
- return YES;
- }
- return NO;
-}
-
-- (NSString *)description {
- if (self.size == 2) {
- return [NSString stringWithFormat:@"Double tuple: {%f, %f}", self.values[0], self.values[1]];
- } else if (self.size == 4) {
- return [NSString stringWithFormat:@"Double tuple: {%f, %f, %f, %f}", self.values[0], self.values[1], self.values[2], self.values[3]];
- }
- return [NSString stringWithFormat:@"Double tuple of unexpected size %zd, sadly", self.size];
-}
-
-@end
diff --git a/Pods/Expecta/Expecta/EXPExpect.h b/Pods/Expecta/Expecta/EXPExpect.h
deleted file mode 100644
index 985c1200..00000000
--- a/Pods/Expecta/Expecta/EXPExpect.h
+++ /dev/null
@@ -1,45 +0,0 @@
-#import
-#import "EXPMatcher.h"
-#import "EXPDefines.h"
-
-@interface EXPExpect : NSObject {
- EXPIdBlock _actualBlock;
- id _testCase;
- int _lineNumber;
- char *_fileName;
- BOOL _negative;
- BOOL _asynchronous;
- NSTimeInterval _timeout;
-}
-
-@property(nonatomic, copy) EXPIdBlock actualBlock;
-@property(nonatomic, readonly) id actual;
-@property(nonatomic, assign) id testCase;
-@property(nonatomic) int lineNumber;
-@property(nonatomic) const char *fileName;
-@property(nonatomic) BOOL negative;
-@property(nonatomic) BOOL asynchronous;
-@property(nonatomic) NSTimeInterval timeout;
-
-@property(nonatomic, readonly) EXPExpect *to;
-@property(nonatomic, readonly) EXPExpect *toNot;
-@property(nonatomic, readonly) EXPExpect *notTo;
-@property(nonatomic, readonly) EXPExpect *will;
-@property(nonatomic, readonly) EXPExpect *willNot;
-@property(nonatomic, readonly) EXPExpect *(^after)(NSTimeInterval timeInterval);
-
-- (instancetype)initWithActualBlock:(id)actualBlock testCase:(id)testCase lineNumber:(int)lineNumber fileName:(const char *)fileName NS_DESIGNATED_INITIALIZER;
-+ (EXPExpect *)expectWithActualBlock:(id)actualBlock testCase:(id)testCase lineNumber:(int)lineNumber fileName:(const char *)fileName;
-
-- (void)applyMatcher:(id)matcher;
-- (void)applyMatcher:(id)matcher to:(NSObject **)actual;
-
-@end
-
-@interface EXPDynamicPredicateMatcher : NSObject {
- EXPExpect *_expectation;
- SEL _selector;
-}
-- (instancetype)initWithExpectation:(EXPExpect *)expectation selector:(SEL)selector NS_DESIGNATED_INITIALIZER;
-@property (nonatomic, readonly, copy) void (^dispatch)(void);
-@end
diff --git a/Pods/Expecta/Expecta/EXPExpect.m b/Pods/Expecta/Expecta/EXPExpect.m
deleted file mode 100644
index 230e137f..00000000
--- a/Pods/Expecta/Expecta/EXPExpect.m
+++ /dev/null
@@ -1,221 +0,0 @@
-#import "EXPExpect.h"
-#import "NSObject+Expecta.h"
-#import "Expecta.h"
-#import "EXPUnsupportedObject.h"
-#import "EXPMatcher.h"
-#import "EXPBlockDefinedMatcher.h"
-#import
-
-#pragma clang diagnostic push
-#pragma clang diagnostic ignored "-Wobjc-designated-initializers"
-@implementation EXPExpect
-#pragma clang diagnostic pop
-
-@dynamic
- actual,
- to,
- toNot,
- notTo,
- will,
- willNot,
- after;
-
-@synthesize
- actualBlock=_actualBlock,
- testCase=_testCase,
- negative=_negative,
- asynchronous=_asynchronous,
- timeout=_timeout,
- lineNumber=_lineNumber,
- fileName=_fileName;
-
-- (instancetype)initWithActualBlock:(id)actualBlock testCase:(id)testCase lineNumber:(int)lineNumber fileName:(const char *)fileName {
- self = [super init];
- if(self) {
- self.actualBlock = actualBlock;
- self.testCase = testCase;
- self.negative = NO;
- self.asynchronous = NO;
- self.timeout = [Expecta asynchronousTestTimeout];
- self.lineNumber = lineNumber;
- self.fileName = fileName;
- }
- return self;
-}
-
-- (void)dealloc
-{
- [_actualBlock release];
- _actualBlock = nil;
- [super dealloc];
-}
-
-+ (EXPExpect *)expectWithActualBlock:(id)actualBlock testCase:(id)testCase lineNumber:(int)lineNumber fileName:(const char *)fileName {
- return [[[EXPExpect alloc] initWithActualBlock:actualBlock testCase:(id)testCase lineNumber:lineNumber fileName:fileName] autorelease];
-}
-
-#pragma mark -
-
-- (EXPExpect *)to {
- return self;
-}
-
-- (EXPExpect *)toNot {
- self.negative = !self.negative;
- return self;
-}
-
-- (EXPExpect *)notTo {
- return [self toNot];
-}
-
-- (EXPExpect *)will {
- self.asynchronous = YES;
- return self;
-}
-
-- (EXPExpect *)willNot {
- return self.will.toNot;
-}
-
-- (EXPExpect *(^)(NSTimeInterval))after
-{
- EXPExpect * (^block)(NSTimeInterval) = [^EXPExpect *(NSTimeInterval timeout) {
- self.asynchronous = YES;
- self.timeout = timeout;
- return self;
- } copy];
-
- return [block autorelease];
-}
-
-#pragma mark -
-
-- (id)actual {
- if(self.actualBlock) {
- return self.actualBlock();
- }
- return nil;
-}
-
-- (void)applyMatcher:(id)matcher
-{
- id actual = [self actual];
- [self applyMatcher:matcher to:&actual];
-}
-
-- (void)applyMatcher:(id)matcher to:(NSObject **)actual {
- if([*actual isKindOfClass:[EXPUnsupportedObject class]]) {
- EXPFail(self.testCase, self.lineNumber, self.fileName,
- [NSString stringWithFormat:@"expecting a %@ is not supported", ((EXPUnsupportedObject *)*actual).type]);
- } else {
- BOOL failed = NO;
- if([matcher respondsToSelector:@selector(meetsPrerequesiteFor:)] &&
- ![matcher meetsPrerequesiteFor:*actual]) {
- failed = YES;
- } else {
- BOOL matchResult = NO;
- if(self.asynchronous) {
- NSTimeInterval timeOut = self.timeout;
- NSDate *expiryDate = [NSDate dateWithTimeIntervalSinceNow:timeOut];
- while(1) {
- matchResult = [matcher matches:*actual];
- failed = self.negative ? matchResult : !matchResult;
- if(!failed || ([(NSDate *)[NSDate date] compare:expiryDate] == NSOrderedDescending)) {
- break;
- }
- [[NSRunLoop currentRunLoop] runUntilDate:[NSDate dateWithTimeIntervalSinceNow:0.01]];
- OSMemoryBarrier();
- *actual = self.actual;
- }
- } else {
- matchResult = [matcher matches:*actual];
- }
- failed = self.negative ? matchResult : !matchResult;
- }
- if(failed) {
- NSString *message = nil;
-
- if(self.negative) {
- if ([matcher respondsToSelector:@selector(failureMessageForNotTo:)]) {
- message = [matcher failureMessageForNotTo:*actual];
- }
- } else {
- if ([matcher respondsToSelector:@selector(failureMessageForTo:)]) {
- message = [matcher failureMessageForTo:*actual];
- }
- }
- if (message == nil) {
- message = @"Match Failed.";
- }
-
- EXPFail(self.testCase, self.lineNumber, self.fileName, message);
- }
- }
- self.negative = NO;
-}
-
-#pragma mark - Dynamic predicate dispatch
-
-- (NSMethodSignature *)methodSignatureForSelector:(SEL)aSelector
-{
- if ([self.actual respondsToSelector:aSelector]) {
- return [self.actual methodSignatureForSelector:aSelector];
- }
- return [super methodSignatureForSelector:aSelector];
-}
-
-- (void)forwardInvocation:(NSInvocation *)anInvocation
-{
- if ([self.actual respondsToSelector:anInvocation.selector]) {
- EXPDynamicPredicateMatcher *matcher = [[EXPDynamicPredicateMatcher alloc] initWithExpectation:self selector:anInvocation.selector];
- [anInvocation setSelector:@selector(dispatch)];
- [anInvocation invokeWithTarget:matcher];
- [matcher release];
- }
- else {
- [super forwardInvocation:anInvocation];
- }
-}
-
-@end
-
-#pragma clang diagnostic push
-#pragma clang diagnostic ignored "-Wobjc-designated-initializers"
-@implementation EXPDynamicPredicateMatcher
-#pragma clang diagnostic pop
-
-- (instancetype)initWithExpectation:(EXPExpect *)expectation selector:(SEL)selector
-{
- if ((self = [super init])) {
- _expectation = expectation;
- _selector = selector;
- }
- return self;
-}
-
-- (BOOL)matches:(id)actual
-{
- return (BOOL)[actual performSelector:_selector];
-}
-
-- (NSString *)failureMessageForTo:(id)actual
-{
- return [NSString stringWithFormat:@"expected %@ to be true", NSStringFromSelector(_selector)];
-}
-
-- (NSString *)failureMessageForNotTo:(id)actual
-{
- return [NSString stringWithFormat:@"expected %@ to be false", NSStringFromSelector(_selector)];
-}
-
-- (void (^)(void))dispatch
-{
- __block id blockExpectation = _expectation;
-
- return [[^{
- [blockExpectation applyMatcher:self];
- } copy] autorelease];
-}
-
-@end
diff --git a/Pods/Expecta/Expecta/EXPFloatTuple.h b/Pods/Expecta/Expecta/EXPFloatTuple.h
deleted file mode 100644
index ea8ee810..00000000
--- a/Pods/Expecta/Expecta/EXPFloatTuple.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#import
-
-@interface EXPFloatTuple : NSObject {
- float *_values;
- size_t _size;
-}
-
-@property (nonatomic, assign) float *values;
-@property (nonatomic, assign) size_t size;
-
-- (instancetype)initWithFloatValues:(float *)values size:(size_t)size NS_DESIGNATED_INITIALIZER;
-
-@end
diff --git a/Pods/Expecta/Expecta/EXPFloatTuple.m b/Pods/Expecta/Expecta/EXPFloatTuple.m
deleted file mode 100644
index b7ccf085..00000000
--- a/Pods/Expecta/Expecta/EXPFloatTuple.m
+++ /dev/null
@@ -1,55 +0,0 @@
-#import "EXPFloatTuple.h"
-
-#pragma clang diagnostic push
-#pragma clang diagnostic ignored "-Wobjc-designated-initializers"
-@implementation EXPFloatTuple
-#pragma clang diagnostic pop
-
-@synthesize values = _values, size = _size;
-
-- (instancetype)initWithFloatValues:(float *)values size:(size_t)size {
- if ((self = [super init])) {
- self.values = malloc(sizeof(float) * size);
- memcpy(self.values, values, sizeof(float) * size);
- self.size = size;
- }
- return self;
-}
-
-- (void)dealloc {
- free(self.values);
- [super dealloc];
-}
-
-- (BOOL)isEqual:(id)object {
- if (![object isKindOfClass:[EXPFloatTuple class]]) return NO;
- EXPFloatTuple *other = (EXPFloatTuple *)object;
- if (self.size == other.size) {
- for (int i = 0; i < self.size; ++i) {
- if (self.values[i] != other.values[i]) return NO;
- }
- return YES;
- }
- return NO;
-}
-
-- (NSUInteger)hash
-{
- NSUInteger prime = 31;
- NSUInteger hash = 0;
- for (int i=0; i
-
-@protocol EXPMatcher
-
-- (BOOL)matches:(id)actual;
-
-@optional
-- (BOOL)meetsPrerequesiteFor:(id)actual;
-- (NSString *)failureMessageForTo:(id)actual;
-- (NSString *)failureMessageForNotTo:(id)actual;
-
-@end
diff --git a/Pods/Expecta/Expecta/EXPUnsupportedObject.h b/Pods/Expecta/Expecta/EXPUnsupportedObject.h
deleted file mode 100644
index 3ad0561e..00000000
--- a/Pods/Expecta/Expecta/EXPUnsupportedObject.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#import
-
-@interface EXPUnsupportedObject : NSObject {
- NSString *_type;
-}
-
-@property (nonatomic, retain) NSString *type;
-
-- (instancetype)initWithType:(NSString *)type NS_DESIGNATED_INITIALIZER;
-
-@end
diff --git a/Pods/Expecta/Expecta/EXPUnsupportedObject.m b/Pods/Expecta/Expecta/EXPUnsupportedObject.m
deleted file mode 100644
index 3d062e3e..00000000
--- a/Pods/Expecta/Expecta/EXPUnsupportedObject.m
+++ /dev/null
@@ -1,23 +0,0 @@
-#import "EXPUnsupportedObject.h"
-
-#pragma clang diagnostic push
-#pragma clang diagnostic ignored "-Wobjc-designated-initializers"
-@implementation EXPUnsupportedObject
-#pragma clang diagnostic pop
-
-@synthesize type=_type;
-
-- (instancetype)initWithType:(NSString *)type {
- self = [super init];
- if(self) {
- self.type = type;
- }
- return self;
-}
-
-- (void)dealloc {
- self.type = nil;
- [super dealloc];
-}
-
-@end
diff --git a/Pods/Expecta/Expecta/Expecta.h b/Pods/Expecta/Expecta/Expecta.h
deleted file mode 100644
index 066e9883..00000000
--- a/Pods/Expecta/Expecta/Expecta.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#import
-
-//! Project version number for Expecta.
-FOUNDATION_EXPORT double ExpectaVersionNumber;
-
-//! Project version string for Expecta.
-FOUNDATION_EXPORT const unsigned char ExpectaVersionString[];
-
-#import
-#import
-#import
-
-// Enable shorthand by default
-#define expect(...) EXP_expect((__VA_ARGS__))
-#define failure(...) EXP_failure((__VA_ARGS__))
diff --git a/Pods/Expecta/Expecta/ExpectaObject.h b/Pods/Expecta/Expecta/ExpectaObject.h
deleted file mode 100644
index e4277a9a..00000000
--- a/Pods/Expecta/Expecta/ExpectaObject.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#import
-
-#define EXPObjectify(value) _EXPObjectify(@encode(__typeof__((value))), (value))
-#define EXP_expect(actual) _EXP_expect(self, __LINE__, __FILE__, ^id{ __typeof__((actual)) strongActual = (actual); return EXPObjectify(strongActual); })
-#define EXPMatcherInterface(matcherName, matcherArguments) _EXPMatcherInterface(matcherName, matcherArguments)
-#define EXPMatcherImplementationBegin(matcherName, matcherArguments) _EXPMatcherImplementationBegin(matcherName, matcherArguments)
-#define EXPMatcherImplementationEnd _EXPMatcherImplementationEnd
-#define EXPMatcherAliasImplementation(newMatcherName, oldMatcherName, matcherArguments) _EXPMatcherAliasImplementation(newMatcherName, oldMatcherName, matcherArguments)
-
-#define EXP_failure(message) EXPFail(self, __LINE__, __FILE__, message)
-
-
-@interface Expecta : NSObject
-
-+ (NSTimeInterval)asynchronousTestTimeout;
-+ (void)setAsynchronousTestTimeout:(NSTimeInterval)timeout;
-
-@end
diff --git a/Pods/Expecta/Expecta/ExpectaObject.m b/Pods/Expecta/Expecta/ExpectaObject.m
deleted file mode 100644
index b51e00a9..00000000
--- a/Pods/Expecta/Expecta/ExpectaObject.m
+++ /dev/null
@@ -1,15 +0,0 @@
-#import "ExpectaObject.h"
-
-@implementation Expecta
-
-static NSTimeInterval _asynchronousTestTimeout = 1.0;
-
-+ (NSTimeInterval)asynchronousTestTimeout {
- return _asynchronousTestTimeout;
-}
-
-+ (void)setAsynchronousTestTimeout:(NSTimeInterval)timeout {
- _asynchronousTestTimeout = timeout;
-}
-
-@end
\ No newline at end of file
diff --git a/Pods/Expecta/Expecta/ExpectaSupport.h b/Pods/Expecta/Expecta/ExpectaSupport.h
deleted file mode 100644
index 28fc5e0e..00000000
--- a/Pods/Expecta/Expecta/ExpectaSupport.h
+++ /dev/null
@@ -1,74 +0,0 @@
-#import "EXPExpect.h"
-#import "EXPBlockDefinedMatcher.h"
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-id _EXPObjectify(const char *type, ...);
-EXPExpect *_EXP_expect(id testCase, int lineNumber, const char *fileName, EXPIdBlock actualBlock);
-
-void EXPFail(id testCase, int lineNumber, const char *fileName, NSString *message);
-NSString *EXPDescribeObject(id obj);
-
-void EXP_prerequisite(EXPBoolBlock block);
-void EXP_match(EXPBoolBlock block);
-void EXP_failureMessageForTo(EXPStringBlock block);
-void EXP_failureMessageForNotTo(EXPStringBlock block);
-
-#if __has_feature(objc_arc)
-#define _EXP_release(x)
-#define _EXP_autorelease(x) (x)
-
-#else
-#define _EXP_release(x) [x release]
-#define _EXP_autorelease(x) [x autorelease]
-#endif
-
-// workaround for the categories bug: http://developer.apple.com/library/mac/#qa/qa1490/_index.html
-#define EXPFixCategoriesBug(name) \
-__attribute__((constructor)) static void EXPFixCategoriesBug##name() {}
-
-#define _EXPMatcherInterface(matcherName, matcherArguments) \
-@interface EXPExpect (matcherName##Matcher) \
-@property (nonatomic, readonly) void(^ matcherName) matcherArguments; \
-@end
-
-#define _EXPMatcherImplementationBegin(matcherName, matcherArguments) \
-EXPFixCategoriesBug(EXPMatcher##matcherName##Matcher); \
-@implementation EXPExpect (matcherName##Matcher) \
-@dynamic matcherName;\
-- (void(^) matcherArguments) matcherName { \
- EXPBlockDefinedMatcher *matcher = [[EXPBlockDefinedMatcher alloc] init]; \
- [[[NSThread currentThread] threadDictionary] setObject:matcher forKey:@"EXP_currentMatcher"]; \
- __block id actual = self.actual; \
- __block void (^prerequisite)(EXPBoolBlock block) = ^(EXPBoolBlock block) { EXP_prerequisite(block); }; \
- __block void (^match)(EXPBoolBlock block) = ^(EXPBoolBlock block) { EXP_match(block); }; \
- __block void (^failureMessageForTo)(EXPStringBlock block) = ^(EXPStringBlock block) { EXP_failureMessageForTo(block); }; \
- __block void (^failureMessageForNotTo)(EXPStringBlock block) = ^(EXPStringBlock block) { EXP_failureMessageForNotTo(block); }; \
- prerequisite(nil); match(nil); failureMessageForTo(nil); failureMessageForNotTo(nil); \
- void (^matcherBlock) matcherArguments = [^ matcherArguments { \
- {
-
-#define _EXPMatcherImplementationEnd \
- } \
- [self applyMatcher:matcher to:&actual]; \
- [[[NSThread currentThread] threadDictionary] removeObjectForKey:@"EXP_currentMatcher"]; \
- } copy]; \
- _EXP_release(matcher); \
- return _EXP_autorelease(matcherBlock); \
-} \
-@end
-
-#define _EXPMatcherAliasImplementation(newMatcherName, oldMatcherName, matcherArguments) \
-EXPFixCategoriesBug(EXPMatcher##newMatcherName##Matcher); \
-@implementation EXPExpect (newMatcherName##Matcher) \
-@dynamic newMatcherName;\
-- (void(^) matcherArguments) newMatcherName { \
- return [self oldMatcherName]; \
-}\
-@end
-
-#ifdef __cplusplus
-}
-#endif
diff --git a/Pods/Expecta/Expecta/ExpectaSupport.m b/Pods/Expecta/Expecta/ExpectaSupport.m
deleted file mode 100644
index 8abe415e..00000000
--- a/Pods/Expecta/Expecta/ExpectaSupport.m
+++ /dev/null
@@ -1,176 +0,0 @@
-#import "ExpectaSupport.h"
-#import "NSValue+Expecta.h"
-#import "NSObject+Expecta.h"
-#import "EXPUnsupportedObject.h"
-#import "EXPFloatTuple.h"
-#import "EXPDoubleTuple.h"
-#import "EXPDefines.h"
-#import
-
-@interface NSObject (ExpectaXCTestRecordFailure)
-
-// suppress warning
-- (void)recordFailureWithDescription:(NSString *)description inFile:(NSString *)filename atLine:(NSUInteger)lineNumber expected:(BOOL)expected;
-
-@end
-
-id _EXPObjectify(const char *type, ...) {
- va_list v;
- va_start(v, type);
- id obj = nil;
- if(strcmp(type, @encode(char)) == 0) {
- char actual = (char)va_arg(v, int);
- obj = @(actual);
- } else if(strcmp(type, @encode(_Bool)) == 0) {
- _Static_assert(sizeof(_Bool) <= sizeof(int), "Expected _Bool to be subject to vararg type promotion");
- _Bool actual = (_Bool)va_arg(v, int);
- obj = @(actual);
- } else if(strcmp(type, @encode(double)) == 0) {
- double actual = (double)va_arg(v, double);
- obj = @(actual);
- } else if(strcmp(type, @encode(float)) == 0) {
- float actual = (float)va_arg(v, double);
- obj = @(actual);
- } else if(strcmp(type, @encode(int)) == 0) {
- int actual = (int)va_arg(v, int);
- obj = @(actual);
- } else if(strcmp(type, @encode(long)) == 0) {
- long actual = (long)va_arg(v, long);
- obj = @(actual);
- } else if(strcmp(type, @encode(long long)) == 0) {
- long long actual = (long long)va_arg(v, long long);
- obj = @(actual);
- } else if(strcmp(type, @encode(short)) == 0) {
- short actual = (short)va_arg(v, int);
- obj = @(actual);
- } else if(strcmp(type, @encode(unsigned char)) == 0) {
- unsigned char actual = (unsigned char)va_arg(v, unsigned int);
- obj = @(actual);
- } else if(strcmp(type, @encode(unsigned int)) == 0) {
- unsigned int actual = (int)va_arg(v, unsigned int);
- obj = @(actual);
- } else if(strcmp(type, @encode(unsigned long)) == 0) {
- unsigned long actual = (unsigned long)va_arg(v, unsigned long);
- obj = @(actual);
- } else if(strcmp(type, @encode(unsigned long long)) == 0) {
- unsigned long long actual = (unsigned long long)va_arg(v, unsigned long long);
- obj = @(actual);
- } else if(strcmp(type, @encode(unsigned short)) == 0) {
- unsigned short actual = (unsigned short)va_arg(v, unsigned int);
- obj = @(actual);
- } else if(strstr(type, @encode(EXPBasicBlock)) != NULL) {
- // @encode(EXPBasicBlock) returns @? as of clang 4.1.
- // This condition must occur before the test for id/class type,
- // otherwise blocks will be treated as vanilla objects.
- id actual = va_arg(v, EXPBasicBlock);
- obj = [[actual copy] autorelease];
- } else if((strstr(type, @encode(id)) != NULL) || (strstr(type, @encode(Class)) != 0)) {
- id actual = va_arg(v, id);
- obj = actual;
- } else if(strcmp(type, @encode(__typeof__(nil))) == 0) {
- obj = nil;
- } else if(strstr(type, "ff}{") != NULL) { //TODO: of course this only works for a 2x2 e.g. CGRect
- obj = [[[EXPFloatTuple alloc] initWithFloatValues:(float *)va_arg(v, float[4]) size:4] autorelease];
- } else if(strstr(type, "=ff}") != NULL) {
- obj = [[[EXPFloatTuple alloc] initWithFloatValues:(float *)va_arg(v, float[2]) size:2] autorelease];
- } else if(strstr(type, "=ffff}") != NULL) {
- obj = [[[EXPFloatTuple alloc] initWithFloatValues:(float *)va_arg(v, float[4]) size:4] autorelease];
- } else if(strstr(type, "dd}{") != NULL) { //TODO: same here
- obj = [[[EXPDoubleTuple alloc] initWithDoubleValues:(double *)va_arg(v, double[4]) size:4] autorelease];
- } else if(strstr(type, "=dd}") != NULL) {
- obj = [[[EXPDoubleTuple alloc] initWithDoubleValues:(double *)va_arg(v, double[2]) size:2] autorelease];
- } else if(strstr(type, "=dddd}") != NULL) {
- obj = [[[EXPDoubleTuple alloc] initWithDoubleValues:(double *)va_arg(v, double[4]) size:4] autorelease];
- } else if(type[0] == '{') {
- EXPUnsupportedObject *actual = [[[EXPUnsupportedObject alloc] initWithType:@"struct"] autorelease];
- obj = actual;
- } else if(type[0] == '(') {
- EXPUnsupportedObject *actual = [[[EXPUnsupportedObject alloc] initWithType:@"union"] autorelease];
- obj = actual;
- } else {
- void *actual = va_arg(v, void *);
- obj = (actual == NULL ? nil :[NSValue valueWithPointer:actual]);
- }
- if([obj isKindOfClass:[NSValue class]] && ![obj isKindOfClass:[NSNumber class]]) {
- [(NSValue *)obj set_EXP_objCType:type];
- }
- va_end(v);
- return obj;
-}
-
-EXPExpect *_EXP_expect(id testCase, int lineNumber, const char *fileName, EXPIdBlock actualBlock) {
- return [EXPExpect expectWithActualBlock:actualBlock testCase:testCase lineNumber:lineNumber fileName:fileName];
-}
-
-void EXPFail(id testCase, int lineNumber, const char *fileName, NSString *message) {
- NSLog(@"%s:%d %@", fileName, lineNumber, message);
- NSString *reason = [NSString stringWithFormat:@"%s:%d %@", fileName, lineNumber, message];
- NSException *exception = [NSException exceptionWithName:@"Expecta Error" reason:reason userInfo:nil];
-
- if(testCase && [testCase respondsToSelector:@selector(recordFailureWithDescription:inFile:atLine:expected:)]){
- [testCase recordFailureWithDescription:message
- inFile:@(fileName)
- atLine:lineNumber
- expected:NO];
- } else {
- [exception raise];
- }
-}
-
-NSString *EXPDescribeObject(id obj) {
- if(obj == nil) {
- return @"nil/null";
- } else if([obj isKindOfClass:[NSValue class]] && ![obj isKindOfClass:[NSNumber class]]) {
- const char *type = [(NSValue *)obj _EXP_objCType];
- if(type) {
- if(strcmp(type, @encode(SEL)) == 0) {
- return [NSString stringWithFormat:@"@selector(%@)", NSStringFromSelector([obj pointerValue])];
- } else if(strcmp(type, @encode(Class)) == 0) {
- return NSStringFromClass([obj pointerValue]);
- }
- }
- }
- NSString *description = [obj description];
- if([obj isKindOfClass:[NSArray class]]) {
- NSMutableArray *arr = [NSMutableArray arrayWithCapacity:[obj count]];
- for(id o in obj) {
- [arr addObject:EXPDescribeObject(o)];
- }
- description = [NSString stringWithFormat:@"(%@)", [arr componentsJoinedByString:@", "]];
- } else if([obj isKindOfClass:[NSSet class]] || [obj isKindOfClass:[NSOrderedSet class]]) {
- NSMutableArray *arr = [NSMutableArray arrayWithCapacity:[obj count]];
- for(id o in obj) {
- [arr addObject:EXPDescribeObject(o)];
- }
- description = [NSString stringWithFormat:@"{(%@)}", [arr componentsJoinedByString:@", "]];
- } else if([obj isKindOfClass:[NSDictionary class]]) {
- NSMutableArray *arr = [NSMutableArray arrayWithCapacity:[obj count]];
- for(id k in obj) {
- id v = obj[k];
- [arr addObject:[NSString stringWithFormat:@"%@ = %@;",EXPDescribeObject(k), EXPDescribeObject(v)]];
- }
- description = [NSString stringWithFormat:@"{%@}", [arr componentsJoinedByString:@" "]];
- } else if([obj isKindOfClass:[NSAttributedString class]]) {
- description = [obj string];
- } else {
- description = [description stringByReplacingOccurrencesOfString:@"\n" withString:@"\\n"];
- }
- return description;
-}
-
-void EXP_prerequisite(EXPBoolBlock block) {
- [[[NSThread currentThread] threadDictionary][@"EXP_currentMatcher"] setPrerequisiteBlock:block];
-}
-
-void EXP_match(EXPBoolBlock block) {
- [[[NSThread currentThread] threadDictionary][@"EXP_currentMatcher"] setMatchBlock:block];
-}
-
-void EXP_failureMessageForTo(EXPStringBlock block) {
- [[[NSThread currentThread] threadDictionary][@"EXP_currentMatcher"] setFailureMessageForToBlock:block];
-}
-
-void EXP_failureMessageForNotTo(EXPStringBlock block) {
- [[[NSThread currentThread] threadDictionary][@"EXP_currentMatcher"] setFailureMessageForNotToBlock:block];
-}
-
diff --git a/Pods/Expecta/Expecta/Matchers/EXPMatcherHelpers.h b/Pods/Expecta/Expecta/Matchers/EXPMatcherHelpers.h
deleted file mode 100644
index 5780ff63..00000000
--- a/Pods/Expecta/Expecta/Matchers/EXPMatcherHelpers.h
+++ /dev/null
@@ -1,4 +0,0 @@
-#import
-
-BOOL EXPIsValuePointer(NSValue *value);
-BOOL EXPIsNumberFloat(NSNumber *number);
diff --git a/Pods/Expecta/Expecta/Matchers/EXPMatcherHelpers.m b/Pods/Expecta/Expecta/Matchers/EXPMatcherHelpers.m
deleted file mode 100644
index cec03434..00000000
--- a/Pods/Expecta/Expecta/Matchers/EXPMatcherHelpers.m
+++ /dev/null
@@ -1,9 +0,0 @@
-#import "EXPMatcherHelpers.h"
-
-BOOL EXPIsValuePointer(NSValue *value) {
- return [value objCType][0] == @encode(void *)[0];
-}
-
-BOOL EXPIsNumberFloat(NSNumber *number) {
- return strcmp([number objCType], @encode(float)) == 0;
-}
diff --git a/Pods/Expecta/Expecta/Matchers/EXPMatchers+beCloseTo.h b/Pods/Expecta/Expecta/Matchers/EXPMatchers+beCloseTo.h
deleted file mode 100644
index f683d6b0..00000000
--- a/Pods/Expecta/Expecta/Matchers/EXPMatchers+beCloseTo.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#import "Expecta.h"
-
-EXPMatcherInterface(_beCloseToWithin, (id expected, id within));
-EXPMatcherInterface(beCloseToWithin, (id expected, id within));
-
-#define beCloseTo(expected) _beCloseToWithin(EXPObjectify((expected)), nil)
-#define beCloseToWithin(expected, range) _beCloseToWithin(EXPObjectify((expected)), EXPObjectify((range)))
diff --git a/Pods/Expecta/Expecta/Matchers/EXPMatchers+beCloseTo.m b/Pods/Expecta/Expecta/Matchers/EXPMatchers+beCloseTo.m
deleted file mode 100644
index c55431aa..00000000
--- a/Pods/Expecta/Expecta/Matchers/EXPMatchers+beCloseTo.m
+++ /dev/null
@@ -1,49 +0,0 @@
-#import "EXPMatchers+beCloseTo.h"
-#import "EXPMatcherHelpers.h"
-
-EXPMatcherImplementationBegin(_beCloseToWithin, (id expected, id within)) {
- prerequisite(^BOOL{
- return [actual isKindOfClass:[NSNumber class]] &&
- [expected isKindOfClass:[NSNumber class]] &&
- ([within isKindOfClass:[NSNumber class]] || (within == nil));
- });
-
- match(^BOOL{
- double actualValue = [actual doubleValue];
- double expectedValue = [expected doubleValue];
-
- if (within != nil) {
- double withinValue = [within doubleValue];
- double lowerBound = expectedValue - withinValue;
- double upperBound = expectedValue + withinValue;
- return (actualValue >= lowerBound) && (actualValue <= upperBound);
- } else {
- double diff = fabs(actualValue - expectedValue);
- actualValue = fabs(actualValue);
- expectedValue = fabs(expectedValue);
- double largest = (expectedValue > actualValue) ? expectedValue : actualValue;
- return (diff <= largest * FLT_EPSILON);
- }
- });
-
- failureMessageForTo(^NSString *{
- if (within) {
- return [NSString stringWithFormat:@"expected %@ to be close to %@ within %@",
- EXPDescribeObject(actual), EXPDescribeObject(expected), EXPDescribeObject(within)];
- } else {
- return [NSString stringWithFormat:@"expected %@ to be close to %@",
- EXPDescribeObject(actual), EXPDescribeObject(expected)];
- }
- });
-
- failureMessageForNotTo(^NSString *{
- if (within) {
- return [NSString stringWithFormat:@"expected %@ not to be close to %@ within %@",
- EXPDescribeObject(actual), EXPDescribeObject(expected), EXPDescribeObject(within)];
- } else {
- return [NSString stringWithFormat:@"expected %@ not to be close to %@",
- EXPDescribeObject(actual), EXPDescribeObject(expected)];
- }
- });
-}
-EXPMatcherImplementationEnd
\ No newline at end of file
diff --git a/Pods/Expecta/Expecta/Matchers/EXPMatchers+beFalsy.h b/Pods/Expecta/Expecta/Matchers/EXPMatchers+beFalsy.h
deleted file mode 100644
index 89c8e003..00000000
--- a/Pods/Expecta/Expecta/Matchers/EXPMatchers+beFalsy.h
+++ /dev/null
@@ -1,3 +0,0 @@
-#import "Expecta.h"
-
-EXPMatcherInterface(beFalsy, (void));
diff --git a/Pods/Expecta/Expecta/Matchers/EXPMatchers+beFalsy.m b/Pods/Expecta/Expecta/Matchers/EXPMatchers+beFalsy.m
deleted file mode 100644
index 382cab8b..00000000
--- a/Pods/Expecta/Expecta/Matchers/EXPMatchers+beFalsy.m
+++ /dev/null
@@ -1,24 +0,0 @@
-#import "EXPMatchers+beFalsy.h"
-#import "EXPMatcherHelpers.h"
-
-EXPMatcherImplementationBegin(beFalsy, (void)) {
- match(^BOOL{
- if([actual isKindOfClass:[NSNumber class]]) {
- return ![(NSNumber *)actual boolValue];
- } else if([actual isKindOfClass:[NSValue class]]) {
- if(EXPIsValuePointer((NSValue *)actual)) {
- return ![(NSValue *)actual pointerValue];
- }
- }
- return !actual;
- });
-
- failureMessageForTo(^NSString *{
- return [NSString stringWithFormat:@"expected: a falsy value, got: %@, which is truthy", EXPDescribeObject(actual)];
- });
-
- failureMessageForNotTo(^NSString *{
- return [NSString stringWithFormat:@"expected: a non-falsy value, got: %@, which is falsy", EXPDescribeObject(actual)];
- });
-}
-EXPMatcherImplementationEnd
diff --git a/Pods/Expecta/Expecta/Matchers/EXPMatchers+beGreaterThan.h b/Pods/Expecta/Expecta/Matchers/EXPMatchers+beGreaterThan.h
deleted file mode 100644
index a2f9fbac..00000000
--- a/Pods/Expecta/Expecta/Matchers/EXPMatchers+beGreaterThan.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#import "Expecta.h"
-
-EXPMatcherInterface(_beGreaterThan, (id expected));
-EXPMatcherInterface(beGreaterThan, (id expected));
-
-#define beGreaterThan(expected) _beGreaterThan(EXPObjectify((expected)))
diff --git a/Pods/Expecta/Expecta/Matchers/EXPMatchers+beGreaterThan.m b/Pods/Expecta/Expecta/Matchers/EXPMatchers+beGreaterThan.m
deleted file mode 100644
index d7253878..00000000
--- a/Pods/Expecta/Expecta/Matchers/EXPMatchers+beGreaterThan.m
+++ /dev/null
@@ -1,20 +0,0 @@
-#import "EXPMatchers+beGreaterThan.h"
-#import "EXPMatcherHelpers.h"
-
-EXPMatcherImplementationBegin(_beGreaterThan, (id expected)) {
- match(^BOOL{
- if ([actual respondsToSelector:@selector(compare:)]) {
- return [actual compare:expected] == NSOrderedDescending;
- }
- return NO;
- });
-
- failureMessageForTo(^NSString *{
- return [NSString stringWithFormat:@"expected: %@ to be greater than %@", EXPDescribeObject(actual), EXPDescribeObject(expected)];
- });
-
- failureMessageForNotTo(^NSString *{
- return [NSString stringWithFormat:@"expected: %@ not to be greater than %@", EXPDescribeObject(actual), EXPDescribeObject(expected)];
- });
-}
-EXPMatcherImplementationEnd
\ No newline at end of file
diff --git a/Pods/Expecta/Expecta/Matchers/EXPMatchers+beGreaterThanOrEqualTo.h b/Pods/Expecta/Expecta/Matchers/EXPMatchers+beGreaterThanOrEqualTo.h
deleted file mode 100644
index 3e91c64c..00000000
--- a/Pods/Expecta/Expecta/Matchers/EXPMatchers+beGreaterThanOrEqualTo.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#import "Expecta.h"
-
-EXPMatcherInterface(_beGreaterThanOrEqualTo, (id expected));
-EXPMatcherInterface(beGreaterThanOrEqualTo, (id expected));
-
-#define beGreaterThanOrEqualTo(expected) _beGreaterThanOrEqualTo(EXPObjectify((expected)))
diff --git a/Pods/Expecta/Expecta/Matchers/EXPMatchers+beGreaterThanOrEqualTo.m b/Pods/Expecta/Expecta/Matchers/EXPMatchers+beGreaterThanOrEqualTo.m
deleted file mode 100644
index 32763449..00000000
--- a/Pods/Expecta/Expecta/Matchers/EXPMatchers+beGreaterThanOrEqualTo.m
+++ /dev/null
@@ -1,20 +0,0 @@
-#import "EXPMatchers+beGreaterThanOrEqualTo.h"
-#import "EXPMatcherHelpers.h"
-
-EXPMatcherImplementationBegin(_beGreaterThanOrEqualTo, (id expected)) {
- match(^BOOL{
- if ([actual respondsToSelector:@selector(compare:)]) {
- return [actual compare:expected] != NSOrderedAscending;
- }
- return NO;
- });
-
- failureMessageForTo(^NSString *{
- return [NSString stringWithFormat:@"expected: %@ to be greater than or equal to %@", EXPDescribeObject(actual), EXPDescribeObject(expected)];
- });
-
- failureMessageForNotTo(^NSString *{
- return [NSString stringWithFormat:@"expected: %@ not to be greater than or equal to %@", EXPDescribeObject(actual), EXPDescribeObject(expected)];
- });
-}
-EXPMatcherImplementationEnd
\ No newline at end of file
diff --git a/Pods/Expecta/Expecta/Matchers/EXPMatchers+beIdenticalTo.h b/Pods/Expecta/Expecta/Matchers/EXPMatchers+beIdenticalTo.h
deleted file mode 100644
index d13619f8..00000000
--- a/Pods/Expecta/Expecta/Matchers/EXPMatchers+beIdenticalTo.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#import "Expecta.h"
-
-EXPMatcherInterface(_beIdenticalTo, (void *expected));
-EXPMatcherInterface(beIdenticalTo, (void *expected)); // to aid code completion
-
-#if __has_feature(objc_arc)
-#define beIdenticalTo(expected) _beIdenticalTo((__bridge void*)expected)
-#else
-#define beIdenticalTo(expected) _beIdenticalTo(expected)
-#endif
diff --git a/Pods/Expecta/Expecta/Matchers/EXPMatchers+beIdenticalTo.m b/Pods/Expecta/Expecta/Matchers/EXPMatchers+beIdenticalTo.m
deleted file mode 100644
index b62b0fe6..00000000
--- a/Pods/Expecta/Expecta/Matchers/EXPMatchers+beIdenticalTo.m
+++ /dev/null
@@ -1,24 +0,0 @@
-#import "EXPMatchers+equal.h"
-#import "EXPMatcherHelpers.h"
-
-EXPMatcherImplementationBegin(_beIdenticalTo, (void *expected)) {
- match(^BOOL{
- if(actual == expected) {
- return YES;
- } else if([actual isKindOfClass:[NSValue class]] && EXPIsValuePointer((NSValue *)actual)) {
- if([(NSValue *)actual pointerValue] == expected) {
- return YES;
- }
- }
- return NO;
- });
-
- failureMessageForTo(^NSString *{
- return [NSString stringWithFormat:@"expected: <%p>, got: <%p>", expected, actual];
- });
-
- failureMessageForNotTo(^NSString *{
- return [NSString stringWithFormat:@"expected: not <%p>, got: <%p>", expected, actual];
- });
-}
-EXPMatcherImplementationEnd
diff --git a/Pods/Expecta/Expecta/Matchers/EXPMatchers+beInTheRangeOf.h b/Pods/Expecta/Expecta/Matchers/EXPMatchers+beInTheRangeOf.h
deleted file mode 100644
index 8ea990e2..00000000
--- a/Pods/Expecta/Expecta/Matchers/EXPMatchers+beInTheRangeOf.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#import "Expecta.h"
-
-EXPMatcherInterface(_beInTheRangeOf, (id expectedLowerBound, id expectedUpperBound));
-EXPMatcherInterface(beInTheRangeOf, (id expectedLowerBound, id expectedUpperBound));
-
-#define beInTheRangeOf(expectedLowerBound, expectedUpperBound) _beInTheRangeOf(EXPObjectify((expectedLowerBound)), EXPObjectify((expectedUpperBound)))
diff --git a/Pods/Expecta/Expecta/Matchers/EXPMatchers+beInTheRangeOf.m b/Pods/Expecta/Expecta/Matchers/EXPMatchers+beInTheRangeOf.m
deleted file mode 100644
index 1631f248..00000000
--- a/Pods/Expecta/Expecta/Matchers/EXPMatchers+beInTheRangeOf.m
+++ /dev/null
@@ -1,30 +0,0 @@
-#import "EXPMatchers+beInTheRangeOf.h"
-#import "EXPMatcherHelpers.h"
-
-EXPMatcherImplementationBegin(_beInTheRangeOf, (id expectedLowerBound, id expectedUpperBound)) {
- match(^BOOL{
- if ([actual respondsToSelector:@selector(compare:)]) {
- NSComparisonResult compareLowerBound = [expectedLowerBound compare: actual];
- NSComparisonResult compareUpperBound = [expectedUpperBound compare: actual];
- if (compareLowerBound == NSOrderedSame) {
- return YES;
- }
- if (compareUpperBound == NSOrderedSame) {
- return YES;
- }
- if ((compareLowerBound == NSOrderedAscending) && (compareUpperBound == NSOrderedDescending)) {
- return YES;
- }
- }
- return NO;
- });
-
- failureMessageForTo(^NSString *{
- return [NSString stringWithFormat:@"expected: %@ to be in the range [%@, %@] (inclusive)", EXPDescribeObject(actual), EXPDescribeObject(expectedLowerBound), EXPDescribeObject(expectedUpperBound)];
- });
-
- failureMessageForNotTo(^NSString *{
- return [NSString stringWithFormat:@"expected: %@ not to be in the range [%@, %@] (inclusive)", EXPDescribeObject(actual), EXPDescribeObject(expectedLowerBound), EXPDescribeObject(expectedUpperBound)];
- });
-}
-EXPMatcherImplementationEnd
\ No newline at end of file
diff --git a/Pods/Expecta/Expecta/Matchers/EXPMatchers+beInstanceOf.h b/Pods/Expecta/Expecta/Matchers/EXPMatchers+beInstanceOf.h
deleted file mode 100644
index a8e8175d..00000000
--- a/Pods/Expecta/Expecta/Matchers/EXPMatchers+beInstanceOf.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#import "Expecta.h"
-
-EXPMatcherInterface(beInstanceOf, (Class expected));
-EXPMatcherInterface(beAnInstanceOf, (Class expected));
-EXPMatcherInterface(beMemberOf, (Class expected));
-EXPMatcherInterface(beAMemberOf, (Class expected));
diff --git a/Pods/Expecta/Expecta/Matchers/EXPMatchers+beInstanceOf.m b/Pods/Expecta/Expecta/Matchers/EXPMatchers+beInstanceOf.m
deleted file mode 100644
index 9535e1e7..00000000
--- a/Pods/Expecta/Expecta/Matchers/EXPMatchers+beInstanceOf.m
+++ /dev/null
@@ -1,31 +0,0 @@
-#import "EXPMatchers+beInstanceOf.h"
-
-EXPMatcherImplementationBegin(beInstanceOf, (Class expected)) {
- BOOL actualIsNil = (actual == nil);
- BOOL expectedIsNil = (expected == nil);
-
- prerequisite(^BOOL{
- return !(actualIsNil || expectedIsNil);
- });
-
- match(^BOOL{
- return [actual isMemberOfClass:expected];
- });
-
- failureMessageForTo(^NSString *{
- if(actualIsNil) return @"the actual value is nil/null";
- if(expectedIsNil) return @"the expected value is nil/null";
- return [NSString stringWithFormat:@"expected: an instance of %@, got: an instance of %@", [expected class], [actual class]];
- });
-
- failureMessageForNotTo(^NSString *{
- if(actualIsNil) return @"the actual value is nil/null";
- if(expectedIsNil) return @"the expected value is nil/null";
- return [NSString stringWithFormat:@"expected: not an instance of %@, got: an instance of %@", [expected class], [actual class]];
- });
-}
-EXPMatcherImplementationEnd
-
-EXPMatcherAliasImplementation(beAnInstanceOf, beInstanceOf, (Class expected));
-EXPMatcherAliasImplementation(beMemberOf, beInstanceOf, (Class expected));
-EXPMatcherAliasImplementation(beAMemberOf, beInstanceOf, (Class expected));
diff --git a/Pods/Expecta/Expecta/Matchers/EXPMatchers+beKindOf.h b/Pods/Expecta/Expecta/Matchers/EXPMatchers+beKindOf.h
deleted file mode 100644
index b8623e0b..00000000
--- a/Pods/Expecta/Expecta/Matchers/EXPMatchers+beKindOf.h
+++ /dev/null
@@ -1,4 +0,0 @@
-#import "Expecta.h"
-
-EXPMatcherInterface(beKindOf, (Class expected));
-EXPMatcherInterface(beAKindOf, (Class expected));
diff --git a/Pods/Expecta/Expecta/Matchers/EXPMatchers+beKindOf.m b/Pods/Expecta/Expecta/Matchers/EXPMatchers+beKindOf.m
deleted file mode 100644
index f13ffb54..00000000
--- a/Pods/Expecta/Expecta/Matchers/EXPMatchers+beKindOf.m
+++ /dev/null
@@ -1,29 +0,0 @@
-#import "EXPMatchers+beKindOf.h"
-
-EXPMatcherImplementationBegin(beKindOf, (Class expected)) {
- BOOL actualIsNil = (actual == nil);
- BOOL expectedIsNil = (expected == nil);
-
- prerequisite(^BOOL{
- return !(actualIsNil || expectedIsNil);
- });
-
- match(^BOOL{
- return [actual isKindOfClass:expected];
- });
-
- failureMessageForTo(^NSString *{
- if(actualIsNil) return @"the actual value is nil/null";
- if(expectedIsNil) return @"the expected value is nil/null";
- return [NSString stringWithFormat:@"expected: a kind of %@, got: an instance of %@, which is not a kind of %@", [expected class], [actual class], [expected class]];
- });
-
- failureMessageForNotTo(^NSString *{
- if(actualIsNil) return @"the actual value is nil/null";
- if(expectedIsNil) return @"the expected value is nil/null";
- return [NSString stringWithFormat:@"expected: not a kind of %@, got: an instance of %@, which is a kind of %@", [expected class], [actual class], [expected class]];
- });
-}
-EXPMatcherImplementationEnd
-
-EXPMatcherAliasImplementation(beAKindOf, beKindOf, (Class expected));
diff --git a/Pods/Expecta/Expecta/Matchers/EXPMatchers+beLessThan.h b/Pods/Expecta/Expecta/Matchers/EXPMatchers+beLessThan.h
deleted file mode 100644
index 5ed0a24c..00000000
--- a/Pods/Expecta/Expecta/Matchers/EXPMatchers+beLessThan.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#import "Expecta.h"
-
-EXPMatcherInterface(_beLessThan, (id expected));
-EXPMatcherInterface(beLessThan, (id expected));
-
-#define beLessThan(expected) _beLessThan(EXPObjectify((expected)))
diff --git a/Pods/Expecta/Expecta/Matchers/EXPMatchers+beLessThan.m b/Pods/Expecta/Expecta/Matchers/EXPMatchers+beLessThan.m
deleted file mode 100644
index 39b68830..00000000
--- a/Pods/Expecta/Expecta/Matchers/EXPMatchers+beLessThan.m
+++ /dev/null
@@ -1,20 +0,0 @@
-#import "EXPMatchers+beLessThan.h"
-#import "EXPMatcherHelpers.h"
-
-EXPMatcherImplementationBegin(_beLessThan, (id expected)) {
- match(^BOOL{
- if ([actual respondsToSelector:@selector(compare:)]) {
- return [actual compare:expected] == NSOrderedAscending;
- }
- return NO;
- });
-
- failureMessageForTo(^NSString *{
- return [NSString stringWithFormat:@"expected: %@ to be less than %@", EXPDescribeObject(actual), EXPDescribeObject(expected)];
- });
-
- failureMessageForNotTo(^NSString *{
- return [NSString stringWithFormat:@"expected: %@ not to be less than %@", EXPDescribeObject(actual), EXPDescribeObject(expected)];
- });
-}
-EXPMatcherImplementationEnd
\ No newline at end of file
diff --git a/Pods/Expecta/Expecta/Matchers/EXPMatchers+beLessThanOrEqualTo.h b/Pods/Expecta/Expecta/Matchers/EXPMatchers+beLessThanOrEqualTo.h
deleted file mode 100644
index 2c313415..00000000
--- a/Pods/Expecta/Expecta/Matchers/EXPMatchers+beLessThanOrEqualTo.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#import "Expecta.h"
-
-EXPMatcherInterface(_beLessThanOrEqualTo, (id expected));
-EXPMatcherInterface(beLessThanOrEqualTo, (id expected));
-
-#define beLessThanOrEqualTo(expected) _beLessThanOrEqualTo(EXPObjectify((expected)))
diff --git a/Pods/Expecta/Expecta/Matchers/EXPMatchers+beLessThanOrEqualTo.m b/Pods/Expecta/Expecta/Matchers/EXPMatchers+beLessThanOrEqualTo.m
deleted file mode 100644
index 401c194b..00000000
--- a/Pods/Expecta/Expecta/Matchers/EXPMatchers+beLessThanOrEqualTo.m
+++ /dev/null
@@ -1,20 +0,0 @@
-#import "EXPMatchers+beLessThanOrEqualTo.h"
-#import "EXPMatcherHelpers.h"
-
-EXPMatcherImplementationBegin(_beLessThanOrEqualTo, (id expected)) {
- match(^BOOL{
- if ([actual respondsToSelector:@selector(compare:)]) {
- return [actual compare:expected] != NSOrderedDescending;
- }
- return NO;
- });
-
- failureMessageForTo(^NSString *{
- return [NSString stringWithFormat:@"expected: %@ to be less than or equal to %@", EXPDescribeObject(actual), EXPDescribeObject(expected)];
- });
-
- failureMessageForNotTo(^NSString *{
- return [NSString stringWithFormat:@"expected: %@ not to be less than or equal to %@", EXPDescribeObject(actual), EXPDescribeObject(expected)];
- });
-}
-EXPMatcherImplementationEnd
\ No newline at end of file
diff --git a/Pods/Expecta/Expecta/Matchers/EXPMatchers+beNil.h b/Pods/Expecta/Expecta/Matchers/EXPMatchers+beNil.h
deleted file mode 100644
index 6d781620..00000000
--- a/Pods/Expecta/Expecta/Matchers/EXPMatchers+beNil.h
+++ /dev/null
@@ -1,4 +0,0 @@
-#import "Expecta.h"
-
-EXPMatcherInterface(beNil, (void));
-EXPMatcherInterface(beNull, (void));
diff --git a/Pods/Expecta/Expecta/Matchers/EXPMatchers+beNil.m b/Pods/Expecta/Expecta/Matchers/EXPMatchers+beNil.m
deleted file mode 100644
index 161067ff..00000000
--- a/Pods/Expecta/Expecta/Matchers/EXPMatchers+beNil.m
+++ /dev/null
@@ -1,18 +0,0 @@
-#import "EXPMatchers+beNil.h"
-
-EXPMatcherImplementationBegin(beNil, (void)) {
- match(^BOOL{
- return actual == nil;
- });
-
- failureMessageForTo(^NSString *{
- return [NSString stringWithFormat:@"expected: nil/null, got: %@", EXPDescribeObject(actual)];
- });
-
- failureMessageForNotTo(^NSString *{
- return [NSString stringWithFormat:@"expected: not nil/null, got: %@", EXPDescribeObject(actual)];
- });
-}
-EXPMatcherImplementationEnd
-
-EXPMatcherAliasImplementation(beNull, beNil, (void));
diff --git a/Pods/Expecta/Expecta/Matchers/EXPMatchers+beSubclassOf.h b/Pods/Expecta/Expecta/Matchers/EXPMatchers+beSubclassOf.h
deleted file mode 100644
index 65401c59..00000000
--- a/Pods/Expecta/Expecta/Matchers/EXPMatchers+beSubclassOf.h
+++ /dev/null
@@ -1,4 +0,0 @@
-#import "Expecta.h"
-
-EXPMatcherInterface(beSubclassOf, (Class expected));
-EXPMatcherInterface(beASubclassOf, (Class expected));
diff --git a/Pods/Expecta/Expecta/Matchers/EXPMatchers+beSubclassOf.m b/Pods/Expecta/Expecta/Matchers/EXPMatchers+beSubclassOf.m
deleted file mode 100644
index d4976d58..00000000
--- a/Pods/Expecta/Expecta/Matchers/EXPMatchers+beSubclassOf.m
+++ /dev/null
@@ -1,29 +0,0 @@
-#import "EXPMatchers+beSubclassOf.h"
-#import "NSValue+Expecta.h"
-#import
-
-EXPMatcherImplementationBegin(beSubclassOf, (Class expected)) {
- __block BOOL actualIsClass = YES;
-
- prerequisite(^BOOL {
- actualIsClass = class_isMetaClass(object_getClass(actual));
- return actualIsClass;
- });
-
- match(^BOOL{
- return [actual isSubclassOfClass:expected];
- });
-
- failureMessageForTo(^NSString *{
- if(!actualIsClass) return @"the actual value is not a Class";
- return [NSString stringWithFormat:@"expected: a subclass of %@, got: a class %@, which is not a subclass of %@", [expected class], actual, [expected class]];
- });
-
- failureMessageForNotTo(^NSString *{
- if(!actualIsClass) return @"the actual value is not a Class";
- return [NSString stringWithFormat:@"expected: not a subclass of %@, got: a class %@, which is a subclass of %@", [expected class], actual, [expected class]];
- });
-}
-EXPMatcherImplementationEnd
-
-EXPMatcherAliasImplementation(beASubclassOf, beSubclassOf, (Class expected));
diff --git a/Pods/Expecta/Expecta/Matchers/EXPMatchers+beSupersetOf.h b/Pods/Expecta/Expecta/Matchers/EXPMatchers+beSupersetOf.h
deleted file mode 100644
index f9a47ba6..00000000
--- a/Pods/Expecta/Expecta/Matchers/EXPMatchers+beSupersetOf.h
+++ /dev/null
@@ -1,4 +0,0 @@
-#import "Expecta.h"
-
-EXPMatcherInterface(beSupersetOf, (id subset));
-
diff --git a/Pods/Expecta/Expecta/Matchers/EXPMatchers+beSupersetOf.m b/Pods/Expecta/Expecta/Matchers/EXPMatchers+beSupersetOf.m
deleted file mode 100644
index f4d05c09..00000000
--- a/Pods/Expecta/Expecta/Matchers/EXPMatchers+beSupersetOf.m
+++ /dev/null
@@ -1,62 +0,0 @@
-#import "EXPMatchers+contain.h"
-
-EXPMatcherImplementationBegin(beSupersetOf, (id subset)) {
- BOOL actualIsCompatible = [actual isKindOfClass:[NSDictionary class]] || [actual respondsToSelector:@selector(containsObject:)];
- BOOL subsetIsNil = (subset == nil);
-
- // For some instances the isKindOfClass: method returns false, even though
- // they are both actually dictionaries. e.g. Comparing a NSCFDictionary and a
- // NSDictionary.
- // Or in cases when you compare NSMutableArray (which implementation is __NSArrayM:NSMutableArray:NSArray)
- // and NSArray (which implementation is __NSArrayI:NSArray)
- BOOL bothAreIdenticalCollectionClasses = ([actual isKindOfClass:[NSDictionary class]] && [subset isKindOfClass:[NSDictionary class]]) ||
- ([actual isKindOfClass:[NSArray class]] && [subset isKindOfClass:[NSArray class]]) ||
- ([actual isKindOfClass:[NSSet class]] && [subset isKindOfClass:[NSSet class]]) ||
- ([actual isKindOfClass:[NSOrderedSet class]] && [subset isKindOfClass:[NSOrderedSet class]]);
-
- BOOL classMatches = bothAreIdenticalCollectionClasses || [subset isKindOfClass:[actual class]];
-
- prerequisite(^BOOL{
- return actualIsCompatible && !subsetIsNil && classMatches;
- });
-
- match(^BOOL{
- if(!actualIsCompatible) return NO;
-
- if([actual isKindOfClass:[NSDictionary class]]) {
- for (id key in subset) {
- id actualValue = [actual valueForKey:key];
- id subsetValue = [subset valueForKey:key];
-
- if (![subsetValue isEqual:actualValue]) return NO;
- }
- } else {
- for (id object in subset) {
- if (![actual containsObject:object]) return NO;
- }
- }
-
- return YES;
- });
-
- failureMessageForTo(^NSString *{
- if(!actualIsCompatible) return [NSString stringWithFormat:@"%@ is not an instance of NSDictionary and does not implement -containsObject:", EXPDescribeObject(actual)];
-
- if(subsetIsNil) return @"the expected value is nil/null";
-
- if(!classMatches) return [NSString stringWithFormat:@"%@ does not match the class of %@", EXPDescribeObject(subset), EXPDescribeObject(actual)];
-
- return [NSString stringWithFormat:@"expected %@ to be a superset of %@", EXPDescribeObject(actual), EXPDescribeObject(subset)];
- });
-
- failureMessageForNotTo(^NSString *{
- if(!actualIsCompatible) return [NSString stringWithFormat:@"%@ is not an instance of NSDictionary and does not implement -containsObject:", EXPDescribeObject(actual)];
-
- if(subsetIsNil) return @"the expected value is nil/null";
-
- if(!classMatches) return [NSString stringWithFormat:@"%@ does not match the class of %@", EXPDescribeObject(subset), EXPDescribeObject(actual)];
-
- return [NSString stringWithFormat:@"expected %@ not to be a superset of %@", EXPDescribeObject(actual), EXPDescribeObject(subset)];
- });
-}
-EXPMatcherImplementationEnd
diff --git a/Pods/Expecta/Expecta/Matchers/EXPMatchers+beTruthy.h b/Pods/Expecta/Expecta/Matchers/EXPMatchers+beTruthy.h
deleted file mode 100644
index 1e4e78f9..00000000
--- a/Pods/Expecta/Expecta/Matchers/EXPMatchers+beTruthy.h
+++ /dev/null
@@ -1,3 +0,0 @@
-#import "Expecta.h"
-
-EXPMatcherInterface(beTruthy, (void));
diff --git a/Pods/Expecta/Expecta/Matchers/EXPMatchers+beTruthy.m b/Pods/Expecta/Expecta/Matchers/EXPMatchers+beTruthy.m
deleted file mode 100644
index 02fa6e79..00000000
--- a/Pods/Expecta/Expecta/Matchers/EXPMatchers+beTruthy.m
+++ /dev/null
@@ -1,24 +0,0 @@
-#import "EXPMatchers+beTruthy.h"
-#import "EXPMatcherHelpers.h"
-
-EXPMatcherImplementationBegin(beTruthy, (void)) {
- match(^BOOL{
- if([actual isKindOfClass:[NSNumber class]]) {
- return !![(NSNumber *)actual boolValue];
- } else if([actual isKindOfClass:[NSValue class]]) {
- if(EXPIsValuePointer((NSValue *)actual)) {
- return !![(NSValue *)actual pointerValue];
- }
- }
- return !!actual;
- });
-
- failureMessageForTo(^NSString *{
- return [NSString stringWithFormat:@"expected: a truthy value, got: %@, which is falsy", EXPDescribeObject(actual)];
- });
-
- failureMessageForNotTo(^NSString *{
- return [NSString stringWithFormat:@"expected: a non-truthy value, got: %@, which is truthy", EXPDescribeObject(actual)];
- });
-}
-EXPMatcherImplementationEnd
diff --git a/Pods/Expecta/Expecta/Matchers/EXPMatchers+beginWith.h b/Pods/Expecta/Expecta/Matchers/EXPMatchers+beginWith.h
deleted file mode 100644
index 07ddd6c2..00000000
--- a/Pods/Expecta/Expecta/Matchers/EXPMatchers+beginWith.h
+++ /dev/null
@@ -1,4 +0,0 @@
-#import "Expecta.h"
-
-EXPMatcherInterface(beginWith, (id expected));
-EXPMatcherInterface(startWith, (id expected));
diff --git a/Pods/Expecta/Expecta/Matchers/EXPMatchers+beginWith.m b/Pods/Expecta/Expecta/Matchers/EXPMatchers+beginWith.m
deleted file mode 100644
index a7c9e599..00000000
--- a/Pods/Expecta/Expecta/Matchers/EXPMatchers+beginWith.m
+++ /dev/null
@@ -1,51 +0,0 @@
-#import "EXPMatchers+beginWith.h"
-
-EXPMatcherImplementationBegin(beginWith, (id expected)) {
- BOOL actualIsNil = (actual == nil);
- BOOL expectedIsNil = (expected == nil);
- //This condition allows the comparison of an immutable string or ordered collection to the mutable type of the same
- BOOL actualAndExpectedAreCompatible = (([actual isKindOfClass:[NSString class]] && [expected isKindOfClass:[NSString class]])
- || ([actual isKindOfClass:[NSArray class]] && [expected isKindOfClass:[NSArray class]])
- || ([actual isKindOfClass:[NSOrderedSet class]] && [expected isKindOfClass:[NSOrderedSet class]]));
-
- prerequisite(^BOOL {
- return actualAndExpectedAreCompatible;
- });
-
- match(^BOOL {
- if ([actual isKindOfClass:[NSString class]]) {
- return [actual hasPrefix:expected];
- } else if ([actual isKindOfClass:[NSArray class]]) {
- if ([expected count] > [actual count] || [expected count] == 0) {
- return NO;
- }
- NSArray *subArray = [actual subarrayWithRange:NSMakeRange(0, [expected count])];
- return [subArray isEqualToArray:expected];
- } else {
- if ([expected count] > [actual count] || [expected count] == 0) {
- return NO;
- }
-
- NSOrderedSet *subset = [NSOrderedSet orderedSetWithOrderedSet:actual range:NSMakeRange(0, [expected count]) copyItems:NO];
- return [subset isEqualToOrderedSet:expected];
- }
- });
-
- failureMessageForTo(^NSString *{
- if (actualIsNil) return @"the object is nil/null";
- if (expectedIsNil) return @"the expected value is nil/null";
- if (!actualAndExpectedAreCompatible) return [NSString stringWithFormat:@"%@ and %@ are not instances of one of %@, %@, or %@", EXPDescribeObject(actual), EXPDescribeObject(expected), [NSString class], [NSArray class], [NSOrderedSet class]];
- return [NSString stringWithFormat:@"expected: %@ to begin with %@", EXPDescribeObject(actual), EXPDescribeObject(expected)];
- });
-
- failureMessageForNotTo(^NSString *{
- if (actualIsNil) return @"the object is nil/null";
- if (expectedIsNil) return @"the expected value is nil/null";
- if (!actualAndExpectedAreCompatible) return [NSString stringWithFormat:@"%@ and %@ are not instances of one of %@, %@, or %@", EXPDescribeObject(actual), EXPDescribeObject(expected), [NSString class], [NSArray class], [NSOrderedSet class]];
-
- return [NSString stringWithFormat:@"expected: %@ not to begin with %@", EXPDescribeObject(actual), EXPDescribeObject(expected)];
- });
-}
-EXPMatcherImplementationEnd
-
-EXPMatcherAliasImplementation(startWith, beginWith, (id expected));
diff --git a/Pods/Expecta/Expecta/Matchers/EXPMatchers+conformTo.h b/Pods/Expecta/Expecta/Matchers/EXPMatchers+conformTo.h
deleted file mode 100644
index efc7b982..00000000
--- a/Pods/Expecta/Expecta/Matchers/EXPMatchers+conformTo.h
+++ /dev/null
@@ -1,3 +0,0 @@
-#import "Expecta.h"
-
-EXPMatcherInterface(conformTo, (Protocol *expected));
diff --git a/Pods/Expecta/Expecta/Matchers/EXPMatchers+conformTo.m b/Pods/Expecta/Expecta/Matchers/EXPMatchers+conformTo.m
deleted file mode 100644
index b88014d6..00000000
--- a/Pods/Expecta/Expecta/Matchers/EXPMatchers+conformTo.m
+++ /dev/null
@@ -1,33 +0,0 @@
-#import "EXPMatchers+conformTo.h"
-#import "NSValue+Expecta.h"
-#import
-
-EXPMatcherImplementationBegin(conformTo, (Protocol *expected)) {
- BOOL actualIsNil = (actual == nil);
- BOOL expectedIsNil = (expected == nil);
-
- prerequisite(^BOOL{
- return !(actualIsNil || expectedIsNil);
- });
-
- match(^BOOL{
- return [actual conformsToProtocol:expected];
- });
-
- failureMessageForTo(^NSString *{
- if(actualIsNil) return @"the object is nil/null";
- if(expectedIsNil) return @"the protocol is nil/null";
-
- NSString *name = NSStringFromProtocol(expected);
- return [NSString stringWithFormat:@"expected: %@ to conform to %@", actual, name];
- });
-
- failureMessageForNotTo(^NSString *{
- if(actualIsNil) return @"the object is nil/null";
- if(expectedIsNil) return @"the protocol is nil/null";
-
- NSString *name = NSStringFromProtocol(expected);
- return [NSString stringWithFormat:@"expected: %@ not to conform to %@", actual, name];
- });
-}
-EXPMatcherImplementationEnd
diff --git a/Pods/Expecta/Expecta/Matchers/EXPMatchers+contain.h b/Pods/Expecta/Expecta/Matchers/EXPMatchers+contain.h
deleted file mode 100644
index 58031461..00000000
--- a/Pods/Expecta/Expecta/Matchers/EXPMatchers+contain.h
+++ /dev/null
@@ -1,5 +0,0 @@
-#import "Expecta.h"
-
-EXPMatcherInterface(_contain, (id expected));
-EXPMatcherInterface(contain, (id expected)); // to aid code completion
-#define contain(expected) _contain(EXPObjectify((expected)))
diff --git a/Pods/Expecta/Expecta/Matchers/EXPMatchers+contain.m b/Pods/Expecta/Expecta/Matchers/EXPMatchers+contain.m
deleted file mode 100644
index b8a6f869..00000000
--- a/Pods/Expecta/Expecta/Matchers/EXPMatchers+contain.m
+++ /dev/null
@@ -1,38 +0,0 @@
-#import "EXPMatchers+contain.h"
-
-EXPMatcherImplementationBegin(_contain, (id expected)) {
- BOOL actualIsCompatible = [actual isKindOfClass:[NSString class]] || [actual conformsToProtocol:@protocol(NSFastEnumeration)];
- BOOL expectedIsNil = (expected == nil);
-
- prerequisite(^BOOL{
- return actualIsCompatible && !expectedIsNil;
- });
-
- match(^BOOL{
- if(actualIsCompatible) {
- if([actual isKindOfClass:[NSString class]]) {
- return [(NSString *)actual rangeOfString:[expected description]].location != NSNotFound;
- } else {
- for (id object in actual) {
- if ([object isEqual:expected]) {
- return YES;
- }
- }
- }
- }
- return NO;
- });
-
- failureMessageForTo(^NSString *{
- if(!actualIsCompatible) return [NSString stringWithFormat:@"%@ is not an instance of NSString or NSFastEnumeration", EXPDescribeObject(actual)];
- if(expectedIsNil) return @"the expected value is nil/null";
- return [NSString stringWithFormat:@"expected %@ to contain %@", EXPDescribeObject(actual), EXPDescribeObject(expected)];
- });
-
- failureMessageForNotTo(^NSString *{
- if(!actualIsCompatible) return [NSString stringWithFormat:@"%@ is not an instance of NSString or NSFastEnumeration", EXPDescribeObject(actual)];
- if(expectedIsNil) return @"the expected value is nil/null";
- return [NSString stringWithFormat:@"expected %@ not to contain %@", EXPDescribeObject(actual), EXPDescribeObject(expected)];
- });
-}
-EXPMatcherImplementationEnd
diff --git a/Pods/Expecta/Expecta/Matchers/EXPMatchers+endWith.h b/Pods/Expecta/Expecta/Matchers/EXPMatchers+endWith.h
deleted file mode 100644
index 228cea95..00000000
--- a/Pods/Expecta/Expecta/Matchers/EXPMatchers+endWith.h
+++ /dev/null
@@ -1,3 +0,0 @@
-#import "Expecta.h"
-
-EXPMatcherInterface(endWith, (id expected));
diff --git a/Pods/Expecta/Expecta/Matchers/EXPMatchers+endWith.m b/Pods/Expecta/Expecta/Matchers/EXPMatchers+endWith.m
deleted file mode 100644
index f34bd900..00000000
--- a/Pods/Expecta/Expecta/Matchers/EXPMatchers+endWith.m
+++ /dev/null
@@ -1,49 +0,0 @@
-#import "EXPMatchers+endWith.h"
-
-EXPMatcherImplementationBegin(endWith, (id expected)) {
- BOOL actualIsNil = (actual == nil);
- BOOL expectedIsNil = (expected == nil);
- //This condition allows the comparison of an immutable string or ordered collection to the mutable type of the same
- BOOL actualAndExpectedAreCompatible = (([actual isKindOfClass:[NSString class]] && [expected isKindOfClass:[NSString class]])
- || ([actual isKindOfClass:[NSArray class]] && [expected isKindOfClass:[NSArray class]])
- || ([actual isKindOfClass:[NSOrderedSet class]] && [expected isKindOfClass:[NSOrderedSet class]]));
-
- prerequisite(^BOOL {
- return actualAndExpectedAreCompatible;
- });
-
- match(^BOOL {
- if ([actual isKindOfClass:[NSString class]]) {
- return [actual hasSuffix:expected];
- } else if ([actual isKindOfClass:[NSArray class]]) {
- if ([expected count] > [actual count] || [expected count] == 0) {
- return NO;
- }
- NSArray *subArray = [actual subarrayWithRange:NSMakeRange([actual count] - [expected count], [expected count])];
- return [subArray isEqualToArray:expected];
- } else {
- if ([expected count] > [actual count] || [expected count] == 0) {
- return NO;
- }
-
- NSOrderedSet *subset = [NSOrderedSet orderedSetWithOrderedSet:actual range:NSMakeRange([actual count] - [expected count], [expected count]) copyItems:NO];
- return [subset isEqualToOrderedSet:expected];
- }
- });
-
- failureMessageForTo(^NSString *{
- if (actualIsNil) return @"the object is nil/null";
- if (expectedIsNil) return @"the expected value is nil/null";
- if (!actualAndExpectedAreCompatible) return [NSString stringWithFormat:@"%@ and %@ are not instances of one of %@, %@, or %@", EXPDescribeObject(actual), EXPDescribeObject(expected), [NSString class], [NSArray class], [NSOrderedSet class]];
- return [NSString stringWithFormat:@"expected: %@ to end with %@", EXPDescribeObject(actual), EXPDescribeObject(expected)];
- });
-
- failureMessageForNotTo(^NSString *{
- if (actualIsNil) return @"the object is nil/null";
- if (expectedIsNil) return @"the expected value is nil/null";
- if (!actualAndExpectedAreCompatible) return [NSString stringWithFormat:@"%@ and %@ are not instances of one of %@, %@, or %@", EXPDescribeObject(actual), EXPDescribeObject(expected), [NSString class], [NSArray class], [NSOrderedSet class]];
-
- return [NSString stringWithFormat:@"expected: %@ not to end with %@", EXPDescribeObject(actual), EXPDescribeObject(expected)];
- });
-}
-EXPMatcherImplementationEnd
diff --git a/Pods/Expecta/Expecta/Matchers/EXPMatchers+equal.h b/Pods/Expecta/Expecta/Matchers/EXPMatchers+equal.h
deleted file mode 100644
index b4047c0e..00000000
--- a/Pods/Expecta/Expecta/Matchers/EXPMatchers+equal.h
+++ /dev/null
@@ -1,5 +0,0 @@
-#import "Expecta.h"
-
-EXPMatcherInterface(_equal, (id expected));
-EXPMatcherInterface(equal, (id expected)); // to aid code completion
-#define equal(...) _equal(EXPObjectify((__VA_ARGS__)))
diff --git a/Pods/Expecta/Expecta/Matchers/EXPMatchers+equal.m b/Pods/Expecta/Expecta/Matchers/EXPMatchers+equal.m
deleted file mode 100644
index 0dc4d33d..00000000
--- a/Pods/Expecta/Expecta/Matchers/EXPMatchers+equal.m
+++ /dev/null
@@ -1,38 +0,0 @@
-#import "EXPMatchers+equal.h"
-#import "EXPMatcherHelpers.h"
-
-EXPMatcherImplementationBegin(_equal, (id expected)) {
- match(^BOOL{
- if((actual == expected) || [actual isEqual:expected]) {
- return YES;
- } else if([actual isKindOfClass:[NSNumber class]] && [expected isKindOfClass:[NSNumber class]]) {
- if([actual isKindOfClass:[NSDecimalNumber class]] || [expected isKindOfClass:[NSDecimalNumber class]]) {
- NSDecimalNumber *actualDecimalNumber = [NSDecimalNumber decimalNumberWithDecimal:[(NSNumber *) actual decimalValue]];
- NSDecimalNumber *expectedDecimalNumber = [NSDecimalNumber decimalNumberWithDecimal:[(NSNumber *) expected decimalValue]];
- return [actualDecimalNumber isEqualToNumber:expectedDecimalNumber];
- }
- else {
- if(EXPIsNumberFloat((NSNumber *)actual) || EXPIsNumberFloat((NSNumber *)expected)) {
- return [(NSNumber *)actual floatValue] == [(NSNumber *)expected floatValue];
- }
- }
- }
- return NO;
- });
-
- failureMessageForTo(^NSString *{
- NSString *expectedDescription = EXPDescribeObject(expected);
- NSString *actualDescription = EXPDescribeObject(actual);
-
- if (![expectedDescription isEqualToString:actualDescription]) {
- return [NSString stringWithFormat:@"expected: %@, got: %@", EXPDescribeObject(expected), EXPDescribeObject(actual)];
- } else {
- return [NSString stringWithFormat:@"expected (%@): %@, got (%@): %@", NSStringFromClass([expected class]), EXPDescribeObject(expected), NSStringFromClass([actual class]), EXPDescribeObject(actual)];
- }
- });
-
- failureMessageForNotTo(^NSString *{
- return [NSString stringWithFormat:@"expected: not %@, got: %@", EXPDescribeObject(expected), EXPDescribeObject(actual)];
- });
-}
-EXPMatcherImplementationEnd
diff --git a/Pods/Expecta/Expecta/Matchers/EXPMatchers+haveCountOf.h b/Pods/Expecta/Expecta/Matchers/EXPMatchers+haveCountOf.h
deleted file mode 100644
index 2e9aef57..00000000
--- a/Pods/Expecta/Expecta/Matchers/EXPMatchers+haveCountOf.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#import "Expecta.h"
-
-EXPMatcherInterface(haveCountOf, (NSUInteger expected));
-EXPMatcherInterface(haveCount, (NSUInteger expected));
-EXPMatcherInterface(haveACountOf, (NSUInteger expected));
-EXPMatcherInterface(haveLength, (NSUInteger expected));
-EXPMatcherInterface(haveLengthOf, (NSUInteger expected));
-EXPMatcherInterface(haveALengthOf, (NSUInteger expected));
-
-#define beEmpty() haveCountOf(0)
diff --git a/Pods/Expecta/Expecta/Matchers/EXPMatchers+haveCountOf.m b/Pods/Expecta/Expecta/Matchers/EXPMatchers+haveCountOf.m
deleted file mode 100644
index ecc48317..00000000
--- a/Pods/Expecta/Expecta/Matchers/EXPMatchers+haveCountOf.m
+++ /dev/null
@@ -1,42 +0,0 @@
-#import "EXPMatchers+haveCountOf.h"
-
-EXPMatcherImplementationBegin(haveCountOf, (NSUInteger expected)) {
- BOOL actualIsStringy = [actual isKindOfClass:[NSString class]] || [actual isKindOfClass:[NSAttributedString class]];
- BOOL actualIsCompatible = actualIsStringy || [actual respondsToSelector:@selector(count)];
-
- prerequisite(^BOOL{
- return actualIsCompatible;
- });
-
- NSUInteger (^count)(id) = ^(id actual) {
- if(actualIsStringy) {
- return [actual length];
- } else {
- return [actual count];
- }
- };
-
- match(^BOOL{
- if(actualIsCompatible) {
- return count(actual) == expected;
- }
- return NO;
- });
-
- failureMessageForTo(^NSString *{
- if(!actualIsCompatible) return [NSString stringWithFormat:@"%@ is not an instance of NSString, NSAttributedString, NSArray, NSSet, NSOrderedSet, or NSDictionary", EXPDescribeObject(actual)];
- return [NSString stringWithFormat:@"expected %@ to have a count of %zi but got %zi", EXPDescribeObject(actual), expected, count(actual)];
- });
-
- failureMessageForNotTo(^NSString *{
- if(!actualIsCompatible) return [NSString stringWithFormat:@"%@ is not an instance of NSString, NSAttributedString, NSArray, NSSet, NSOrderedSet, or NSDictionary", EXPDescribeObject(actual)];
- return [NSString stringWithFormat:@"expected %@ not to have a count of %zi", EXPDescribeObject(actual), expected];
- });
-}
-EXPMatcherImplementationEnd
-
-EXPMatcherAliasImplementation(haveCount, haveCountOf, (NSUInteger expected));
-EXPMatcherAliasImplementation(haveACountOf, haveCountOf, (NSUInteger expected));
-EXPMatcherAliasImplementation(haveLength, haveCountOf, (NSUInteger expected));
-EXPMatcherAliasImplementation(haveLengthOf, haveCountOf, (NSUInteger expected));
-EXPMatcherAliasImplementation(haveALengthOf, haveCountOf, (NSUInteger expected));
diff --git a/Pods/Expecta/Expecta/Matchers/EXPMatchers+match.h b/Pods/Expecta/Expecta/Matchers/EXPMatchers+match.h
deleted file mode 100644
index 4f0e8e47..00000000
--- a/Pods/Expecta/Expecta/Matchers/EXPMatchers+match.h
+++ /dev/null
@@ -1,3 +0,0 @@
-#import "Expecta.h"
-
-EXPMatcherInterface(match, (NSString *expected));
diff --git a/Pods/Expecta/Expecta/Matchers/EXPMatchers+match.m b/Pods/Expecta/Expecta/Matchers/EXPMatchers+match.m
deleted file mode 100644
index a2174673..00000000
--- a/Pods/Expecta/Expecta/Matchers/EXPMatchers+match.m
+++ /dev/null
@@ -1,38 +0,0 @@
-#import "EXPMatchers+match.h"
-#import "EXPMatcherHelpers.h"
-
-EXPMatcherImplementationBegin(match, (NSString *expected)) {
- BOOL actualIsNil = (actual == nil);
- BOOL expectedIsNil = (expected == nil);
-
- __block NSRegularExpression *regex = nil;
- __block NSError *regexError = nil;
-
- prerequisite (^BOOL {
- BOOL nilInput = (actualIsNil || expectedIsNil);
- if (!nilInput) {
- regex = [NSRegularExpression regularExpressionWithPattern:expected options:0 error:®exError];
- }
- return !nilInput && regex;
- });
-
- match(^BOOL {
- NSRange range = [regex rangeOfFirstMatchInString:actual options:0 range:NSMakeRange(0, [actual length])];
- return !NSEqualRanges(range, NSMakeRange(NSNotFound, 0));
- });
-
- failureMessageForTo(^NSString *{
- if (actualIsNil) return @"the object is nil/null";
- if (expectedIsNil) return @"the expression is nil/null";
- if (regexError) return [NSString stringWithFormat:@"unable to create regular expression from given parameter: %@", [regexError localizedDescription]];
- return [NSString stringWithFormat:@"expected: %@ to match to %@", EXPDescribeObject(actual), expected];
- });
-
- failureMessageForNotTo(^NSString *{
- if (actualIsNil) return @"the object is nil/null";
- if (expectedIsNil) return @"the expression is nil/null";
- if (regexError) return [NSString stringWithFormat:@"unable to create regular expression from given parameter: %@", [regexError localizedDescription]];
- return [NSString stringWithFormat:@"expected: %@ not to match to %@", EXPDescribeObject(actual), expected];
- });
-}
-EXPMatcherImplementationEnd
diff --git a/Pods/Expecta/Expecta/Matchers/EXPMatchers+postNotification.h b/Pods/Expecta/Expecta/Matchers/EXPMatchers+postNotification.h
deleted file mode 100644
index cdba4a34..00000000
--- a/Pods/Expecta/Expecta/Matchers/EXPMatchers+postNotification.h
+++ /dev/null
@@ -1,4 +0,0 @@
-#import "Expecta.h"
-
-EXPMatcherInterface(postNotification, (id expectedNotification));
-EXPMatcherInterface(notify, (id expectedNotification));
diff --git a/Pods/Expecta/Expecta/Matchers/EXPMatchers+postNotification.m b/Pods/Expecta/Expecta/Matchers/EXPMatchers+postNotification.m
deleted file mode 100644
index 6e517c41..00000000
--- a/Pods/Expecta/Expecta/Matchers/EXPMatchers+postNotification.m
+++ /dev/null
@@ -1,88 +0,0 @@
-#import "EXPMatchers+postNotification.h"
-
-@implementation NSNotification (EXPEquality)
-
-- (BOOL)exp_isFunctionallyEqualTo:(NSNotification *)otherNotification
-{
- if (![otherNotification isKindOfClass:[NSNotification class]]) return NO;
-
- BOOL namesMatch = [otherNotification.name isEqualToString:self.name];
-
- BOOL objectsMatch = YES;
- if (otherNotification.object || self.object) {
- objectsMatch = [otherNotification.object isEqual:self.object];
- }
-
- BOOL userInfoMatches = YES;
- if (otherNotification.userInfo || self.userInfo) {
- userInfoMatches = [otherNotification.userInfo isEqual:self.userInfo];
- }
-
- return (namesMatch && objectsMatch && userInfoMatches);
-}
-
-@end
-
-EXPMatcherImplementationBegin(postNotification, (id expected)){
- BOOL actualIsNil = (actual == nil);
- BOOL expectedIsNil = (expected == nil);
- BOOL isNotification = [expected isKindOfClass:[NSNotification class]];
- BOOL isName = [expected isKindOfClass:[NSString class]];
-
- __block NSString *expectedName;
- __block BOOL expectedNotificationOccurred = NO;
- __block id observer;
-
- prerequisite(^BOOL{
- expectedNotificationOccurred = NO;
- if (actualIsNil || expectedIsNil) return NO;
- if (isNotification) {
- expectedName = [expected name];
- }else if(isName) {
- expectedName = expected;
- }else{
- return NO;
- }
-
- observer = [[NSNotificationCenter defaultCenter] addObserverForName:expectedName object:nil queue:nil usingBlock:^(NSNotification *note){
- if (isNotification) {
- expectedNotificationOccurred |= [expected exp_isFunctionallyEqualTo:note];
- }else{
- expectedNotificationOccurred = YES;
- }
- }];
- ((EXPBasicBlock)actual)();
- return YES;
- });
-
- match(^BOOL{
- if(expectedNotificationOccurred) {
- [[NSNotificationCenter defaultCenter] removeObserver:observer];
- }
- return expectedNotificationOccurred;
- });
-
- failureMessageForTo(^NSString *{
- if (observer) {
- [[NSNotificationCenter defaultCenter] removeObserver:observer];
- }
- if(actualIsNil) return @"the actual value is nil/null";
- if(expectedIsNil) return @"the expected value is nil/null";
- if(!(isNotification || isName)) return @"the actual value is not a notification or string";
- return [NSString stringWithFormat:@"expected: %@, got: none",expectedName];
- });
-
- failureMessageForNotTo(^NSString *{
- if (observer) {
- [[NSNotificationCenter defaultCenter] removeObserver:observer];
- }
- if(actualIsNil) return @"the actual value is nil/null";
- if(expectedIsNil) return @"the expected value is nil/null";
- if(!(isNotification || isName)) return @"the actual value is not a notification or string";
- return [NSString stringWithFormat:@"expected: none, got: %@", expectedName];
- });
-}
-
-EXPMatcherImplementationEnd
-
-EXPMatcherAliasImplementation(notify, postNotification, (id expectedNotification))
diff --git a/Pods/Expecta/Expecta/Matchers/EXPMatchers+raise.h b/Pods/Expecta/Expecta/Matchers/EXPMatchers+raise.h
deleted file mode 100644
index 1f7fae02..00000000
--- a/Pods/Expecta/Expecta/Matchers/EXPMatchers+raise.h
+++ /dev/null
@@ -1,4 +0,0 @@
-#import "Expecta.h"
-
-EXPMatcherInterface(raise, (NSString *expectedExceptionName));
-#define raiseAny() raise(nil)
diff --git a/Pods/Expecta/Expecta/Matchers/EXPMatchers+raise.m b/Pods/Expecta/Expecta/Matchers/EXPMatchers+raise.m
deleted file mode 100644
index 26f3c55f..00000000
--- a/Pods/Expecta/Expecta/Matchers/EXPMatchers+raise.m
+++ /dev/null
@@ -1,30 +0,0 @@
-#import "EXPMatchers+raise.h"
-#import "EXPDefines.h"
-
-EXPMatcherImplementationBegin(raise, (NSString *expectedExceptionName)) {
- __block NSException *exceptionCaught = nil;
-
- match(^BOOL{
- BOOL expectedExceptionCaught = NO;
- @try {
- ((EXPBasicBlock)actual)();
- } @catch(NSException *e) {
- exceptionCaught = e;
- expectedExceptionCaught = (expectedExceptionName == nil) || [[exceptionCaught name] isEqualToString:expectedExceptionName];
- }
- return expectedExceptionCaught;
- });
-
- failureMessageForTo(^NSString *{
- return [NSString stringWithFormat:@"expected: %@, got: %@",
- expectedExceptionName ? expectedExceptionName : @"any exception",
- exceptionCaught ? [exceptionCaught name] : @"no exception"];
- });
-
- failureMessageForNotTo(^NSString *{
- return [NSString stringWithFormat:@"expected: %@, got: %@",
- expectedExceptionName ? [NSString stringWithFormat:@"not %@", expectedExceptionName] : @"no exception",
- exceptionCaught ? [exceptionCaught name] : @"no exception"];
- });
-}
-EXPMatcherImplementationEnd
diff --git a/Pods/Expecta/Expecta/Matchers/EXPMatchers+raiseWithReason.h b/Pods/Expecta/Expecta/Matchers/EXPMatchers+raiseWithReason.h
deleted file mode 100644
index 2cf5a5d2..00000000
--- a/Pods/Expecta/Expecta/Matchers/EXPMatchers+raiseWithReason.h
+++ /dev/null
@@ -1,3 +0,0 @@
-#import "Expecta.h"
-
-EXPMatcherInterface(raiseWithReason, (NSString *expectedExceptionName, NSString *expectedReason));
diff --git a/Pods/Expecta/Expecta/Matchers/EXPMatchers+raiseWithReason.m b/Pods/Expecta/Expecta/Matchers/EXPMatchers+raiseWithReason.m
deleted file mode 100644
index 3943d383..00000000
--- a/Pods/Expecta/Expecta/Matchers/EXPMatchers+raiseWithReason.m
+++ /dev/null
@@ -1,35 +0,0 @@
-#import "EXPMatchers+raiseWithReason.h"
-#import "EXPDefines.h"
-
-EXPMatcherImplementationBegin(raiseWithReason, (NSString *expectedExceptionName, NSString *expectedReason)) {
- __block NSException *exceptionCaught = nil;
-
- match(^BOOL{
- BOOL expectedExceptionCaught = NO;
- @try {
- ((EXPBasicBlock)actual)();
- } @catch(NSException *e) {
- exceptionCaught = e;
- expectedExceptionCaught = (((expectedExceptionName == nil) || [[exceptionCaught name] isEqualToString:expectedExceptionName]) &&
- ((expectedReason == nil) || ([[exceptionCaught reason] isEqualToString:expectedReason])));
- }
- return expectedExceptionCaught;
- });
-
- failureMessageForTo(^NSString *{
- return [NSString stringWithFormat:@"expected: %@ (%@), got: %@ (%@)",
- expectedExceptionName ?: @"any exception",
- expectedReason ?: @"any reason",
- exceptionCaught ? [exceptionCaught name] : @"no exception",
- exceptionCaught ? [exceptionCaught reason] : @""];
- });
-
- failureMessageForNotTo(^NSString *{
- return [NSString stringWithFormat:@"expected: %@ (%@), got: %@ (%@)",
- expectedExceptionName ? [NSString stringWithFormat:@"not %@", expectedExceptionName] : @"no exception",
- expectedReason ? [NSString stringWithFormat:@"not '%@'", expectedReason] : @"no reason",
- exceptionCaught ? [exceptionCaught name] : @"no exception",
- exceptionCaught ? [exceptionCaught reason] : @"no reason"];
- });
-}
-EXPMatcherImplementationEnd
diff --git a/Pods/Expecta/Expecta/Matchers/EXPMatchers+respondTo.h b/Pods/Expecta/Expecta/Matchers/EXPMatchers+respondTo.h
deleted file mode 100644
index 279131dd..00000000
--- a/Pods/Expecta/Expecta/Matchers/EXPMatchers+respondTo.h
+++ /dev/null
@@ -1,3 +0,0 @@
-#import "Expecta.h"
-
-EXPMatcherInterface(respondTo, (SEL expected));
diff --git a/Pods/Expecta/Expecta/Matchers/EXPMatchers+respondTo.m b/Pods/Expecta/Expecta/Matchers/EXPMatchers+respondTo.m
deleted file mode 100644
index d294113f..00000000
--- a/Pods/Expecta/Expecta/Matchers/EXPMatchers+respondTo.m
+++ /dev/null
@@ -1,28 +0,0 @@
-#import "EXPMatchers+respondTo.h"
-#import "EXPMatcherHelpers.h"
-
-EXPMatcherImplementationBegin(respondTo, (SEL expected)) {
- BOOL actualIsNil = (actual == nil);
- BOOL expectedIsNull = (expected == NULL);
-
- prerequisite (^BOOL {
- return !(actualIsNil || expectedIsNull);
- });
-
- match(^BOOL {
- return [actual respondsToSelector:expected];
- });
-
- failureMessageForTo(^NSString *{
- if (actualIsNil) return @"the object is nil/null";
- if (expectedIsNull) return @"the selector is null";
- return [NSString stringWithFormat:@"expected: %@ to respond to %@", EXPDescribeObject(actual), NSStringFromSelector(expected)];
- });
-
- failureMessageForNotTo(^NSString *{
- if (actualIsNil) return @"the object is nil/null";
- if (expectedIsNull) return @"the selector is null";
- return [NSString stringWithFormat:@"expected: %@ not to respond to %@", EXPDescribeObject(actual), NSStringFromSelector(expected)];
- });
-}
-EXPMatcherImplementationEnd
diff --git a/Pods/Expecta/Expecta/Matchers/EXPMatchers.h b/Pods/Expecta/Expecta/Matchers/EXPMatchers.h
deleted file mode 100644
index ed6ef85f..00000000
--- a/Pods/Expecta/Expecta/Matchers/EXPMatchers.h
+++ /dev/null
@@ -1,25 +0,0 @@
-#import "EXPMatchers+beNil.h"
-#import "EXPMatchers+equal.h"
-#import "EXPMatchers+beInstanceOf.h"
-#import "EXPMatchers+beKindOf.h"
-#import "EXPMatchers+beSubclassOf.h"
-#import "EXPMatchers+conformTo.h"
-#import "EXPMatchers+beTruthy.h"
-#import "EXPMatchers+beFalsy.h"
-#import "EXPMatchers+contain.h"
-#import "EXPMatchers+beSupersetOf.h"
-#import "EXPMatchers+haveCountOf.h"
-#import "EXPMatchers+beIdenticalTo.h"
-#import "EXPMatchers+beGreaterThan.h"
-#import "EXPMatchers+beGreaterThanOrEqualTo.h"
-#import "EXPMatchers+beLessThan.h"
-#import "EXPMatchers+beLessThanOrEqualTo.h"
-#import "EXPMatchers+beInTheRangeOf.h"
-#import "EXPMatchers+beCloseTo.h"
-#import "EXPMatchers+raise.h"
-#import "EXPMatchers+raiseWithReason.h"
-#import "EXPMatchers+respondTo.h"
-#import "EXPMatchers+postNotification.h"
-#import "EXPMatchers+beginWith.h"
-#import "EXPMatchers+endWith.h"
-#import "EXPMatchers+match.h"
diff --git a/Pods/Expecta/Expecta/NSObject+Expecta.h b/Pods/Expecta/Expecta/NSObject+Expecta.h
deleted file mode 100644
index 5920e311..00000000
--- a/Pods/Expecta/Expecta/NSObject+Expecta.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#import
-
-@interface NSObject (Expecta)
-
-- (void)recordFailureWithDescription:(NSString *)description
- inFile:(NSString *)filename
- atLine:(NSUInteger)lineNumber
- expected:(BOOL)expected;
-
-@end
diff --git a/Pods/Expecta/Expecta/NSValue+Expecta.h b/Pods/Expecta/Expecta/NSValue+Expecta.h
deleted file mode 100644
index e8ff6a4c..00000000
--- a/Pods/Expecta/Expecta/NSValue+Expecta.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#import
-
-@interface NSValue (Expecta)
-
-@property (nonatomic) const char *_EXP_objCType;
-
-@end
diff --git a/Pods/Expecta/Expecta/NSValue+Expecta.m b/Pods/Expecta/Expecta/NSValue+Expecta.m
deleted file mode 100644
index f6609964..00000000
--- a/Pods/Expecta/Expecta/NSValue+Expecta.m
+++ /dev/null
@@ -1,21 +0,0 @@
-#import "NSValue+Expecta.h"
-#import
-#import "Expecta.h"
-
-EXPFixCategoriesBug(NSValue_Expecta);
-
-@implementation NSValue (Expecta)
-
-static char _EXP_typeKey;
-
-- (const char *)_EXP_objCType {
- return [(NSString *)objc_getAssociatedObject(self, &_EXP_typeKey) cStringUsingEncoding:NSASCIIStringEncoding];
-}
-
-- (void)set_EXP_objCType:(const char *)_EXP_objCType {
- objc_setAssociatedObject(self, &_EXP_typeKey,
- @(_EXP_objCType),
- OBJC_ASSOCIATION_COPY_NONATOMIC);
-}
-
-@end
diff --git a/Pods/Expecta/LICENSE b/Pods/Expecta/LICENSE
deleted file mode 100644
index a036c85f..00000000
--- a/Pods/Expecta/LICENSE
+++ /dev/null
@@ -1,19 +0,0 @@
-Copyright (c) 2011-2015 Specta Team - https://github.com/specta
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
diff --git a/Pods/Expecta/README.md b/Pods/Expecta/README.md
deleted file mode 100644
index 19337075..00000000
--- a/Pods/Expecta/README.md
+++ /dev/null
@@ -1,293 +0,0 @@
-#Expecta
-
-[![Build Status](http://img.shields.io/travis/specta/expecta/master.svg?style=flat)](https://travis-ci.org/specta/expecta)
-[![Pod Version](http://img.shields.io/cocoapods/v/Expecta.svg?style=flat)](http://cocoadocs.org/docsets/Expecta/)
-[![Pod Platform](http://img.shields.io/cocoapods/p/Expecta.svg?style=flat)](http://cocoadocs.org/docsets/Expecta/)
-[![Pod License](http://img.shields.io/cocoapods/l/Expecta.svg?style=flat)](https://www.apache.org/licenses/LICENSE-2.0.html)
-
-A matcher framework for Objective-C and Cocoa.
-
-## Introduction
-
-The main advantage of using Expecta over other matcher frameworks is that you do not have to specify the data types. Also, the syntax of Expecta matchers is much more readable and does not suffer from parenthesitis.
-
-```objective-c
-expect(@"foo").to.equal(@"foo"); // `to` is a syntactic sugar and can be safely omitted.
-expect(foo).notTo.equal(1);
-expect([bar isBar]).to.equal(YES);
-expect(baz).to.equal(3.14159);
-```
-
-Expecta is framework-agnostic: it works well with XCTest and XCTest-compatible test frameworks such as [Specta](http://github.com/petejkim/specta/).
-
-
-## Installation
-
-You can setup Expecta using [Carthage](https://github.com/Carthage/Carthage), [CocoaPods](http://github.com/CocoaPods/CocoaPods) or [completely manually](#setting-up-manually).
-
-### Carthage
-
-1. Add Expecta to your project's `Cartfile.private`:
-
- ```ruby
- github "specta/expecta" "master"
- ```
-
-2. Run `carthage update` in your project directory.
-3. Drag the appropriate **Expecta.framework** for your platform (located in `Carthage/Build/`) into your application’s Xcode project, and add it to your test target(s).
-
-### CocoaPods
-
-1. Add Expecta to your project's `Podfile`:
-
- ```ruby
- target :MyApp do
- # Your app's dependencies
- end
-
- target :MyAppTests do
- pod 'Expecta', '~> 1.0.0'
- end
- ```
-
-2. Run `pod update` or `pod install` in your project directory.
-
-### Setting Up Manually
-
-1. Clone Expecta from Github.
-2. Run `rake` in your project directory to build the frameworks and libraries.
-3. Add a Cocoa or Cocoa Touch Unit Testing Bundle target to your Xcode project if you don't already have one.
-4. For **OS X projects**, copy and add `Expecta.framework` in the `Products/osx` folder to your project's test target.
-
- For **iOS projects**, copy and add `Expecta.framework` in the `Products/ios` folder to your project's test target.
-
- You can also use `libExpecta.a` if you prefer to link Expecta as a static library — iOS 7.x and below require this.
-
-6. Add `-ObjC` and `-all_load` to the **Other Linker Flags** build setting for the test target in your Xcode project.
-7. You can now use Expecta in your test classes by adding the following import:
-
- ```objective-c
- @import Expecta; // If you're using Expecta.framework
-
- // OR
-
- #import // If you're using the static library, or the framework
- ```
-
-## Built-in Matchers
-
-> `expect(x).to.equal(y);` compares objects or primitives x and y and passes if they are identical (==) or equivalent isEqual:).
-
-> `expect(x).to.beIdenticalTo(y);` compares objects x and y and passes if they are identical and have the same memory address.
-
-> `expect(x).to.beNil();` passes if x is nil.
-
-> `expect(x).to.beTruthy();` passes if x evaluates to true (non-zero).
-
-> `expect(x).to.beFalsy();` passes if x evaluates to false (zero).
-
-> `expect(x).to.contain(y);` passes if an instance of NSArray or NSString x contains y.
-
-> `expect(x).to.beSupersetOf(y);` passes if an instance of NSArray, NSSet, NSDictionary or NSOrderedSet x contains all elements of y.
-
-> `expect(x).to.haveCountOf(y);` passes if an instance of NSArray, NSSet, NSDictionary or NSString x has a count or length of y.
-
-> `expect(x).to.beEmpty();` passes if an instance of NSArray, NSSet, NSDictionary or NSString x has a count or length of .
-
-> `expect(x).to.beInstanceOf([Foo class]);` passes if x is an instance of a class Foo.
-
-> `expect(x).to.beKindOf([Foo class]);` passes if x is an instance of a class Foo or if x is an instance of any class that inherits from the class Foo.
-
-> `expect([Foo class]).to.beSubclassOf([Bar class]);` passes if the class Foo is a subclass of the class Bar or if it is identical to the class Bar. Use beKindOf() for class clusters.
-
-> `expect(x).to.beLessThan(y);` passes if `x` is less than `y`.
-
-> `expect(x).to.beLessThanOrEqualTo(y);` passes if `x` is less than or equal to `y`.
-
-> `expect(x).to.beGreaterThan(y);` passes if `x` is greater than `y`.
-
-> `expect(x).to.beGreaterThanOrEqualTo(y);` passes if `x` is greater than or equal to `y`.
-
-> `expect(x).to.beInTheRangeOf(y,z);` passes if `x` is in the range of `y` and `z`.
-
-> `expect(x).to.beCloseTo(y);` passes if `x` is close to `y`.
-
-> `expect(x).to.beCloseToWithin(y, z);` passes if `x` is close to `y` within `z`.
-
-> `expect(^{ /* code */ }).to.raise(@"ExceptionName");` passes if a given block of code raises an exception named `ExceptionName`.
-
-> `expect(^{ /* code */ }).to.raiseAny();` passes if a given block of code raises any exception.
-
-> `expect(x).to.conformTo(y);` passes if `x` conforms to the protocol `y`.
-
-> `expect(x).to.respondTo(y);` passes if `x` responds to the selector `y`.
-
-> `expect(^{ /* code */ }).to.notify(@"NotificationName");` passes if a given block of code generates an NSNotification amed `NotificationName`.
-
-> `expect(^{ /* code */ }).to.notify(notification);` passes if a given block of code generates an NSNotification equal to the passed `notification`.
-
-> `expect(x).to.beginWith(y);` passes if an instance of NSString, NSArray, or NSOrderedSet `x` begins with `y`. Also liased by `startWith`
-
-> `expect(x).to.endWith(y);` passes if an instance of NSString, NSArray, or NSOrderedSet `x` ends with `y`.
-
-> `expect(x).to.match(y);` passes if an instance of NSString `x` matches regular expression (given as NSString) `y` one or more times.
-
-## Inverting Matchers
-
-Every matcher's criteria can be inverted by prepending `.notTo` or `.toNot`:
-
->`expect(x).notTo.equal(y);` compares objects or primitives x and y and passes if they are *not* equivalent.
-
-## Asynchronous Testing
-
-Every matcher can be made to perform asynchronous testing by prepending `.will`, `.willNot` or `after(...)`:
-
->`expect(x).will.beNil();` passes if x becomes nil before the default timeout.
->
->`expect(x).willNot.beNil();` passes if x becomes non-nil before the default timeout.
->
->`expect(x).after(3).to.beNil();` passes if x becoms nil after 3.0 seconds.
->
->`expect(x).after(2.5).notTo.equal(42);` passes if x doesn't equal 42 after 2.5 seconds.
-
-The default timeout is 1.0 second and is used for all matchers if not otherwise specified. This setting can be changed by calling `[Expecta setAsynchronousTestTimeout:x]`, where `x` is the desired timeout in seconds.
-
-```objective-c
-describe(@"Foo", ^{
- beforeAll(^{
- // All asynchronous matching using `will` and `willNot`
- // will have a timeout of 2.0 seconds
- [Expecta setAsynchronousTestTimeout:2];
- });
-
- it(@"will not be nil", ^{
- // Test case where default timeout is used
- expect(foo).willNot.beNil();
- });
-
- it(@"should equal 42 after 3 seconds", ^{
- // Signle case where timeout differs from the default
- expect(foo).after(3).to.equal(42);
- });
-});
-```
-
-## Forced Failing
-
-You can fail a test by using the `failure` attribute. This can be used to test branching.
-
-> `failure(@"This should not happen");` outright fails a test.
-
-
-## Writing New Matchers
-
-Writing a new matcher is easy with special macros provided by Expecta. Take a look at how `.beKindOf()` matcher is defined:
-
-`EXPMatchers+beKindOf.h`
-
-```objective-c
-#import "Expecta.h"
-
-EXPMatcherInterface(beKindOf, (Class expected));
-// 1st argument is the name of the matcher function
-// 2nd argument is the list of arguments that may be passed in the function
-// call.
-// Multiple arguments are fine. (e.g. (int foo, float bar))
-
-#define beAKindOf beKindOf
-```
-
-`EXPMatchers+beKindOf.m`
-
-```objective-c
-#import "EXPMatchers+beKindOf.h"
-
-EXPMatcherImplementationBegin(beKindOf, (Class expected)) {
- BOOL actualIsNil = (actual == nil);
- BOOL expectedIsNil = (expected == nil);
-
- prerequisite(^BOOL {
- return !(actualIsNil || expectedIsNil);
- // Return `NO` if matcher should fail whether or not the result is inverted
- // using `.Not`.
- });
-
- match(^BOOL {
- return [actual isKindOfClass:expected];
- // Return `YES` if the matcher should pass, `NO` if it should not.
- // The actual value/object is passed as `actual`.
- // Please note that primitive values will be wrapped in NSNumber/NSValue.
- });
-
- failureMessageForTo(^NSString * {
- if (actualIsNil)
- return @"the actual value is nil/null";
- if (expectedIsNil)
- return @"the expected value is nil/null";
- return [NSString
- stringWithFormat:@"expected: a kind of %@, "
- "got: an instance of %@, which is not a kind of %@",
- [expected class], [actual class], [expected class]];
- // Return the message to be displayed when the match function returns `YES`.
- });
-
- failureMessageForNotTo(^NSString * {
- if (actualIsNil)
- return @"the actual value is nil/null";
- if (expectedIsNil)
- return @"the expected value is nil/null";
- return [NSString
- stringWithFormat:@"expected: not a kind of %@, "
- "got: an instance of %@, which is a kind of %@",
- [expected class], [actual class], [expected class]];
- // Return the message to be displayed when the match function returns `NO`.
- });
-}
-EXPMatcherImplementationEnd
-```
-
-## Dynamic Predicate Matchers
-
-It is possible to add predicate matchers by simply defining the matcher interface, with the matcher implementation being handled at runtime by delegating to the predicate method on your object.
-
-For instance, if you have the following class:
-
-```objc
-@interface LightSwitch : NSObject
-@property (nonatomic, assign, getter=isTurnedOn) BOOL turnedOn;
-@end
-
-@implementation LightSwitch
-@synthesize turnedOn;
-@end
-```
-
-The normal way to write an assertion that the switch is turned on would be:
-
-```objc
-expect([lightSwitch isTurnedOn]).to.beTruthy();
-```
-
-However, if we define a custom predicate matcher:
-
-```objc
-EXPMatcherInterface(isTurnedOn, (void));
-```
-
-(Note: we haven't defined the matcher implementation, just it's interface)
-
-You can now write your assertion as follows:
-
-```objc
-expect(lightSwitch).isTurnedOn();
-```
-
-## Contribution Guidelines
-
-* Please use only spaces and indent 2 spaces at a time.
-* Please prefix instance variable names with a single underscore (`_`).
-* Please prefix custom classes and functions defined in the global scope with `EXP`.
-
-## License
-
-Copyright (c) 2012-2015 [Specta Team](https://github.com/specta?tab=members). This software is licensed under the [MIT License](http://github.com/specta/specta/raw/master/LICENSE).
diff --git a/Pods/Headers/Private/Expecta/EXPBlockDefinedMatcher.h b/Pods/Headers/Private/Expecta/EXPBlockDefinedMatcher.h
deleted file mode 120000
index ebefa87b..00000000
--- a/Pods/Headers/Private/Expecta/EXPBlockDefinedMatcher.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/EXPBlockDefinedMatcher.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/Expecta/EXPDefines.h b/Pods/Headers/Private/Expecta/EXPDefines.h
deleted file mode 120000
index 22add0cd..00000000
--- a/Pods/Headers/Private/Expecta/EXPDefines.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/EXPDefines.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/Expecta/EXPDoubleTuple.h b/Pods/Headers/Private/Expecta/EXPDoubleTuple.h
deleted file mode 120000
index 54aa0b5e..00000000
--- a/Pods/Headers/Private/Expecta/EXPDoubleTuple.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/EXPDoubleTuple.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/Expecta/EXPExpect.h b/Pods/Headers/Private/Expecta/EXPExpect.h
deleted file mode 120000
index a677bddf..00000000
--- a/Pods/Headers/Private/Expecta/EXPExpect.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/EXPExpect.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/Expecta/EXPFloatTuple.h b/Pods/Headers/Private/Expecta/EXPFloatTuple.h
deleted file mode 120000
index 2b405694..00000000
--- a/Pods/Headers/Private/Expecta/EXPFloatTuple.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/EXPFloatTuple.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/Expecta/EXPMatcher.h b/Pods/Headers/Private/Expecta/EXPMatcher.h
deleted file mode 120000
index 3b20a122..00000000
--- a/Pods/Headers/Private/Expecta/EXPMatcher.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/EXPMatcher.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/Expecta/EXPMatcherHelpers.h b/Pods/Headers/Private/Expecta/EXPMatcherHelpers.h
deleted file mode 120000
index 697385b0..00000000
--- a/Pods/Headers/Private/Expecta/EXPMatcherHelpers.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/Matchers/EXPMatcherHelpers.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/Expecta/EXPMatchers+beCloseTo.h b/Pods/Headers/Private/Expecta/EXPMatchers+beCloseTo.h
deleted file mode 120000
index 0eed377c..00000000
--- a/Pods/Headers/Private/Expecta/EXPMatchers+beCloseTo.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/Matchers/EXPMatchers+beCloseTo.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/Expecta/EXPMatchers+beFalsy.h b/Pods/Headers/Private/Expecta/EXPMatchers+beFalsy.h
deleted file mode 120000
index 92643c49..00000000
--- a/Pods/Headers/Private/Expecta/EXPMatchers+beFalsy.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/Matchers/EXPMatchers+beFalsy.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/Expecta/EXPMatchers+beGreaterThan.h b/Pods/Headers/Private/Expecta/EXPMatchers+beGreaterThan.h
deleted file mode 120000
index 1ccc62b4..00000000
--- a/Pods/Headers/Private/Expecta/EXPMatchers+beGreaterThan.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/Matchers/EXPMatchers+beGreaterThan.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/Expecta/EXPMatchers+beGreaterThanOrEqualTo.h b/Pods/Headers/Private/Expecta/EXPMatchers+beGreaterThanOrEqualTo.h
deleted file mode 120000
index db5bf966..00000000
--- a/Pods/Headers/Private/Expecta/EXPMatchers+beGreaterThanOrEqualTo.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/Matchers/EXPMatchers+beGreaterThanOrEqualTo.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/Expecta/EXPMatchers+beIdenticalTo.h b/Pods/Headers/Private/Expecta/EXPMatchers+beIdenticalTo.h
deleted file mode 120000
index 6e17ea43..00000000
--- a/Pods/Headers/Private/Expecta/EXPMatchers+beIdenticalTo.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/Matchers/EXPMatchers+beIdenticalTo.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/Expecta/EXPMatchers+beInTheRangeOf.h b/Pods/Headers/Private/Expecta/EXPMatchers+beInTheRangeOf.h
deleted file mode 120000
index 362d8a7f..00000000
--- a/Pods/Headers/Private/Expecta/EXPMatchers+beInTheRangeOf.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/Matchers/EXPMatchers+beInTheRangeOf.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/Expecta/EXPMatchers+beInstanceOf.h b/Pods/Headers/Private/Expecta/EXPMatchers+beInstanceOf.h
deleted file mode 120000
index 4dd60632..00000000
--- a/Pods/Headers/Private/Expecta/EXPMatchers+beInstanceOf.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/Matchers/EXPMatchers+beInstanceOf.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/Expecta/EXPMatchers+beKindOf.h b/Pods/Headers/Private/Expecta/EXPMatchers+beKindOf.h
deleted file mode 120000
index 113c7d37..00000000
--- a/Pods/Headers/Private/Expecta/EXPMatchers+beKindOf.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/Matchers/EXPMatchers+beKindOf.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/Expecta/EXPMatchers+beLessThan.h b/Pods/Headers/Private/Expecta/EXPMatchers+beLessThan.h
deleted file mode 120000
index 675e86a5..00000000
--- a/Pods/Headers/Private/Expecta/EXPMatchers+beLessThan.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/Matchers/EXPMatchers+beLessThan.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/Expecta/EXPMatchers+beLessThanOrEqualTo.h b/Pods/Headers/Private/Expecta/EXPMatchers+beLessThanOrEqualTo.h
deleted file mode 120000
index c16df2f0..00000000
--- a/Pods/Headers/Private/Expecta/EXPMatchers+beLessThanOrEqualTo.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/Matchers/EXPMatchers+beLessThanOrEqualTo.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/Expecta/EXPMatchers+beNil.h b/Pods/Headers/Private/Expecta/EXPMatchers+beNil.h
deleted file mode 120000
index 9f65a6c1..00000000
--- a/Pods/Headers/Private/Expecta/EXPMatchers+beNil.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/Matchers/EXPMatchers+beNil.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/Expecta/EXPMatchers+beSubclassOf.h b/Pods/Headers/Private/Expecta/EXPMatchers+beSubclassOf.h
deleted file mode 120000
index 27aa7bea..00000000
--- a/Pods/Headers/Private/Expecta/EXPMatchers+beSubclassOf.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/Matchers/EXPMatchers+beSubclassOf.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/Expecta/EXPMatchers+beSupersetOf.h b/Pods/Headers/Private/Expecta/EXPMatchers+beSupersetOf.h
deleted file mode 120000
index ea3f770a..00000000
--- a/Pods/Headers/Private/Expecta/EXPMatchers+beSupersetOf.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/Matchers/EXPMatchers+beSupersetOf.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/Expecta/EXPMatchers+beTruthy.h b/Pods/Headers/Private/Expecta/EXPMatchers+beTruthy.h
deleted file mode 120000
index 192ac764..00000000
--- a/Pods/Headers/Private/Expecta/EXPMatchers+beTruthy.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/Matchers/EXPMatchers+beTruthy.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/Expecta/EXPMatchers+beginWith.h b/Pods/Headers/Private/Expecta/EXPMatchers+beginWith.h
deleted file mode 120000
index 2efba8fe..00000000
--- a/Pods/Headers/Private/Expecta/EXPMatchers+beginWith.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/Matchers/EXPMatchers+beginWith.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/Expecta/EXPMatchers+conformTo.h b/Pods/Headers/Private/Expecta/EXPMatchers+conformTo.h
deleted file mode 120000
index 062fb51d..00000000
--- a/Pods/Headers/Private/Expecta/EXPMatchers+conformTo.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/Matchers/EXPMatchers+conformTo.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/Expecta/EXPMatchers+contain.h b/Pods/Headers/Private/Expecta/EXPMatchers+contain.h
deleted file mode 120000
index 3661fe5f..00000000
--- a/Pods/Headers/Private/Expecta/EXPMatchers+contain.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/Matchers/EXPMatchers+contain.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/Expecta/EXPMatchers+endWith.h b/Pods/Headers/Private/Expecta/EXPMatchers+endWith.h
deleted file mode 120000
index 7e6c9cf1..00000000
--- a/Pods/Headers/Private/Expecta/EXPMatchers+endWith.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/Matchers/EXPMatchers+endWith.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/Expecta/EXPMatchers+equal.h b/Pods/Headers/Private/Expecta/EXPMatchers+equal.h
deleted file mode 120000
index 7bee7886..00000000
--- a/Pods/Headers/Private/Expecta/EXPMatchers+equal.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/Matchers/EXPMatchers+equal.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/Expecta/EXPMatchers+haveCountOf.h b/Pods/Headers/Private/Expecta/EXPMatchers+haveCountOf.h
deleted file mode 120000
index f46d23ad..00000000
--- a/Pods/Headers/Private/Expecta/EXPMatchers+haveCountOf.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/Matchers/EXPMatchers+haveCountOf.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/Expecta/EXPMatchers+match.h b/Pods/Headers/Private/Expecta/EXPMatchers+match.h
deleted file mode 120000
index 18f995de..00000000
--- a/Pods/Headers/Private/Expecta/EXPMatchers+match.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/Matchers/EXPMatchers+match.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/Expecta/EXPMatchers+postNotification.h b/Pods/Headers/Private/Expecta/EXPMatchers+postNotification.h
deleted file mode 120000
index c9422e3e..00000000
--- a/Pods/Headers/Private/Expecta/EXPMatchers+postNotification.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/Matchers/EXPMatchers+postNotification.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/Expecta/EXPMatchers+raise.h b/Pods/Headers/Private/Expecta/EXPMatchers+raise.h
deleted file mode 120000
index 901e04c1..00000000
--- a/Pods/Headers/Private/Expecta/EXPMatchers+raise.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/Matchers/EXPMatchers+raise.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/Expecta/EXPMatchers+raiseWithReason.h b/Pods/Headers/Private/Expecta/EXPMatchers+raiseWithReason.h
deleted file mode 120000
index 5b063b64..00000000
--- a/Pods/Headers/Private/Expecta/EXPMatchers+raiseWithReason.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/Matchers/EXPMatchers+raiseWithReason.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/Expecta/EXPMatchers+respondTo.h b/Pods/Headers/Private/Expecta/EXPMatchers+respondTo.h
deleted file mode 120000
index e7a5fad1..00000000
--- a/Pods/Headers/Private/Expecta/EXPMatchers+respondTo.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/Matchers/EXPMatchers+respondTo.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/Expecta/EXPMatchers.h b/Pods/Headers/Private/Expecta/EXPMatchers.h
deleted file mode 120000
index a454dc40..00000000
--- a/Pods/Headers/Private/Expecta/EXPMatchers.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/Matchers/EXPMatchers.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/Expecta/EXPUnsupportedObject.h b/Pods/Headers/Private/Expecta/EXPUnsupportedObject.h
deleted file mode 120000
index 60fae89f..00000000
--- a/Pods/Headers/Private/Expecta/EXPUnsupportedObject.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/EXPUnsupportedObject.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/Expecta/Expecta.h b/Pods/Headers/Private/Expecta/Expecta.h
deleted file mode 120000
index 45ef877d..00000000
--- a/Pods/Headers/Private/Expecta/Expecta.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/Expecta.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/Expecta/ExpectaObject.h b/Pods/Headers/Private/Expecta/ExpectaObject.h
deleted file mode 120000
index 36a99e13..00000000
--- a/Pods/Headers/Private/Expecta/ExpectaObject.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/ExpectaObject.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/Expecta/ExpectaSupport.h b/Pods/Headers/Private/Expecta/ExpectaSupport.h
deleted file mode 120000
index c59d3fc6..00000000
--- a/Pods/Headers/Private/Expecta/ExpectaSupport.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/ExpectaSupport.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/Expecta/NSObject+Expecta.h b/Pods/Headers/Private/Expecta/NSObject+Expecta.h
deleted file mode 120000
index 55c3635a..00000000
--- a/Pods/Headers/Private/Expecta/NSObject+Expecta.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/NSObject+Expecta.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/Expecta/NSValue+Expecta.h b/Pods/Headers/Private/Expecta/NSValue+Expecta.h
deleted file mode 120000
index ee557b84..00000000
--- a/Pods/Headers/Private/Expecta/NSValue+Expecta.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/NSValue+Expecta.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/Masonry/MASCompositeConstraint.h b/Pods/Headers/Private/Masonry/MASCompositeConstraint.h
deleted file mode 120000
index 4013d818..00000000
--- a/Pods/Headers/Private/Masonry/MASCompositeConstraint.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../../Masonry/MASCompositeConstraint.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/Masonry/MASConstraint+Private.h b/Pods/Headers/Private/Masonry/MASConstraint+Private.h
deleted file mode 120000
index a3ab1976..00000000
--- a/Pods/Headers/Private/Masonry/MASConstraint+Private.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../../Masonry/MASConstraint+Private.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/Masonry/MASConstraint.h b/Pods/Headers/Private/Masonry/MASConstraint.h
deleted file mode 120000
index d4c4702d..00000000
--- a/Pods/Headers/Private/Masonry/MASConstraint.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../../Masonry/MASConstraint.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/Masonry/MASConstraintMaker.h b/Pods/Headers/Private/Masonry/MASConstraintMaker.h
deleted file mode 120000
index ea1acd78..00000000
--- a/Pods/Headers/Private/Masonry/MASConstraintMaker.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../../Masonry/MASConstraintMaker.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/Masonry/MASLayoutConstraint.h b/Pods/Headers/Private/Masonry/MASLayoutConstraint.h
deleted file mode 120000
index 4df8285e..00000000
--- a/Pods/Headers/Private/Masonry/MASLayoutConstraint.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../../Masonry/MASLayoutConstraint.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/Masonry/MASUtilities.h b/Pods/Headers/Private/Masonry/MASUtilities.h
deleted file mode 120000
index 983707f5..00000000
--- a/Pods/Headers/Private/Masonry/MASUtilities.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../../Masonry/MASUtilities.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/Masonry/MASViewAttribute.h b/Pods/Headers/Private/Masonry/MASViewAttribute.h
deleted file mode 120000
index ffc52367..00000000
--- a/Pods/Headers/Private/Masonry/MASViewAttribute.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../../Masonry/MASViewAttribute.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/Masonry/MASViewConstraint.h b/Pods/Headers/Private/Masonry/MASViewConstraint.h
deleted file mode 120000
index fbeb4130..00000000
--- a/Pods/Headers/Private/Masonry/MASViewConstraint.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../../Masonry/MASViewConstraint.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/Masonry/Masonry.h b/Pods/Headers/Private/Masonry/Masonry.h
deleted file mode 120000
index 2fdd522f..00000000
--- a/Pods/Headers/Private/Masonry/Masonry.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../../Masonry/Masonry.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/Masonry/NSArray+MASAdditions.h b/Pods/Headers/Private/Masonry/NSArray+MASAdditions.h
deleted file mode 120000
index 7945075c..00000000
--- a/Pods/Headers/Private/Masonry/NSArray+MASAdditions.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../../Masonry/NSArray+MASAdditions.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/Masonry/NSArray+MASShorthandAdditions.h b/Pods/Headers/Private/Masonry/NSArray+MASShorthandAdditions.h
deleted file mode 120000
index 768a4701..00000000
--- a/Pods/Headers/Private/Masonry/NSArray+MASShorthandAdditions.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../../Masonry/NSArray+MASShorthandAdditions.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/Masonry/NSLayoutConstraint+MASDebugAdditions.h b/Pods/Headers/Private/Masonry/NSLayoutConstraint+MASDebugAdditions.h
deleted file mode 120000
index aa197e5f..00000000
--- a/Pods/Headers/Private/Masonry/NSLayoutConstraint+MASDebugAdditions.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../../Masonry/NSLayoutConstraint+MASDebugAdditions.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/Masonry/View+MASAdditions.h b/Pods/Headers/Private/Masonry/View+MASAdditions.h
deleted file mode 120000
index 0aab5694..00000000
--- a/Pods/Headers/Private/Masonry/View+MASAdditions.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../../Masonry/View+MASAdditions.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/Masonry/View+MASShorthandAdditions.h b/Pods/Headers/Private/Masonry/View+MASShorthandAdditions.h
deleted file mode 120000
index 75fdd51d..00000000
--- a/Pods/Headers/Private/Masonry/View+MASShorthandAdditions.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../../Masonry/View+MASShorthandAdditions.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/Masonry/ViewController+MASAdditions.h b/Pods/Headers/Private/Masonry/ViewController+MASAdditions.h
deleted file mode 120000
index 7f51dc36..00000000
--- a/Pods/Headers/Private/Masonry/ViewController+MASAdditions.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../../Masonry/ViewController+MASAdditions.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/Expecta/EXPBlockDefinedMatcher.h b/Pods/Headers/Public/Expecta/EXPBlockDefinedMatcher.h
deleted file mode 120000
index ebefa87b..00000000
--- a/Pods/Headers/Public/Expecta/EXPBlockDefinedMatcher.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/EXPBlockDefinedMatcher.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/Expecta/EXPDefines.h b/Pods/Headers/Public/Expecta/EXPDefines.h
deleted file mode 120000
index 22add0cd..00000000
--- a/Pods/Headers/Public/Expecta/EXPDefines.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/EXPDefines.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/Expecta/EXPDoubleTuple.h b/Pods/Headers/Public/Expecta/EXPDoubleTuple.h
deleted file mode 120000
index 54aa0b5e..00000000
--- a/Pods/Headers/Public/Expecta/EXPDoubleTuple.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/EXPDoubleTuple.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/Expecta/EXPExpect.h b/Pods/Headers/Public/Expecta/EXPExpect.h
deleted file mode 120000
index a677bddf..00000000
--- a/Pods/Headers/Public/Expecta/EXPExpect.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/EXPExpect.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/Expecta/EXPFloatTuple.h b/Pods/Headers/Public/Expecta/EXPFloatTuple.h
deleted file mode 120000
index 2b405694..00000000
--- a/Pods/Headers/Public/Expecta/EXPFloatTuple.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/EXPFloatTuple.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/Expecta/EXPMatcher.h b/Pods/Headers/Public/Expecta/EXPMatcher.h
deleted file mode 120000
index 3b20a122..00000000
--- a/Pods/Headers/Public/Expecta/EXPMatcher.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/EXPMatcher.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/Expecta/EXPMatcherHelpers.h b/Pods/Headers/Public/Expecta/EXPMatcherHelpers.h
deleted file mode 120000
index 697385b0..00000000
--- a/Pods/Headers/Public/Expecta/EXPMatcherHelpers.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/Matchers/EXPMatcherHelpers.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/Expecta/EXPMatchers+beCloseTo.h b/Pods/Headers/Public/Expecta/EXPMatchers+beCloseTo.h
deleted file mode 120000
index 0eed377c..00000000
--- a/Pods/Headers/Public/Expecta/EXPMatchers+beCloseTo.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/Matchers/EXPMatchers+beCloseTo.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/Expecta/EXPMatchers+beFalsy.h b/Pods/Headers/Public/Expecta/EXPMatchers+beFalsy.h
deleted file mode 120000
index 92643c49..00000000
--- a/Pods/Headers/Public/Expecta/EXPMatchers+beFalsy.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/Matchers/EXPMatchers+beFalsy.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/Expecta/EXPMatchers+beGreaterThan.h b/Pods/Headers/Public/Expecta/EXPMatchers+beGreaterThan.h
deleted file mode 120000
index 1ccc62b4..00000000
--- a/Pods/Headers/Public/Expecta/EXPMatchers+beGreaterThan.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/Matchers/EXPMatchers+beGreaterThan.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/Expecta/EXPMatchers+beGreaterThanOrEqualTo.h b/Pods/Headers/Public/Expecta/EXPMatchers+beGreaterThanOrEqualTo.h
deleted file mode 120000
index db5bf966..00000000
--- a/Pods/Headers/Public/Expecta/EXPMatchers+beGreaterThanOrEqualTo.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/Matchers/EXPMatchers+beGreaterThanOrEqualTo.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/Expecta/EXPMatchers+beIdenticalTo.h b/Pods/Headers/Public/Expecta/EXPMatchers+beIdenticalTo.h
deleted file mode 120000
index 6e17ea43..00000000
--- a/Pods/Headers/Public/Expecta/EXPMatchers+beIdenticalTo.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/Matchers/EXPMatchers+beIdenticalTo.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/Expecta/EXPMatchers+beInTheRangeOf.h b/Pods/Headers/Public/Expecta/EXPMatchers+beInTheRangeOf.h
deleted file mode 120000
index 362d8a7f..00000000
--- a/Pods/Headers/Public/Expecta/EXPMatchers+beInTheRangeOf.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/Matchers/EXPMatchers+beInTheRangeOf.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/Expecta/EXPMatchers+beInstanceOf.h b/Pods/Headers/Public/Expecta/EXPMatchers+beInstanceOf.h
deleted file mode 120000
index 4dd60632..00000000
--- a/Pods/Headers/Public/Expecta/EXPMatchers+beInstanceOf.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/Matchers/EXPMatchers+beInstanceOf.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/Expecta/EXPMatchers+beKindOf.h b/Pods/Headers/Public/Expecta/EXPMatchers+beKindOf.h
deleted file mode 120000
index 113c7d37..00000000
--- a/Pods/Headers/Public/Expecta/EXPMatchers+beKindOf.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/Matchers/EXPMatchers+beKindOf.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/Expecta/EXPMatchers+beLessThan.h b/Pods/Headers/Public/Expecta/EXPMatchers+beLessThan.h
deleted file mode 120000
index 675e86a5..00000000
--- a/Pods/Headers/Public/Expecta/EXPMatchers+beLessThan.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/Matchers/EXPMatchers+beLessThan.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/Expecta/EXPMatchers+beLessThanOrEqualTo.h b/Pods/Headers/Public/Expecta/EXPMatchers+beLessThanOrEqualTo.h
deleted file mode 120000
index c16df2f0..00000000
--- a/Pods/Headers/Public/Expecta/EXPMatchers+beLessThanOrEqualTo.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/Matchers/EXPMatchers+beLessThanOrEqualTo.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/Expecta/EXPMatchers+beNil.h b/Pods/Headers/Public/Expecta/EXPMatchers+beNil.h
deleted file mode 120000
index 9f65a6c1..00000000
--- a/Pods/Headers/Public/Expecta/EXPMatchers+beNil.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/Matchers/EXPMatchers+beNil.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/Expecta/EXPMatchers+beSubclassOf.h b/Pods/Headers/Public/Expecta/EXPMatchers+beSubclassOf.h
deleted file mode 120000
index 27aa7bea..00000000
--- a/Pods/Headers/Public/Expecta/EXPMatchers+beSubclassOf.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/Matchers/EXPMatchers+beSubclassOf.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/Expecta/EXPMatchers+beSupersetOf.h b/Pods/Headers/Public/Expecta/EXPMatchers+beSupersetOf.h
deleted file mode 120000
index ea3f770a..00000000
--- a/Pods/Headers/Public/Expecta/EXPMatchers+beSupersetOf.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/Matchers/EXPMatchers+beSupersetOf.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/Expecta/EXPMatchers+beTruthy.h b/Pods/Headers/Public/Expecta/EXPMatchers+beTruthy.h
deleted file mode 120000
index 192ac764..00000000
--- a/Pods/Headers/Public/Expecta/EXPMatchers+beTruthy.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/Matchers/EXPMatchers+beTruthy.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/Expecta/EXPMatchers+beginWith.h b/Pods/Headers/Public/Expecta/EXPMatchers+beginWith.h
deleted file mode 120000
index 2efba8fe..00000000
--- a/Pods/Headers/Public/Expecta/EXPMatchers+beginWith.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/Matchers/EXPMatchers+beginWith.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/Expecta/EXPMatchers+conformTo.h b/Pods/Headers/Public/Expecta/EXPMatchers+conformTo.h
deleted file mode 120000
index 062fb51d..00000000
--- a/Pods/Headers/Public/Expecta/EXPMatchers+conformTo.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/Matchers/EXPMatchers+conformTo.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/Expecta/EXPMatchers+contain.h b/Pods/Headers/Public/Expecta/EXPMatchers+contain.h
deleted file mode 120000
index 3661fe5f..00000000
--- a/Pods/Headers/Public/Expecta/EXPMatchers+contain.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/Matchers/EXPMatchers+contain.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/Expecta/EXPMatchers+endWith.h b/Pods/Headers/Public/Expecta/EXPMatchers+endWith.h
deleted file mode 120000
index 7e6c9cf1..00000000
--- a/Pods/Headers/Public/Expecta/EXPMatchers+endWith.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/Matchers/EXPMatchers+endWith.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/Expecta/EXPMatchers+equal.h b/Pods/Headers/Public/Expecta/EXPMatchers+equal.h
deleted file mode 120000
index 7bee7886..00000000
--- a/Pods/Headers/Public/Expecta/EXPMatchers+equal.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/Matchers/EXPMatchers+equal.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/Expecta/EXPMatchers+haveCountOf.h b/Pods/Headers/Public/Expecta/EXPMatchers+haveCountOf.h
deleted file mode 120000
index f46d23ad..00000000
--- a/Pods/Headers/Public/Expecta/EXPMatchers+haveCountOf.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/Matchers/EXPMatchers+haveCountOf.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/Expecta/EXPMatchers+match.h b/Pods/Headers/Public/Expecta/EXPMatchers+match.h
deleted file mode 120000
index 18f995de..00000000
--- a/Pods/Headers/Public/Expecta/EXPMatchers+match.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/Matchers/EXPMatchers+match.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/Expecta/EXPMatchers+postNotification.h b/Pods/Headers/Public/Expecta/EXPMatchers+postNotification.h
deleted file mode 120000
index c9422e3e..00000000
--- a/Pods/Headers/Public/Expecta/EXPMatchers+postNotification.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/Matchers/EXPMatchers+postNotification.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/Expecta/EXPMatchers+raise.h b/Pods/Headers/Public/Expecta/EXPMatchers+raise.h
deleted file mode 120000
index 901e04c1..00000000
--- a/Pods/Headers/Public/Expecta/EXPMatchers+raise.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/Matchers/EXPMatchers+raise.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/Expecta/EXPMatchers+raiseWithReason.h b/Pods/Headers/Public/Expecta/EXPMatchers+raiseWithReason.h
deleted file mode 120000
index 5b063b64..00000000
--- a/Pods/Headers/Public/Expecta/EXPMatchers+raiseWithReason.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/Matchers/EXPMatchers+raiseWithReason.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/Expecta/EXPMatchers+respondTo.h b/Pods/Headers/Public/Expecta/EXPMatchers+respondTo.h
deleted file mode 120000
index e7a5fad1..00000000
--- a/Pods/Headers/Public/Expecta/EXPMatchers+respondTo.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/Matchers/EXPMatchers+respondTo.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/Expecta/EXPMatchers.h b/Pods/Headers/Public/Expecta/EXPMatchers.h
deleted file mode 120000
index a454dc40..00000000
--- a/Pods/Headers/Public/Expecta/EXPMatchers.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/Matchers/EXPMatchers.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/Expecta/EXPUnsupportedObject.h b/Pods/Headers/Public/Expecta/EXPUnsupportedObject.h
deleted file mode 120000
index 60fae89f..00000000
--- a/Pods/Headers/Public/Expecta/EXPUnsupportedObject.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/EXPUnsupportedObject.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/Expecta/Expecta.h b/Pods/Headers/Public/Expecta/Expecta.h
deleted file mode 120000
index 45ef877d..00000000
--- a/Pods/Headers/Public/Expecta/Expecta.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/Expecta.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/Expecta/ExpectaObject.h b/Pods/Headers/Public/Expecta/ExpectaObject.h
deleted file mode 120000
index 36a99e13..00000000
--- a/Pods/Headers/Public/Expecta/ExpectaObject.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/ExpectaObject.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/Expecta/ExpectaSupport.h b/Pods/Headers/Public/Expecta/ExpectaSupport.h
deleted file mode 120000
index c59d3fc6..00000000
--- a/Pods/Headers/Public/Expecta/ExpectaSupport.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/ExpectaSupport.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/Expecta/NSObject+Expecta.h b/Pods/Headers/Public/Expecta/NSObject+Expecta.h
deleted file mode 120000
index 55c3635a..00000000
--- a/Pods/Headers/Public/Expecta/NSObject+Expecta.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/NSObject+Expecta.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/Expecta/NSValue+Expecta.h b/Pods/Headers/Public/Expecta/NSValue+Expecta.h
deleted file mode 120000
index ee557b84..00000000
--- a/Pods/Headers/Public/Expecta/NSValue+Expecta.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../Expecta/Expecta/NSValue+Expecta.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/Masonry/MASCompositeConstraint.h b/Pods/Headers/Public/Masonry/MASCompositeConstraint.h
deleted file mode 120000
index 4013d818..00000000
--- a/Pods/Headers/Public/Masonry/MASCompositeConstraint.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../../Masonry/MASCompositeConstraint.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/Masonry/MASConstraint+Private.h b/Pods/Headers/Public/Masonry/MASConstraint+Private.h
deleted file mode 120000
index a3ab1976..00000000
--- a/Pods/Headers/Public/Masonry/MASConstraint+Private.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../../Masonry/MASConstraint+Private.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/Masonry/MASConstraint.h b/Pods/Headers/Public/Masonry/MASConstraint.h
deleted file mode 120000
index d4c4702d..00000000
--- a/Pods/Headers/Public/Masonry/MASConstraint.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../../Masonry/MASConstraint.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/Masonry/MASConstraintMaker.h b/Pods/Headers/Public/Masonry/MASConstraintMaker.h
deleted file mode 120000
index ea1acd78..00000000
--- a/Pods/Headers/Public/Masonry/MASConstraintMaker.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../../Masonry/MASConstraintMaker.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/Masonry/MASLayoutConstraint.h b/Pods/Headers/Public/Masonry/MASLayoutConstraint.h
deleted file mode 120000
index 4df8285e..00000000
--- a/Pods/Headers/Public/Masonry/MASLayoutConstraint.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../../Masonry/MASLayoutConstraint.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/Masonry/MASUtilities.h b/Pods/Headers/Public/Masonry/MASUtilities.h
deleted file mode 120000
index 983707f5..00000000
--- a/Pods/Headers/Public/Masonry/MASUtilities.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../../Masonry/MASUtilities.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/Masonry/MASViewAttribute.h b/Pods/Headers/Public/Masonry/MASViewAttribute.h
deleted file mode 120000
index ffc52367..00000000
--- a/Pods/Headers/Public/Masonry/MASViewAttribute.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../../Masonry/MASViewAttribute.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/Masonry/MASViewConstraint.h b/Pods/Headers/Public/Masonry/MASViewConstraint.h
deleted file mode 120000
index fbeb4130..00000000
--- a/Pods/Headers/Public/Masonry/MASViewConstraint.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../../Masonry/MASViewConstraint.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/Masonry/Masonry.h b/Pods/Headers/Public/Masonry/Masonry.h
deleted file mode 120000
index 2fdd522f..00000000
--- a/Pods/Headers/Public/Masonry/Masonry.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../../Masonry/Masonry.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/Masonry/NSArray+MASAdditions.h b/Pods/Headers/Public/Masonry/NSArray+MASAdditions.h
deleted file mode 120000
index 7945075c..00000000
--- a/Pods/Headers/Public/Masonry/NSArray+MASAdditions.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../../Masonry/NSArray+MASAdditions.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/Masonry/NSArray+MASShorthandAdditions.h b/Pods/Headers/Public/Masonry/NSArray+MASShorthandAdditions.h
deleted file mode 120000
index 768a4701..00000000
--- a/Pods/Headers/Public/Masonry/NSArray+MASShorthandAdditions.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../../Masonry/NSArray+MASShorthandAdditions.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/Masonry/NSLayoutConstraint+MASDebugAdditions.h b/Pods/Headers/Public/Masonry/NSLayoutConstraint+MASDebugAdditions.h
deleted file mode 120000
index aa197e5f..00000000
--- a/Pods/Headers/Public/Masonry/NSLayoutConstraint+MASDebugAdditions.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../../Masonry/NSLayoutConstraint+MASDebugAdditions.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/Masonry/View+MASAdditions.h b/Pods/Headers/Public/Masonry/View+MASAdditions.h
deleted file mode 120000
index 0aab5694..00000000
--- a/Pods/Headers/Public/Masonry/View+MASAdditions.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../../Masonry/View+MASAdditions.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/Masonry/View+MASShorthandAdditions.h b/Pods/Headers/Public/Masonry/View+MASShorthandAdditions.h
deleted file mode 120000
index 75fdd51d..00000000
--- a/Pods/Headers/Public/Masonry/View+MASShorthandAdditions.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../../Masonry/View+MASShorthandAdditions.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/Masonry/ViewController+MASAdditions.h b/Pods/Headers/Public/Masonry/ViewController+MASAdditions.h
deleted file mode 120000
index 7f51dc36..00000000
--- a/Pods/Headers/Public/Masonry/ViewController+MASAdditions.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../../Masonry/ViewController+MASAdditions.h
\ No newline at end of file
diff --git a/Pods/Local Podspecs/Masonry.podspec.json b/Pods/Local Podspecs/Masonry.podspec.json
deleted file mode 100644
index 760af7d5..00000000
--- a/Pods/Local Podspecs/Masonry.podspec.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "name": "Masonry",
- "version": "1.1.0",
- "license": "MIT",
- "summary": "Harness the power of Auto Layout NSLayoutConstraints with a simplified, chainable and expressive syntax.",
- "homepage": "https://github.com/cloudkite/Masonry",
- "authors": {
- "Jonas Budelmann": "jonas.budelmann@gmail.com"
- },
- "social_media_url": "http://twitter.com/cloudkite",
- "source": {
- "git": "https://github.com/cloudkite/Masonry.git",
- "tag": "v1.1.0"
- },
- "description": "Masonry is a light-weight layout framework which wraps AutoLayout with a nicer syntax.\nMasonry has its own layout DSL which provides a chainable way of describing your\nNSLayoutConstraints which results in layout code which is more concise and readable.\n Masonry supports iOS and Mac OSX.",
- "source_files": "Masonry/*.{h,m}",
- "ios": {
- "frameworks": [
- "Foundation",
- "UIKit"
- ]
- },
- "tvos": {
- "frameworks": [
- "Foundation",
- "UIKit"
- ]
- },
- "osx": {
- "frameworks": [
- "Foundation",
- "AppKit"
- ]
- },
- "platforms": {
- "ios": "6.0",
- "osx": "10.7",
- "tvos": "9.0"
- },
- "requires_arc": true
-}
diff --git a/Pods/Manifest.lock b/Pods/Manifest.lock
deleted file mode 100644
index eab7e76f..00000000
--- a/Pods/Manifest.lock
+++ /dev/null
@@ -1,19 +0,0 @@
-PODS:
- - Expecta (1.0.5)
- - Masonry (1.1.0)
-
-DEPENDENCIES:
- - Expecta
- - Masonry (from `./`)
-
-EXTERNAL SOURCES:
- Masonry:
- :path: ./
-
-SPEC CHECKSUMS:
- Expecta: e1c022fcd33910b6be89c291d2775b3fe27a89fe
- Masonry: 678fab65091a9290e40e2832a55e7ab731aad201
-
-PODFILE CHECKSUM: a30c350a250a8af6afde1caabae52ede1d76714b
-
-COCOAPODS: 1.3.0.beta.2
diff --git a/Pods/Pods.xcodeproj/project.pbxproj b/Pods/Pods.xcodeproj/project.pbxproj
deleted file mode 100644
index c8654693..00000000
--- a/Pods/Pods.xcodeproj/project.pbxproj
+++ /dev/null
@@ -1,1297 +0,0 @@
-// !$*UTF8*$!
-{
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 46;
- objects = {
-
-/* Begin PBXBuildFile section */
- 0435080233FFD861A266AB43BE3279D3 /* EXPMatchers+beNil.m in Sources */ = {isa = PBXBuildFile; fileRef = 2251A125FE1F9EE61891B85AAAE71511 /* EXPMatchers+beNil.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
- 045E77138594FCD0492D74EE7C22AC90 /* EXPDoubleTuple.m in Sources */ = {isa = PBXBuildFile; fileRef = 7EBF9BAD2F54920E12BA8D79EB3EE01C /* EXPDoubleTuple.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
- 067B3CDE5AAD4D941172A17C9EEA5916 /* NSLayoutConstraint+MASDebugAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 4AF06A246FC5C7C1E779C3BFB883040C /* NSLayoutConstraint+MASDebugAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 07B309A8727E5DBE05DB1F644F7B8D8A /* MASViewConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A54ADC5F5885AE49835C21390D7B42C /* MASViewConstraint.m */; };
- 0B3330DD885757A45805E83A69E7AFFD /* EXPBlockDefinedMatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 55CDC4616612ED7AA50A3E836E82B6BE /* EXPBlockDefinedMatcher.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 0CD876A643FA00F42565F0B4CFE5C360 /* Expecta.h in Headers */ = {isa = PBXBuildFile; fileRef = 50660A3CB85C3AEC478DB2211E3CD76D /* Expecta.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 0D4B6D7C17953EF6C0BEFADA699DA6D2 /* MASViewConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = 194EE173246D25F2D7ED8C47FAF2ACF4 /* MASViewConstraint.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 0E8E7C035F8969CF3DC93E5490A6158B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DE147446A1225BA68EA82615B1436CC1 /* Foundation.framework */; };
- 0F7BD72B0882E4D4DD27C3B914EC3857 /* MASConstraintMaker.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A28546AD6B1C73C384E28625120AED5 /* MASConstraintMaker.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 0FE4C580D709657792E5661E74F171D5 /* EXPMatchers+match.m in Sources */ = {isa = PBXBuildFile; fileRef = 10F25824C22E66EAFBAA5C0F62629D84 /* EXPMatchers+match.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
- 119C10C9E57E10B254B8B13A06D332F4 /* EXPMatchers+raise.h in Headers */ = {isa = PBXBuildFile; fileRef = 10F0627165FE862DA384F755B45FD6A7 /* EXPMatchers+raise.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 11B98D7660EAD3B22A6F8DAFAC8E96F8 /* EXPMatchers+haveCountOf.h in Headers */ = {isa = PBXBuildFile; fileRef = 75992ED787187D30BE4B5F69BEF5EE30 /* EXPMatchers+haveCountOf.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 120A345233C900C50BAD6F3950FAB8FA /* NSValue+Expecta.h in Headers */ = {isa = PBXBuildFile; fileRef = 82F3CFD18ABD64DD8E88230EE43D854A /* NSValue+Expecta.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 12ADCD5E7598997A3486E62E784DB241 /* EXPMatchers.h in Headers */ = {isa = PBXBuildFile; fileRef = 61A4675B57359AB9653085CE195438A0 /* EXPMatchers.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 19CDE56AC4388C284D9A394F64E0530C /* EXPMatchers+beNil.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D20E91754698E478D6D3E468D5EC2C8 /* EXPMatchers+beNil.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 1AF47B7901796231A318934C2F0DDC04 /* MASLayoutConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = DBCE4AE4A77A457256CB505688569B23 /* MASLayoutConstraint.m */; };
- 1C74D210067A2D584AA672E61F246ECC /* EXPExpect.m in Sources */ = {isa = PBXBuildFile; fileRef = CBEA9FE72B61C2E594B205165A09ECA7 /* EXPExpect.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
- 1D622FBC8A4262E6B398F5CCCB1D9650 /* EXPMatchers+raiseWithReason.m in Sources */ = {isa = PBXBuildFile; fileRef = 228937A58D5E1EF34C595366A42C018E /* EXPMatchers+raiseWithReason.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
- 1E2343F7AE04C5D386CCD455E84F13E0 /* EXPMatchers+beTruthy.m in Sources */ = {isa = PBXBuildFile; fileRef = 56B7202FE09B3976D80FD78EF63258F6 /* EXPMatchers+beTruthy.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
- 1F002B6CD1662BADA6556D76FFFE0B96 /* Pods-Masonry iOS Tests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5478FCE860D549499E9B142210C4E612 /* Pods-Masonry iOS Tests-dummy.m */; };
- 24FF4A3B66A2F383BA14790790108406 /* EXPMatchers+haveCountOf.m in Sources */ = {isa = PBXBuildFile; fileRef = 663B481626C7E7C19A7A42120FFC0E77 /* EXPMatchers+haveCountOf.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
- 2523657BEE249A532CDFD495AC911F39 /* EXPMatchers+beLessThanOrEqualTo.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B14D8EAF812AD82BC8BA17C3DE5B573 /* EXPMatchers+beLessThanOrEqualTo.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
- 28BC58EE3C7374C4C2DEF6D029011C84 /* EXPMatchers+beInTheRangeOf.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B014C13318B98A27EB6C15EB341678A /* EXPMatchers+beInTheRangeOf.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
- 28DD12DAF70F49B558112AA5E2809F19 /* MASUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D2BB147FD43518883D32412C882B443 /* MASUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 2C8FBF03AD0FD40587A84D2994D758B4 /* NSArray+MASAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 01B7B1098F825865196B739BF9E36C04 /* NSArray+MASAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 2C944499E3BB44E17E10959A76BBAEA3 /* EXPMatchers+beGreaterThan.m in Sources */ = {isa = PBXBuildFile; fileRef = B1B09BEB8A5DCEEF709CBA1F5CEE0B3B /* EXPMatchers+beGreaterThan.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
- 2D814705CE041C701138BD9147CB21AA /* MASConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = AEEF83956F9DBD675F4C2EF46B690567 /* MASConstraint.m */; };
- 31D27BF6DE823F040465EEC46431E22E /* EXPExpect.h in Headers */ = {isa = PBXBuildFile; fileRef = 7735CC4570D0C643EF99240D43284C4A /* EXPExpect.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 38B02E0B37B1F0225FBE396BD51461D9 /* ViewController+MASAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F83FB50741120EF2F5F9723A76C9099 /* ViewController+MASAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 391226D83570CA724B533A2C609A5EF5 /* EXPMatchers+beSupersetOf.m in Sources */ = {isa = PBXBuildFile; fileRef = DD2917440B958D545CC2EE8F2240D37E /* EXPMatchers+beSupersetOf.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
- 3AB6F716B6B591E90D2E2CB1434B55BB /* NSArray+MASShorthandAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 593CB40473F1E441BC65F0044379DA72 /* NSArray+MASShorthandAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 3E2C9C19590011C8FE1F3966F4AF52D5 /* MASConstraint+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 48FB054B1F997F66CA0E17DB3B26223C /* MASConstraint+Private.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 409B7E241957B5C0ADFA4DEA82CDA7AB /* View+MASAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 02DA3844CF514753E9CC1AE66A762D26 /* View+MASAdditions.m */; };
- 42FA711D0BA099127544F7A978075C9D /* MASViewAttribute.h in Headers */ = {isa = PBXBuildFile; fileRef = AE58747F7ED5EE1564AC83C82F3C9DEA /* MASViewAttribute.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 47E018E82EA7801C93BE8D632FBAA3EC /* EXPMatchers+beCloseTo.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FD8638DC7137054523DFDCD37576559 /* EXPMatchers+beCloseTo.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 4943F7D828D56A874ACCA7AC312F863B /* EXPMatchers+beCloseTo.m in Sources */ = {isa = PBXBuildFile; fileRef = C3EDF7B170EC221838CC2A773B0CDC59 /* EXPMatchers+beCloseTo.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
- 4B76A75E1FA371E7EF6C821CD52514A1 /* EXPMatchers+equal.h in Headers */ = {isa = PBXBuildFile; fileRef = 8780C4CC76E68DD8EA97F0E4B3287D64 /* EXPMatchers+equal.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 4C2D57EF131B9A1AA1A65F36DA717BC7 /* EXPMatchers+beSubclassOf.h in Headers */ = {isa = PBXBuildFile; fileRef = CBFE4C2A8558AE9FF24FCA67343113E2 /* EXPMatchers+beSubclassOf.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 4E89738B989CA5A6018187E52FE0E216 /* EXPMatchers+raiseWithReason.h in Headers */ = {isa = PBXBuildFile; fileRef = 13852BA59629381181212D4693F5CEC8 /* EXPMatchers+raiseWithReason.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 4EB308BF802E6F21BABDA8B8718CC7AB /* NSValue+Expecta.m in Sources */ = {isa = PBXBuildFile; fileRef = ADBF0443B4181A4D41268AB9F62AA73C /* NSValue+Expecta.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
- 4F51EE6366844B6C34DD13F77D9A76CA /* View+MASShorthandAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B80588779A2286A5E054DE4D0DDC03A /* View+MASShorthandAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 4FE0FA38EA4BC9922DB982A2FB4B504A /* EXPMatchers+endWith.h in Headers */ = {isa = PBXBuildFile; fileRef = 5EEECBC2AC825C5498273AB762F561EF /* EXPMatchers+endWith.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 58E38027B0A4F6CA7BE54F0AE8D4885B /* EXPMatchers+conformTo.m in Sources */ = {isa = PBXBuildFile; fileRef = C565C77B7F3AC98E871994970653A958 /* EXPMatchers+conformTo.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
- 5D50DA13C7A8B2AF549AA4F05E69F9F4 /* EXPMatchers+respondTo.m in Sources */ = {isa = PBXBuildFile; fileRef = 9616A699420336DD8F227A5C41E36432 /* EXPMatchers+respondTo.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
- 5EB8C17604A5FCA7B0F9174850D0441F /* EXPMatchers+beginWith.h in Headers */ = {isa = PBXBuildFile; fileRef = 49E1D663D9B2CCDFFC739982A06D57C5 /* EXPMatchers+beginWith.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 61E89F8C6D2C5658ECADCC9BE04E4E0F /* EXPMatchers+beFalsy.h in Headers */ = {isa = PBXBuildFile; fileRef = 481E644C11C98774BE98309BA0A2CB6C /* EXPMatchers+beFalsy.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 6209E20926D79222E59F58B962BFAA1E /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DDF04AEFCC4B011565BFFBFFF52B2FCE /* UIKit.framework */; };
- 62A200B73B76F6740A3EEA168FBFFF41 /* EXPMatchers+match.h in Headers */ = {isa = PBXBuildFile; fileRef = 88907F8AEA4C9B20AEB63E2047F54502 /* EXPMatchers+match.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 63CDCCAC82CBC33021220531D93213A2 /* EXPMatcherHelpers.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BD870522AC013353A13269A9CDEA664 /* EXPMatcherHelpers.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
- 643DE0287F1066D083368EAC928DF078 /* EXPFloatTuple.m in Sources */ = {isa = PBXBuildFile; fileRef = 4EEA345137E6F1B86DEC1ECEA04BEBD5 /* EXPFloatTuple.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
- 660BEA8AC93BC6DF29A73D1570C10120 /* ExpectaSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 80708E2496B3C69452E559E575CD1D47 /* ExpectaSupport.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 69DCF5F3A96B49720B728BA6EF5E095A /* NSObject+Expecta.h in Headers */ = {isa = PBXBuildFile; fileRef = C0F0C9DE4D36C0025D1A49B0106644A4 /* NSObject+Expecta.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 6DA9AB53FE1CA890DF5FB0468FA0F476 /* Pods-Masonry iOS Examples-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F2DF08BADAA0D595D88E9A5F2F4AE8F /* Pods-Masonry iOS Examples-dummy.m */; };
- 7100640F169A4EC93CA15F0D8B5AFE8F /* EXPMatchers+beIdenticalTo.h in Headers */ = {isa = PBXBuildFile; fileRef = C98931A95CEDDC4098458BEB8FF864ED /* EXPMatchers+beIdenticalTo.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 71FBC2F8907E29EB767026E6A08F7EEF /* EXPMatchers+beSubclassOf.m in Sources */ = {isa = PBXBuildFile; fileRef = 98AFDA78C0BA149C8976CF3889419AA7 /* EXPMatchers+beSubclassOf.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
- 76A58C6131A1264FDE3DADAEA0AC83F5 /* MASCompositeConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = E66C1687519434878576CA9CA479B868 /* MASCompositeConstraint.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 76FFE0A5253E08250D976CAE912B89D9 /* EXPMatchers+beSupersetOf.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F3869A1E846595FC8A567E9EF91600E /* EXPMatchers+beSupersetOf.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 7A50398D1D6F1D22165ECAA192F9D1CF /* EXPMatchers+respondTo.h in Headers */ = {isa = PBXBuildFile; fileRef = D242BA4F2D8595007967657C3EBF92CE /* EXPMatchers+respondTo.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 7C4FFAF7E7BD72B4775C2966898B3A83 /* EXPMatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F3B66464C8F4DC1EDFFEA58A98F9B5C /* EXPMatcher.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 80408C0CF9D13D89E500446267DD0041 /* NSLayoutConstraint+MASDebugAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 358E8501C72A8B4A191589A7570FCC15 /* NSLayoutConstraint+MASDebugAdditions.m */; };
- 863C5CC8F4698A0C85AB53C9B072D889 /* EXPMatchers+equal.m in Sources */ = {isa = PBXBuildFile; fileRef = BFE37A3BBF6AEB4B7163AAE1BD655CDD /* EXPMatchers+equal.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
- 87C087B7F1B93C2DD0B42A93B3E9D9C4 /* EXPMatchers+conformTo.h in Headers */ = {isa = PBXBuildFile; fileRef = E36B444420761FDAD709E0D161F812C1 /* EXPMatchers+conformTo.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 885C2534832AF6B1DFA98FA19C4D9994 /* EXPMatchers+beKindOf.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F4C6FD0E96DEE3BA24A38BA86A2EE83 /* EXPMatchers+beKindOf.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
- 8994485FB1398BF225377D4C109CA38B /* EXPMatchers+beKindOf.h in Headers */ = {isa = PBXBuildFile; fileRef = E1DAB7DBD1812988117194D50ACE07A0 /* EXPMatchers+beKindOf.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 94C94F986312F61D076591DBCEC07104 /* EXPMatchers+beInTheRangeOf.h in Headers */ = {isa = PBXBuildFile; fileRef = 10904D53FD27FC7E59BF92201687D517 /* EXPMatchers+beInTheRangeOf.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 9F196561D7369053FA6D9FD4374E85B9 /* MASConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F34293A1C0AD9FD7013D79B910FE7E5 /* MASConstraint.h */; settings = {ATTRIBUTES = (Public, ); }; };
- A12B39559E464A1089E4389274973616 /* EXPMatchers+beLessThan.m in Sources */ = {isa = PBXBuildFile; fileRef = E4CFDB3889CFAC5E05497101D3F82C0A /* EXPMatchers+beLessThan.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
- A193FB77C3606DE847937B79BD869F26 /* EXPMatchers+beTruthy.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AAF8809A7BBA8A694825848A7EF07D2 /* EXPMatchers+beTruthy.h */; settings = {ATTRIBUTES = (Public, ); }; };
- A5CB8C92268FCAC7B00F12EE55B43338 /* EXPMatchers+raise.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D1DE5A0855C3142FCDE4471717B4C92 /* EXPMatchers+raise.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
- A8A60B0CEECC7D7C9D8CA6B2DC811C64 /* MASViewAttribute.m in Sources */ = {isa = PBXBuildFile; fileRef = BB267133DB0AAEF96D19D2085B85E06D /* MASViewAttribute.m */; };
- A904D2D6242F68CC3B959E2B0FC8B4F9 /* ExpectaObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C060BC1E7116BC87FA94B45087D771B /* ExpectaObject.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
- AC80F28E4B250E6535484F5269566FF0 /* Pods-MasonryTestsLoader-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 40B4963257702BBD9CAF03BECB9D16F0 /* Pods-MasonryTestsLoader-dummy.m */; };
- AEEF0434A83EF5F1949252A8409F71DD /* MASLayoutConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = 6CBE98CC00A3DD78FC850D713EB164BE /* MASLayoutConstraint.h */; settings = {ATTRIBUTES = (Public, ); }; };
- AFD341AE846EE3D48F3832FB858FD31C /* View+MASAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 3683CAB8F5A6384907767DF9817A4B09 /* View+MASAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
- B1820A5E15F22942E386756A0473E808 /* EXPMatchers+beLessThanOrEqualTo.h in Headers */ = {isa = PBXBuildFile; fileRef = 122F547802BB911D1B9F0D52C33B568D /* EXPMatchers+beLessThanOrEqualTo.h */; settings = {ATTRIBUTES = (Public, ); }; };
- B1964DABF421B8BA6BB9AB9E1CC0E387 /* EXPMatchers+beGreaterThan.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F04D682D92E0B2B40FCE8BE214BDA61 /* EXPMatchers+beGreaterThan.h */; settings = {ATTRIBUTES = (Public, ); }; };
- B241CF27E6B9D2DBC3236BDC1BDA5B69 /* EXPMatchers+postNotification.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C5D45C77F469660C6D6155EA159784F /* EXPMatchers+postNotification.h */; settings = {ATTRIBUTES = (Public, ); }; };
- B2880B5D7D91AACFCEF345934CFEBA55 /* EXPMatchers+beInstanceOf.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C71CEC9EB6A0B127237D9BE7AAB6081 /* EXPMatchers+beInstanceOf.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
- B66BCA2DD1043A4356B5286F346F8049 /* Masonry-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 585243F6624B3378D0DA0CF280D9F8EA /* Masonry-dummy.m */; };
- B709C0890B67EB6C1AB9B9738CDBEEC6 /* EXPMatchers+beIdenticalTo.m in Sources */ = {isa = PBXBuildFile; fileRef = 687D54A17077AB5A8B750650CACBF3B3 /* EXPMatchers+beIdenticalTo.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
- B72D6F9CD6DCCF9339A269BC0CABA88C /* ExpectaObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 4730731B518BAFE15142AA613F01F2EB /* ExpectaObject.h */; settings = {ATTRIBUTES = (Public, ); }; };
- B7FB8C30C577D624F5E0B1FDB3E6CD8B /* EXPUnsupportedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F1DE5E5E11E91062A5DA859EDCE3C49 /* EXPUnsupportedObject.h */; settings = {ATTRIBUTES = (Public, ); }; };
- BAA98BF425D78B9F9FB405680EA0CB3D /* EXPMatchers+beLessThan.h in Headers */ = {isa = PBXBuildFile; fileRef = 8140BF73F39AA0E15893403B6B2DCD9D /* EXPMatchers+beLessThan.h */; settings = {ATTRIBUTES = (Public, ); }; };
- BB0E62892680D990AC167E4629F95062 /* EXPMatchers+beGreaterThanOrEqualTo.h in Headers */ = {isa = PBXBuildFile; fileRef = 59623D6FE7CFF9076F3ACA8D492A0A1E /* EXPMatchers+beGreaterThanOrEqualTo.h */; settings = {ATTRIBUTES = (Public, ); }; };
- C091203A57422574B3263D1E9BA53A87 /* ExpectaSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = D8A10F7BEA143532312B95447C5A5B7C /* ExpectaSupport.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
- C498F24E736A80A0F6C440DBC33AF494 /* EXPMatchers+beFalsy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2547652506D61F49D4B0882ED6B64B16 /* EXPMatchers+beFalsy.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
- C64C4032827660F5ED12E425857BE673 /* EXPMatcherHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A3DE5BA9F1F1BFDC50FA062018A4FF9 /* EXPMatcherHelpers.h */; settings = {ATTRIBUTES = (Public, ); }; };
- C670343470EAC260E60ABD463CC39E2D /* EXPMatchers+beginWith.m in Sources */ = {isa = PBXBuildFile; fileRef = 34177F23961DA5ABF45170FA2037F8C1 /* EXPMatchers+beginWith.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
- CC995F4F36E9D6237AFC6F729364B867 /* EXPBlockDefinedMatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 57E3007D6F08B4F287C35811E372C9D8 /* EXPBlockDefinedMatcher.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
- CDA268F5B643324DD61A0E25BD4179ED /* EXPMatchers+beGreaterThanOrEqualTo.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C9A0D7E24E5DCE2B938FC4C4901B353 /* EXPMatchers+beGreaterThanOrEqualTo.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
- D2BD7E6904BDD20074AB5A8B04400EB2 /* ViewController+MASAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A30D7435201DE311E06A35CEA390581 /* ViewController+MASAdditions.m */; };
- D3B4D194BECF709DFA85E588891B885E /* EXPMatchers+contain.h in Headers */ = {isa = PBXBuildFile; fileRef = 44127DD3F6457EEB52F5B0B644C748E5 /* EXPMatchers+contain.h */; settings = {ATTRIBUTES = (Public, ); }; };
- D69C7F6B7677C82AABBF7FE0057CE931 /* Masonry.h in Headers */ = {isa = PBXBuildFile; fileRef = FC8A8F10966AF0D4BEF49EBF2CFF4C0C /* Masonry.h */; settings = {ATTRIBUTES = (Public, ); }; };
- D904A66B88A11E0356D09C38CA20102D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DE147446A1225BA68EA82615B1436CC1 /* Foundation.framework */; };
- D94F3CDE976C052BF0BD112E257A7F19 /* EXPMatchers+postNotification.m in Sources */ = {isa = PBXBuildFile; fileRef = 065A35D6EF149C4D848B49BAA59DAE1E /* EXPMatchers+postNotification.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
- DBA55CF16CB958E3F3D38079F18EBC06 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DE147446A1225BA68EA82615B1436CC1 /* Foundation.framework */; };
- DFFE7035A8177E14B29DE53973AE3B1E /* EXPMatchers+beInstanceOf.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B9D165EC173241B2C9EFF6FDB72491D /* EXPMatchers+beInstanceOf.h */; settings = {ATTRIBUTES = (Public, ); }; };
- E220D02AE7833F8B9202B0304FFBB644 /* MASCompositeConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = 8524B32277BDB7E1A36FB5F3EB3BAC6B /* MASCompositeConstraint.m */; };
- E846C94664199B4B993866C557EEC20D /* NSArray+MASAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A31938A554F154B402756FCBFE7167B /* NSArray+MASAdditions.m */; };
- E95DE019212836608A35BF3270AADF17 /* Expecta-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D50A0454EC2ACA566EC1A84F70DBE96A /* Expecta-dummy.m */; };
- EBFA48D334098E6BAB801E6FB8F756C0 /* MASConstraintMaker.m in Sources */ = {isa = PBXBuildFile; fileRef = EB9E853361218FD2866DABF9A3E384D5 /* MASConstraintMaker.m */; };
- ED087996824EE3256B222E3BAEBAB14D /* EXPUnsupportedObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 035F256E7A521234689F67B3EC887567 /* EXPUnsupportedObject.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
- EE5A8DD4F03A890084772DA66DE9BE93 /* EXPDoubleTuple.h in Headers */ = {isa = PBXBuildFile; fileRef = AEDF716CFA2F6ADA12E2C6D67EF8B2D2 /* EXPDoubleTuple.h */; settings = {ATTRIBUTES = (Public, ); }; };
- EFCF1E2468BC28069F92B4702B5DD463 /* EXPDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F338BE8E88D6EB9496878863145B7C5 /* EXPDefines.h */; settings = {ATTRIBUTES = (Public, ); }; };
- F0B56A7D38A399A2F67F9920C9526A66 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DE147446A1225BA68EA82615B1436CC1 /* Foundation.framework */; };
- F3D6C90DF502E4B6BFA4B4B950FB176B /* EXPFloatTuple.h in Headers */ = {isa = PBXBuildFile; fileRef = 63BB2BA348CAEB74A836E775BF8ABE2C /* EXPFloatTuple.h */; settings = {ATTRIBUTES = (Public, ); }; };
- F589CF64CC8ED22D9F37824176FBBB72 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DE147446A1225BA68EA82615B1436CC1 /* Foundation.framework */; };
- F7B20B4187947E3B6B93F0457C239D0B /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2D9897D646E2BB9FBF73704C04440B2 /* XCTest.framework */; };
- F8E39087737225714939DB0252FB1114 /* EXPMatchers+endWith.m in Sources */ = {isa = PBXBuildFile; fileRef = B20D7BAA1D4E85394D4C0BCBCB2BF960 /* EXPMatchers+endWith.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
- FE84239BE923F217FD38E45B4F770EFD /* EXPMatchers+contain.m in Sources */ = {isa = PBXBuildFile; fileRef = DB37BB623433F136572448D26D6FB70A /* EXPMatchers+contain.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
-/* End PBXBuildFile section */
-
-/* Begin PBXContainerItemProxy section */
- 3A31C048AC5B5E5AB145E49BF610B911 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = 46D68D26DCAAC4D999D549BA45F0B0EC;
- remoteInfo = Expecta;
- };
- 5E51BB7C485C3BB1001A7E9EF94414CF /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = 9DC8D9E02903E93BD0B2FEC9D846EA20;
- remoteInfo = Masonry;
- };
- AA5F0BBF6F9F116C791133368DE92755 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = 9DC8D9E02903E93BD0B2FEC9D846EA20;
- remoteInfo = Masonry;
- };
-/* End PBXContainerItemProxy section */
-
-/* Begin PBXFileReference section */
- 01B7B1098F825865196B739BF9E36C04 /* NSArray+MASAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSArray+MASAdditions.h"; sourceTree = ""; };
- 02DA3844CF514753E9CC1AE66A762D26 /* View+MASAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "View+MASAdditions.m"; sourceTree = ""; };
- 0341D10523364E42D0E6F9935E3DA6DE /* Pods-Masonry iOS Tests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-Masonry iOS Tests-frameworks.sh"; sourceTree = ""; };
- 035F256E7A521234689F67B3EC887567 /* EXPUnsupportedObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPUnsupportedObject.m; path = Expecta/EXPUnsupportedObject.m; sourceTree = ""; };
- 065A35D6EF149C4D848B49BAA59DAE1E /* EXPMatchers+postNotification.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+postNotification.m"; path = "Expecta/Matchers/EXPMatchers+postNotification.m"; sourceTree = ""; };
- 0792517CDD83AC956FA10DA378F7C590 /* Pods-MasonryTestsLoader-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-MasonryTestsLoader-resources.sh"; sourceTree = ""; };
- 0A28546AD6B1C73C384E28625120AED5 /* MASConstraintMaker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MASConstraintMaker.h; sourceTree = ""; };
- 0A3DE5BA9F1F1BFDC50FA062018A4FF9 /* EXPMatcherHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPMatcherHelpers.h; path = Expecta/Matchers/EXPMatcherHelpers.h; sourceTree = ""; };
- 0AAF8809A7BBA8A694825848A7EF07D2 /* EXPMatchers+beTruthy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beTruthy.h"; path = "Expecta/Matchers/EXPMatchers+beTruthy.h"; sourceTree = ""; };
- 0F2DF08BADAA0D595D88E9A5F2F4AE8F /* Pods-Masonry iOS Examples-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-Masonry iOS Examples-dummy.m"; sourceTree = ""; };
- 10904D53FD27FC7E59BF92201687D517 /* EXPMatchers+beInTheRangeOf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beInTheRangeOf.h"; path = "Expecta/Matchers/EXPMatchers+beInTheRangeOf.h"; sourceTree = ""; };
- 10A477660D2D97AEF58A6795020511A9 /* libPods-Masonry iOS Tests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-Masonry iOS Tests.a"; path = "libPods-Masonry iOS Tests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
- 10F0627165FE862DA384F755B45FD6A7 /* EXPMatchers+raise.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+raise.h"; path = "Expecta/Matchers/EXPMatchers+raise.h"; sourceTree = ""; };
- 10F25824C22E66EAFBAA5C0F62629D84 /* EXPMatchers+match.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+match.m"; path = "Expecta/Matchers/EXPMatchers+match.m"; sourceTree = ""; };
- 122F547802BB911D1B9F0D52C33B568D /* EXPMatchers+beLessThanOrEqualTo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beLessThanOrEqualTo.h"; path = "Expecta/Matchers/EXPMatchers+beLessThanOrEqualTo.h"; sourceTree = ""; };
- 13852BA59629381181212D4693F5CEC8 /* EXPMatchers+raiseWithReason.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+raiseWithReason.h"; path = "Expecta/Matchers/EXPMatchers+raiseWithReason.h"; sourceTree = ""; };
- 190660A7B90AD2F0323CF9185E32C8D5 /* Expecta-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Expecta-prefix.pch"; sourceTree = ""; };
- 194EE173246D25F2D7ED8C47FAF2ACF4 /* MASViewConstraint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MASViewConstraint.h; sourceTree = ""; };
- 1B998D4CCC665C40E8A45CF07DFD7ABC /* Pods-Masonry iOS Examples.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Masonry iOS Examples.release.xcconfig"; sourceTree = ""; };
- 1C060BC1E7116BC87FA94B45087D771B /* ExpectaObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ExpectaObject.m; path = Expecta/ExpectaObject.m; sourceTree = ""; };
- 1C13229D7A9FD06FAA259C99FB5A6E11 /* Pods-Masonry iOS Examples-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-Masonry iOS Examples-resources.sh"; sourceTree = ""; };
- 1D20E91754698E478D6D3E468D5EC2C8 /* EXPMatchers+beNil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beNil.h"; path = "Expecta/Matchers/EXPMatchers+beNil.h"; sourceTree = ""; };
- 1F04D682D92E0B2B40FCE8BE214BDA61 /* EXPMatchers+beGreaterThan.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beGreaterThan.h"; path = "Expecta/Matchers/EXPMatchers+beGreaterThan.h"; sourceTree = ""; };
- 1F1DE5E5E11E91062A5DA859EDCE3C49 /* EXPUnsupportedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPUnsupportedObject.h; path = Expecta/EXPUnsupportedObject.h; sourceTree = ""; };
- 1F4C6FD0E96DEE3BA24A38BA86A2EE83 /* EXPMatchers+beKindOf.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beKindOf.m"; path = "Expecta/Matchers/EXPMatchers+beKindOf.m"; sourceTree = ""; };
- 1FD8638DC7137054523DFDCD37576559 /* EXPMatchers+beCloseTo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beCloseTo.h"; path = "Expecta/Matchers/EXPMatchers+beCloseTo.h"; sourceTree = ""; };
- 2251A125FE1F9EE61891B85AAAE71511 /* EXPMatchers+beNil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beNil.m"; path = "Expecta/Matchers/EXPMatchers+beNil.m"; sourceTree = ""; };
- 228937A58D5E1EF34C595366A42C018E /* EXPMatchers+raiseWithReason.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+raiseWithReason.m"; path = "Expecta/Matchers/EXPMatchers+raiseWithReason.m"; sourceTree = ""; };
- 2547652506D61F49D4B0882ED6B64B16 /* EXPMatchers+beFalsy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beFalsy.m"; path = "Expecta/Matchers/EXPMatchers+beFalsy.m"; sourceTree = ""; };
- 2A31938A554F154B402756FCBFE7167B /* NSArray+MASAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSArray+MASAdditions.m"; sourceTree = ""; };
- 2A7DB9040882B1058689C275628BAD96 /* libExpecta.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libExpecta.a; path = libExpecta.a; sourceTree = BUILT_PRODUCTS_DIR; };
- 2B6A8C9B5A40329ADEFB0567ED8489DC /* libMasonry.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libMasonry.a; path = libMasonry.a; sourceTree = BUILT_PRODUCTS_DIR; };
- 2B80588779A2286A5E054DE4D0DDC03A /* View+MASShorthandAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "View+MASShorthandAdditions.h"; sourceTree = ""; };
- 2C5D45C77F469660C6D6155EA159784F /* EXPMatchers+postNotification.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+postNotification.h"; path = "Expecta/Matchers/EXPMatchers+postNotification.h"; sourceTree = ""; };
- 2F3869A1E846595FC8A567E9EF91600E /* EXPMatchers+beSupersetOf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beSupersetOf.h"; path = "Expecta/Matchers/EXPMatchers+beSupersetOf.h"; sourceTree = ""; };
- 34177F23961DA5ABF45170FA2037F8C1 /* EXPMatchers+beginWith.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beginWith.m"; path = "Expecta/Matchers/EXPMatchers+beginWith.m"; sourceTree = ""; };
- 358E8501C72A8B4A191589A7570FCC15 /* NSLayoutConstraint+MASDebugAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSLayoutConstraint+MASDebugAdditions.m"; sourceTree = ""; };
- 3683CAB8F5A6384907767DF9817A4B09 /* View+MASAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "View+MASAdditions.h"; sourceTree = ""; };
- 3ABABA36A05ECCDA76F9388C3A7262E8 /* Pods-Masonry iOS Examples-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-Masonry iOS Examples-acknowledgements.plist"; sourceTree = ""; };
- 3B014C13318B98A27EB6C15EB341678A /* EXPMatchers+beInTheRangeOf.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beInTheRangeOf.m"; path = "Expecta/Matchers/EXPMatchers+beInTheRangeOf.m"; sourceTree = ""; };
- 3D0C38F1CACBCE8726531E82CF48BE6A /* Pods-Masonry iOS Tests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-Masonry iOS Tests-acknowledgements.plist"; sourceTree = ""; };
- 40B4963257702BBD9CAF03BECB9D16F0 /* Pods-MasonryTestsLoader-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-MasonryTestsLoader-dummy.m"; sourceTree = ""; };
- 41073685DCEF4DD54806A297165DB39F /* Pods-MasonryTestsLoader.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-MasonryTestsLoader.debug.xcconfig"; sourceTree = ""; };
- 44127DD3F6457EEB52F5B0B644C748E5 /* EXPMatchers+contain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+contain.h"; path = "Expecta/Matchers/EXPMatchers+contain.h"; sourceTree = ""; };
- 4730731B518BAFE15142AA613F01F2EB /* ExpectaObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ExpectaObject.h; path = Expecta/ExpectaObject.h; sourceTree = ""; };
- 481E644C11C98774BE98309BA0A2CB6C /* EXPMatchers+beFalsy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beFalsy.h"; path = "Expecta/Matchers/EXPMatchers+beFalsy.h"; sourceTree = ""; };
- 489F09523F5700F4F414FA98E0BDEEE4 /* Expecta.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Expecta.xcconfig; sourceTree = ""; };
- 48FB054B1F997F66CA0E17DB3B26223C /* MASConstraint+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MASConstraint+Private.h"; sourceTree = ""; };
- 49E1D663D9B2CCDFFC739982A06D57C5 /* EXPMatchers+beginWith.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beginWith.h"; path = "Expecta/Matchers/EXPMatchers+beginWith.h"; sourceTree = ""; };
- 4AF06A246FC5C7C1E779C3BFB883040C /* NSLayoutConstraint+MASDebugAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSLayoutConstraint+MASDebugAdditions.h"; sourceTree = ""; };
- 4B6B3284B56CCD1FFA3F49D1751D4763 /* Pods-MasonryTestsLoader-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-MasonryTestsLoader-acknowledgements.markdown"; sourceTree = ""; };
- 4EEA345137E6F1B86DEC1ECEA04BEBD5 /* EXPFloatTuple.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPFloatTuple.m; path = Expecta/EXPFloatTuple.m; sourceTree = ""; };
- 50660A3CB85C3AEC478DB2211E3CD76D /* Expecta.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Expecta.h; path = Expecta/Expecta.h; sourceTree = ""; };
- 5478FCE860D549499E9B142210C4E612 /* Pods-Masonry iOS Tests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-Masonry iOS Tests-dummy.m"; sourceTree = ""; };
- 55CDC4616612ED7AA50A3E836E82B6BE /* EXPBlockDefinedMatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPBlockDefinedMatcher.h; path = Expecta/EXPBlockDefinedMatcher.h; sourceTree = ""; };
- 56B7202FE09B3976D80FD78EF63258F6 /* EXPMatchers+beTruthy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beTruthy.m"; path = "Expecta/Matchers/EXPMatchers+beTruthy.m"; sourceTree = ""; };
- 57E3007D6F08B4F287C35811E372C9D8 /* EXPBlockDefinedMatcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPBlockDefinedMatcher.m; path = Expecta/EXPBlockDefinedMatcher.m; sourceTree = ""; };
- 58004526F7F7D8C02F9C425D2847EA60 /* Pods-Masonry iOS Tests-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-Masonry iOS Tests-resources.sh"; sourceTree = ""; };
- 585243F6624B3378D0DA0CF280D9F8EA /* Masonry-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Masonry-dummy.m"; sourceTree = ""; };
- 590084C07434815AE5BEC2E76CD54154 /* Pods-Masonry iOS Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Masonry iOS Tests.release.xcconfig"; sourceTree = ""; };
- 593CB40473F1E441BC65F0044379DA72 /* NSArray+MASShorthandAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSArray+MASShorthandAdditions.h"; sourceTree = ""; };
- 59623D6FE7CFF9076F3ACA8D492A0A1E /* EXPMatchers+beGreaterThanOrEqualTo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beGreaterThanOrEqualTo.h"; path = "Expecta/Matchers/EXPMatchers+beGreaterThanOrEqualTo.h"; sourceTree = ""; };
- 5A30D7435201DE311E06A35CEA390581 /* ViewController+MASAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ViewController+MASAdditions.m"; sourceTree = ""; };
- 5B9D165EC173241B2C9EFF6FDB72491D /* EXPMatchers+beInstanceOf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beInstanceOf.h"; path = "Expecta/Matchers/EXPMatchers+beInstanceOf.h"; sourceTree = ""; };
- 5C71CEC9EB6A0B127237D9BE7AAB6081 /* EXPMatchers+beInstanceOf.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beInstanceOf.m"; path = "Expecta/Matchers/EXPMatchers+beInstanceOf.m"; sourceTree = ""; };
- 5D2BB147FD43518883D32412C882B443 /* MASUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MASUtilities.h; sourceTree = ""; };
- 5EEECBC2AC825C5498273AB762F561EF /* EXPMatchers+endWith.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+endWith.h"; path = "Expecta/Matchers/EXPMatchers+endWith.h"; sourceTree = ""; };
- 61A4675B57359AB9653085CE195438A0 /* EXPMatchers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPMatchers.h; path = Expecta/Matchers/EXPMatchers.h; sourceTree = ""; };
- 639FB58CFFC214FCCF32C06B0ACC9B5B /* Masonry-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Masonry-prefix.pch"; sourceTree = ""; };
- 63BB2BA348CAEB74A836E775BF8ABE2C /* EXPFloatTuple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPFloatTuple.h; path = Expecta/EXPFloatTuple.h; sourceTree = ""; };
- 663B481626C7E7C19A7A42120FFC0E77 /* EXPMatchers+haveCountOf.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+haveCountOf.m"; path = "Expecta/Matchers/EXPMatchers+haveCountOf.m"; sourceTree = ""; };
- 67872159D235C01079FD18A895BC35BE /* Pods-Masonry iOS Examples-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-Masonry iOS Examples-acknowledgements.markdown"; sourceTree = ""; };
- 687D54A17077AB5A8B750650CACBF3B3 /* EXPMatchers+beIdenticalTo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beIdenticalTo.m"; path = "Expecta/Matchers/EXPMatchers+beIdenticalTo.m"; sourceTree = ""; };
- 6CBE98CC00A3DD78FC850D713EB164BE /* MASLayoutConstraint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MASLayoutConstraint.h; sourceTree = ""; };
- 6F83FB50741120EF2F5F9723A76C9099 /* ViewController+MASAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ViewController+MASAdditions.h"; sourceTree = ""; };
- 7559C19053134AD8CF9C91D122AC2090 /* Pods-Masonry iOS Examples-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-Masonry iOS Examples-frameworks.sh"; sourceTree = ""; };
- 75992ED787187D30BE4B5F69BEF5EE30 /* EXPMatchers+haveCountOf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+haveCountOf.h"; path = "Expecta/Matchers/EXPMatchers+haveCountOf.h"; sourceTree = ""; };
- 7735CC4570D0C643EF99240D43284C4A /* EXPExpect.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPExpect.h; path = Expecta/EXPExpect.h; sourceTree = ""; };
- 7A54ADC5F5885AE49835C21390D7B42C /* MASViewConstraint.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MASViewConstraint.m; sourceTree = ""; };
- 7B14D8EAF812AD82BC8BA17C3DE5B573 /* EXPMatchers+beLessThanOrEqualTo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beLessThanOrEqualTo.m"; path = "Expecta/Matchers/EXPMatchers+beLessThanOrEqualTo.m"; sourceTree = ""; };
- 7BD870522AC013353A13269A9CDEA664 /* EXPMatcherHelpers.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPMatcherHelpers.m; path = Expecta/Matchers/EXPMatcherHelpers.m; sourceTree = ""; };
- 7C9A0D7E24E5DCE2B938FC4C4901B353 /* EXPMatchers+beGreaterThanOrEqualTo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beGreaterThanOrEqualTo.m"; path = "Expecta/Matchers/EXPMatchers+beGreaterThanOrEqualTo.m"; sourceTree = ""; };
- 7EBF9BAD2F54920E12BA8D79EB3EE01C /* EXPDoubleTuple.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPDoubleTuple.m; path = Expecta/EXPDoubleTuple.m; sourceTree = ""; };
- 7F338BE8E88D6EB9496878863145B7C5 /* EXPDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPDefines.h; path = Expecta/EXPDefines.h; sourceTree = ""; };
- 80708E2496B3C69452E559E575CD1D47 /* ExpectaSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ExpectaSupport.h; path = Expecta/ExpectaSupport.h; sourceTree = ""; };
- 8140BF73F39AA0E15893403B6B2DCD9D /* EXPMatchers+beLessThan.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beLessThan.h"; path = "Expecta/Matchers/EXPMatchers+beLessThan.h"; sourceTree = ""; };
- 82F3CFD18ABD64DD8E88230EE43D854A /* NSValue+Expecta.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSValue+Expecta.h"; path = "Expecta/NSValue+Expecta.h"; sourceTree = ""; };
- 8524B32277BDB7E1A36FB5F3EB3BAC6B /* MASCompositeConstraint.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MASCompositeConstraint.m; sourceTree = ""; };
- 8780C4CC76E68DD8EA97F0E4B3287D64 /* EXPMatchers+equal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+equal.h"; path = "Expecta/Matchers/EXPMatchers+equal.h"; sourceTree = ""; };
- 88907F8AEA4C9B20AEB63E2047F54502 /* EXPMatchers+match.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+match.h"; path = "Expecta/Matchers/EXPMatchers+match.h"; sourceTree = ""; };
- 8B4562385452B8EF12C3E0EFC2E07D12 /* libPods-Masonry iOS Examples.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-Masonry iOS Examples.a"; path = "libPods-Masonry iOS Examples.a"; sourceTree = BUILT_PRODUCTS_DIR; };
- 8F3B66464C8F4DC1EDFFEA58A98F9B5C /* EXPMatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPMatcher.h; path = Expecta/EXPMatcher.h; sourceTree = ""; };
- 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
- 9616A699420336DD8F227A5C41E36432 /* EXPMatchers+respondTo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+respondTo.m"; path = "Expecta/Matchers/EXPMatchers+respondTo.m"; sourceTree = ""; };
- 98AFDA78C0BA149C8976CF3889419AA7 /* EXPMatchers+beSubclassOf.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beSubclassOf.m"; path = "Expecta/Matchers/EXPMatchers+beSubclassOf.m"; sourceTree = ""; };
- 9D1DE5A0855C3142FCDE4471717B4C92 /* EXPMatchers+raise.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+raise.m"; path = "Expecta/Matchers/EXPMatchers+raise.m"; sourceTree = ""; };
- 9F34293A1C0AD9FD7013D79B910FE7E5 /* MASConstraint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MASConstraint.h; sourceTree = ""; };
- AD6D89D8C414349AAD70BD448A0EB42D /* Pods-MasonryTestsLoader.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-MasonryTestsLoader.release.xcconfig"; sourceTree = ""; };
- ADBF0443B4181A4D41268AB9F62AA73C /* NSValue+Expecta.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSValue+Expecta.m"; path = "Expecta/NSValue+Expecta.m"; sourceTree = ""; };
- AE58747F7ED5EE1564AC83C82F3C9DEA /* MASViewAttribute.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MASViewAttribute.h; sourceTree = ""; };
- AEDF716CFA2F6ADA12E2C6D67EF8B2D2 /* EXPDoubleTuple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPDoubleTuple.h; path = Expecta/EXPDoubleTuple.h; sourceTree = ""; };
- AEEF83956F9DBD675F4C2EF46B690567 /* MASConstraint.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MASConstraint.m; sourceTree = ""; };
- B1B09BEB8A5DCEEF709CBA1F5CEE0B3B /* EXPMatchers+beGreaterThan.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beGreaterThan.m"; path = "Expecta/Matchers/EXPMatchers+beGreaterThan.m"; sourceTree = ""; };
- B20D7BAA1D4E85394D4C0BCBCB2BF960 /* EXPMatchers+endWith.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+endWith.m"; path = "Expecta/Matchers/EXPMatchers+endWith.m"; sourceTree = ""; };
- BB267133DB0AAEF96D19D2085B85E06D /* MASViewAttribute.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MASViewAttribute.m; sourceTree = ""; };
- BF54E13A05CB850F6732BED53C409DF8 /* Pods-Masonry iOS Tests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-Masonry iOS Tests-acknowledgements.markdown"; sourceTree = ""; };
- BFE37A3BBF6AEB4B7163AAE1BD655CDD /* EXPMatchers+equal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+equal.m"; path = "Expecta/Matchers/EXPMatchers+equal.m"; sourceTree = ""; };
- C0F0C9DE4D36C0025D1A49B0106644A4 /* NSObject+Expecta.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+Expecta.h"; path = "Expecta/NSObject+Expecta.h"; sourceTree = ""; };
- C3EDF7B170EC221838CC2A773B0CDC59 /* EXPMatchers+beCloseTo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beCloseTo.m"; path = "Expecta/Matchers/EXPMatchers+beCloseTo.m"; sourceTree = ""; };
- C4EC8E6D70CF2CC9E094524A6560BC80 /* libPods-MasonryTestsLoader.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-MasonryTestsLoader.a"; path = "libPods-MasonryTestsLoader.a"; sourceTree = BUILT_PRODUCTS_DIR; };
- C565C77B7F3AC98E871994970653A958 /* EXPMatchers+conformTo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+conformTo.m"; path = "Expecta/Matchers/EXPMatchers+conformTo.m"; sourceTree = ""; };
- C5ABB1C6CB3F9F99597CCF6727731A7B /* Pods-Masonry iOS Examples.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Masonry iOS Examples.debug.xcconfig"; sourceTree = ""; };
- C7004C5DD5811F3431B3C72C3ED02D96 /* Pods-MasonryTestsLoader-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-MasonryTestsLoader-frameworks.sh"; sourceTree = ""; };
- C98931A95CEDDC4098458BEB8FF864ED /* EXPMatchers+beIdenticalTo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beIdenticalTo.h"; path = "Expecta/Matchers/EXPMatchers+beIdenticalTo.h"; sourceTree = ""; };
- CBEA9FE72B61C2E594B205165A09ECA7 /* EXPExpect.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPExpect.m; path = Expecta/EXPExpect.m; sourceTree = ""; };
- CBFE4C2A8558AE9FF24FCA67343113E2 /* EXPMatchers+beSubclassOf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beSubclassOf.h"; path = "Expecta/Matchers/EXPMatchers+beSubclassOf.h"; sourceTree = ""; };
- D17CA42B2DBD2AB2BBA3CBB7E2205968 /* Masonry.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Masonry.xcconfig; sourceTree = ""; };
- D242BA4F2D8595007967657C3EBF92CE /* EXPMatchers+respondTo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+respondTo.h"; path = "Expecta/Matchers/EXPMatchers+respondTo.h"; sourceTree = ""; };
- D50A0454EC2ACA566EC1A84F70DBE96A /* Expecta-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Expecta-dummy.m"; sourceTree = ""; };
- D8A10F7BEA143532312B95447C5A5B7C /* ExpectaSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ExpectaSupport.m; path = Expecta/ExpectaSupport.m; sourceTree = ""; };
- DB37BB623433F136572448D26D6FB70A /* EXPMatchers+contain.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+contain.m"; path = "Expecta/Matchers/EXPMatchers+contain.m"; sourceTree = ""; };
- DBCE4AE4A77A457256CB505688569B23 /* MASLayoutConstraint.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MASLayoutConstraint.m; sourceTree = ""; };
- DD2917440B958D545CC2EE8F2240D37E /* EXPMatchers+beSupersetOf.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beSupersetOf.m"; path = "Expecta/Matchers/EXPMatchers+beSupersetOf.m"; sourceTree = ""; };
- DDF04AEFCC4B011565BFFBFFF52B2FCE /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; };
- DE147446A1225BA68EA82615B1436CC1 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; };
- E1DAB7DBD1812988117194D50ACE07A0 /* EXPMatchers+beKindOf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beKindOf.h"; path = "Expecta/Matchers/EXPMatchers+beKindOf.h"; sourceTree = ""; };
- E2824F3F718434AEC2CE23045FEC5541 /* Pods-MasonryTestsLoader-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-MasonryTestsLoader-acknowledgements.plist"; sourceTree = ""; };
- E2D9897D646E2BB9FBF73704C04440B2 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk/System/Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
- E36B444420761FDAD709E0D161F812C1 /* EXPMatchers+conformTo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+conformTo.h"; path = "Expecta/Matchers/EXPMatchers+conformTo.h"; sourceTree = ""; };
- E4CFDB3889CFAC5E05497101D3F82C0A /* EXPMatchers+beLessThan.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beLessThan.m"; path = "Expecta/Matchers/EXPMatchers+beLessThan.m"; sourceTree = ""; };
- E66C1687519434878576CA9CA479B868 /* MASCompositeConstraint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MASCompositeConstraint.h; sourceTree = ""; };
- EB9E853361218FD2866DABF9A3E384D5 /* MASConstraintMaker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MASConstraintMaker.m; sourceTree = ""; };
- EF1B79566A439B7A68A81F499EBFDDE1 /* Pods-Masonry iOS Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Masonry iOS Tests.debug.xcconfig"; sourceTree = ""; };
- FC8A8F10966AF0D4BEF49EBF2CFF4C0C /* Masonry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Masonry.h; sourceTree = ""; };
-/* End PBXFileReference section */
-
-/* Begin PBXFrameworksBuildPhase section */
- 03F8C9DE4B5918EEA35CE61AA3A1186A /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 0E8E7C035F8969CF3DC93E5490A6158B /* Foundation.framework in Frameworks */,
- F7B20B4187947E3B6B93F0457C239D0B /* XCTest.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 583B8AB450D47A22AD844DA398F34FCC /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- DBA55CF16CB958E3F3D38079F18EBC06 /* Foundation.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 6FD8312A1AEB348F49A81C438DB25115 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- F0B56A7D38A399A2F67F9920C9526A66 /* Foundation.framework in Frameworks */,
- 6209E20926D79222E59F58B962BFAA1E /* UIKit.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 9E80CE71F73E7DB19033544A8A4E9F55 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- F589CF64CC8ED22D9F37824176FBBB72 /* Foundation.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- A3EB68BB62C219069E6DBA1A070D7F3F /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- D904A66B88A11E0356D09C38CA20102D /* Foundation.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
-/* End PBXFrameworksBuildPhase section */
-
-/* Begin PBXGroup section */
- 0DA9AF80DA7ECA5B4D31C526D9F57DB2 /* Development Pods */ = {
- isa = PBXGroup;
- children = (
- 18D532DEFE002898478F83CCDCC47B5D /* Masonry */,
- );
- name = "Development Pods";
- sourceTree = "";
- };
- 113776CC3D7FEF15CE1357194041AAFC /* Targets Support Files */ = {
- isa = PBXGroup;
- children = (
- 523AEFB63B1A95928D17E7547C93E598 /* Pods-Masonry iOS Examples */,
- 9183704F5C71C360D6CB1A399612D0E0 /* Pods-Masonry iOS Tests */,
- BD399A650CE28E083F4B32EED754F012 /* Pods-MasonryTestsLoader */,
- );
- name = "Targets Support Files";
- sourceTree = "";
- };
- 122DA2E5084A4393C29BE363C764795C /* Frameworks */ = {
- isa = PBXGroup;
- children = (
- 926C31924772091F3FBE0E8F025C2B0D /* iOS */,
- );
- name = Frameworks;
- sourceTree = "";
- };
- 18D532DEFE002898478F83CCDCC47B5D /* Masonry */ = {
- isa = PBXGroup;
- children = (
- CFF7DF6CE7E3205ECC5D3904C3AC169D /* Masonry */,
- C4880E6FCE3E79307C7AD19D76754823 /* Support Files */,
- );
- name = Masonry;
- path = ..;
- sourceTree = "";
- };
- 2C212CDC4B22CF51422FF7C8D4BF9E56 /* Pods */ = {
- isa = PBXGroup;
- children = (
- DA1988695DF0633137E2D7B5035D2CDC /* Expecta */,
- );
- name = Pods;
- sourceTree = "";
- };
- 523AEFB63B1A95928D17E7547C93E598 /* Pods-Masonry iOS Examples */ = {
- isa = PBXGroup;
- children = (
- 67872159D235C01079FD18A895BC35BE /* Pods-Masonry iOS Examples-acknowledgements.markdown */,
- 3ABABA36A05ECCDA76F9388C3A7262E8 /* Pods-Masonry iOS Examples-acknowledgements.plist */,
- 0F2DF08BADAA0D595D88E9A5F2F4AE8F /* Pods-Masonry iOS Examples-dummy.m */,
- 7559C19053134AD8CF9C91D122AC2090 /* Pods-Masonry iOS Examples-frameworks.sh */,
- 1C13229D7A9FD06FAA259C99FB5A6E11 /* Pods-Masonry iOS Examples-resources.sh */,
- C5ABB1C6CB3F9F99597CCF6727731A7B /* Pods-Masonry iOS Examples.debug.xcconfig */,
- 1B998D4CCC665C40E8A45CF07DFD7ABC /* Pods-Masonry iOS Examples.release.xcconfig */,
- );
- name = "Pods-Masonry iOS Examples";
- path = "Target Support Files/Pods-Masonry iOS Examples";
- sourceTree = "";
- };
- 6B57A62A4ECEF9976CBA3885013FA6AC /* Products */ = {
- isa = PBXGroup;
- children = (
- 2A7DB9040882B1058689C275628BAD96 /* libExpecta.a */,
- 2B6A8C9B5A40329ADEFB0567ED8489DC /* libMasonry.a */,
- 8B4562385452B8EF12C3E0EFC2E07D12 /* libPods-Masonry iOS Examples.a */,
- 10A477660D2D97AEF58A6795020511A9 /* libPods-Masonry iOS Tests.a */,
- C4EC8E6D70CF2CC9E094524A6560BC80 /* libPods-MasonryTestsLoader.a */,
- );
- name = Products;
- sourceTree = "";
- };
- 7DB346D0F39D3F0E887471402A8071AB = {
- isa = PBXGroup;
- children = (
- 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */,
- 0DA9AF80DA7ECA5B4D31C526D9F57DB2 /* Development Pods */,
- 122DA2E5084A4393C29BE363C764795C /* Frameworks */,
- 2C212CDC4B22CF51422FF7C8D4BF9E56 /* Pods */,
- 6B57A62A4ECEF9976CBA3885013FA6AC /* Products */,
- 113776CC3D7FEF15CE1357194041AAFC /* Targets Support Files */,
- );
- sourceTree = "";
- };
- 9183704F5C71C360D6CB1A399612D0E0 /* Pods-Masonry iOS Tests */ = {
- isa = PBXGroup;
- children = (
- BF54E13A05CB850F6732BED53C409DF8 /* Pods-Masonry iOS Tests-acknowledgements.markdown */,
- 3D0C38F1CACBCE8726531E82CF48BE6A /* Pods-Masonry iOS Tests-acknowledgements.plist */,
- 5478FCE860D549499E9B142210C4E612 /* Pods-Masonry iOS Tests-dummy.m */,
- 0341D10523364E42D0E6F9935E3DA6DE /* Pods-Masonry iOS Tests-frameworks.sh */,
- 58004526F7F7D8C02F9C425D2847EA60 /* Pods-Masonry iOS Tests-resources.sh */,
- EF1B79566A439B7A68A81F499EBFDDE1 /* Pods-Masonry iOS Tests.debug.xcconfig */,
- 590084C07434815AE5BEC2E76CD54154 /* Pods-Masonry iOS Tests.release.xcconfig */,
- );
- name = "Pods-Masonry iOS Tests";
- path = "Target Support Files/Pods-Masonry iOS Tests";
- sourceTree = "";
- };
- 926C31924772091F3FBE0E8F025C2B0D /* iOS */ = {
- isa = PBXGroup;
- children = (
- DE147446A1225BA68EA82615B1436CC1 /* Foundation.framework */,
- DDF04AEFCC4B011565BFFBFFF52B2FCE /* UIKit.framework */,
- E2D9897D646E2BB9FBF73704C04440B2 /* XCTest.framework */,
- );
- name = iOS;
- sourceTree = "";
- };
- BD399A650CE28E083F4B32EED754F012 /* Pods-MasonryTestsLoader */ = {
- isa = PBXGroup;
- children = (
- 4B6B3284B56CCD1FFA3F49D1751D4763 /* Pods-MasonryTestsLoader-acknowledgements.markdown */,
- E2824F3F718434AEC2CE23045FEC5541 /* Pods-MasonryTestsLoader-acknowledgements.plist */,
- 40B4963257702BBD9CAF03BECB9D16F0 /* Pods-MasonryTestsLoader-dummy.m */,
- C7004C5DD5811F3431B3C72C3ED02D96 /* Pods-MasonryTestsLoader-frameworks.sh */,
- 0792517CDD83AC956FA10DA378F7C590 /* Pods-MasonryTestsLoader-resources.sh */,
- 41073685DCEF4DD54806A297165DB39F /* Pods-MasonryTestsLoader.debug.xcconfig */,
- AD6D89D8C414349AAD70BD448A0EB42D /* Pods-MasonryTestsLoader.release.xcconfig */,
- );
- name = "Pods-MasonryTestsLoader";
- path = "Target Support Files/Pods-MasonryTestsLoader";
- sourceTree = "";
- };
- C4880E6FCE3E79307C7AD19D76754823 /* Support Files */ = {
- isa = PBXGroup;
- children = (
- D17CA42B2DBD2AB2BBA3CBB7E2205968 /* Masonry.xcconfig */,
- 585243F6624B3378D0DA0CF280D9F8EA /* Masonry-dummy.m */,
- 639FB58CFFC214FCCF32C06B0ACC9B5B /* Masonry-prefix.pch */,
- );
- name = "Support Files";
- path = "Pods/Target Support Files/Masonry";
- sourceTree = "";
- };
- C934D5D64F7FA6AE026CB137FBAD29E5 /* Support Files */ = {
- isa = PBXGroup;
- children = (
- 489F09523F5700F4F414FA98E0BDEEE4 /* Expecta.xcconfig */,
- D50A0454EC2ACA566EC1A84F70DBE96A /* Expecta-dummy.m */,
- 190660A7B90AD2F0323CF9185E32C8D5 /* Expecta-prefix.pch */,
- );
- name = "Support Files";
- path = "../Target Support Files/Expecta";
- sourceTree = "";
- };
- CFF7DF6CE7E3205ECC5D3904C3AC169D /* Masonry */ = {
- isa = PBXGroup;
- children = (
- E66C1687519434878576CA9CA479B868 /* MASCompositeConstraint.h */,
- 8524B32277BDB7E1A36FB5F3EB3BAC6B /* MASCompositeConstraint.m */,
- 9F34293A1C0AD9FD7013D79B910FE7E5 /* MASConstraint.h */,
- AEEF83956F9DBD675F4C2EF46B690567 /* MASConstraint.m */,
- 48FB054B1F997F66CA0E17DB3B26223C /* MASConstraint+Private.h */,
- 0A28546AD6B1C73C384E28625120AED5 /* MASConstraintMaker.h */,
- EB9E853361218FD2866DABF9A3E384D5 /* MASConstraintMaker.m */,
- 6CBE98CC00A3DD78FC850D713EB164BE /* MASLayoutConstraint.h */,
- DBCE4AE4A77A457256CB505688569B23 /* MASLayoutConstraint.m */,
- FC8A8F10966AF0D4BEF49EBF2CFF4C0C /* Masonry.h */,
- 5D2BB147FD43518883D32412C882B443 /* MASUtilities.h */,
- AE58747F7ED5EE1564AC83C82F3C9DEA /* MASViewAttribute.h */,
- BB267133DB0AAEF96D19D2085B85E06D /* MASViewAttribute.m */,
- 194EE173246D25F2D7ED8C47FAF2ACF4 /* MASViewConstraint.h */,
- 7A54ADC5F5885AE49835C21390D7B42C /* MASViewConstraint.m */,
- 01B7B1098F825865196B739BF9E36C04 /* NSArray+MASAdditions.h */,
- 2A31938A554F154B402756FCBFE7167B /* NSArray+MASAdditions.m */,
- 593CB40473F1E441BC65F0044379DA72 /* NSArray+MASShorthandAdditions.h */,
- 4AF06A246FC5C7C1E779C3BFB883040C /* NSLayoutConstraint+MASDebugAdditions.h */,
- 358E8501C72A8B4A191589A7570FCC15 /* NSLayoutConstraint+MASDebugAdditions.m */,
- 3683CAB8F5A6384907767DF9817A4B09 /* View+MASAdditions.h */,
- 02DA3844CF514753E9CC1AE66A762D26 /* View+MASAdditions.m */,
- 2B80588779A2286A5E054DE4D0DDC03A /* View+MASShorthandAdditions.h */,
- 6F83FB50741120EF2F5F9723A76C9099 /* ViewController+MASAdditions.h */,
- 5A30D7435201DE311E06A35CEA390581 /* ViewController+MASAdditions.m */,
- );
- name = Masonry;
- path = Masonry;
- sourceTree = "";
- };
- DA1988695DF0633137E2D7B5035D2CDC /* Expecta */ = {
- isa = PBXGroup;
- children = (
- 55CDC4616612ED7AA50A3E836E82B6BE /* EXPBlockDefinedMatcher.h */,
- 57E3007D6F08B4F287C35811E372C9D8 /* EXPBlockDefinedMatcher.m */,
- 7F338BE8E88D6EB9496878863145B7C5 /* EXPDefines.h */,
- AEDF716CFA2F6ADA12E2C6D67EF8B2D2 /* EXPDoubleTuple.h */,
- 7EBF9BAD2F54920E12BA8D79EB3EE01C /* EXPDoubleTuple.m */,
- 50660A3CB85C3AEC478DB2211E3CD76D /* Expecta.h */,
- 4730731B518BAFE15142AA613F01F2EB /* ExpectaObject.h */,
- 1C060BC1E7116BC87FA94B45087D771B /* ExpectaObject.m */,
- 80708E2496B3C69452E559E575CD1D47 /* ExpectaSupport.h */,
- D8A10F7BEA143532312B95447C5A5B7C /* ExpectaSupport.m */,
- 7735CC4570D0C643EF99240D43284C4A /* EXPExpect.h */,
- CBEA9FE72B61C2E594B205165A09ECA7 /* EXPExpect.m */,
- 63BB2BA348CAEB74A836E775BF8ABE2C /* EXPFloatTuple.h */,
- 4EEA345137E6F1B86DEC1ECEA04BEBD5 /* EXPFloatTuple.m */,
- 8F3B66464C8F4DC1EDFFEA58A98F9B5C /* EXPMatcher.h */,
- 0A3DE5BA9F1F1BFDC50FA062018A4FF9 /* EXPMatcherHelpers.h */,
- 7BD870522AC013353A13269A9CDEA664 /* EXPMatcherHelpers.m */,
- 61A4675B57359AB9653085CE195438A0 /* EXPMatchers.h */,
- 1FD8638DC7137054523DFDCD37576559 /* EXPMatchers+beCloseTo.h */,
- C3EDF7B170EC221838CC2A773B0CDC59 /* EXPMatchers+beCloseTo.m */,
- 481E644C11C98774BE98309BA0A2CB6C /* EXPMatchers+beFalsy.h */,
- 2547652506D61F49D4B0882ED6B64B16 /* EXPMatchers+beFalsy.m */,
- 49E1D663D9B2CCDFFC739982A06D57C5 /* EXPMatchers+beginWith.h */,
- 34177F23961DA5ABF45170FA2037F8C1 /* EXPMatchers+beginWith.m */,
- 1F04D682D92E0B2B40FCE8BE214BDA61 /* EXPMatchers+beGreaterThan.h */,
- B1B09BEB8A5DCEEF709CBA1F5CEE0B3B /* EXPMatchers+beGreaterThan.m */,
- 59623D6FE7CFF9076F3ACA8D492A0A1E /* EXPMatchers+beGreaterThanOrEqualTo.h */,
- 7C9A0D7E24E5DCE2B938FC4C4901B353 /* EXPMatchers+beGreaterThanOrEqualTo.m */,
- C98931A95CEDDC4098458BEB8FF864ED /* EXPMatchers+beIdenticalTo.h */,
- 687D54A17077AB5A8B750650CACBF3B3 /* EXPMatchers+beIdenticalTo.m */,
- 5B9D165EC173241B2C9EFF6FDB72491D /* EXPMatchers+beInstanceOf.h */,
- 5C71CEC9EB6A0B127237D9BE7AAB6081 /* EXPMatchers+beInstanceOf.m */,
- 10904D53FD27FC7E59BF92201687D517 /* EXPMatchers+beInTheRangeOf.h */,
- 3B014C13318B98A27EB6C15EB341678A /* EXPMatchers+beInTheRangeOf.m */,
- E1DAB7DBD1812988117194D50ACE07A0 /* EXPMatchers+beKindOf.h */,
- 1F4C6FD0E96DEE3BA24A38BA86A2EE83 /* EXPMatchers+beKindOf.m */,
- 8140BF73F39AA0E15893403B6B2DCD9D /* EXPMatchers+beLessThan.h */,
- E4CFDB3889CFAC5E05497101D3F82C0A /* EXPMatchers+beLessThan.m */,
- 122F547802BB911D1B9F0D52C33B568D /* EXPMatchers+beLessThanOrEqualTo.h */,
- 7B14D8EAF812AD82BC8BA17C3DE5B573 /* EXPMatchers+beLessThanOrEqualTo.m */,
- 1D20E91754698E478D6D3E468D5EC2C8 /* EXPMatchers+beNil.h */,
- 2251A125FE1F9EE61891B85AAAE71511 /* EXPMatchers+beNil.m */,
- CBFE4C2A8558AE9FF24FCA67343113E2 /* EXPMatchers+beSubclassOf.h */,
- 98AFDA78C0BA149C8976CF3889419AA7 /* EXPMatchers+beSubclassOf.m */,
- 2F3869A1E846595FC8A567E9EF91600E /* EXPMatchers+beSupersetOf.h */,
- DD2917440B958D545CC2EE8F2240D37E /* EXPMatchers+beSupersetOf.m */,
- 0AAF8809A7BBA8A694825848A7EF07D2 /* EXPMatchers+beTruthy.h */,
- 56B7202FE09B3976D80FD78EF63258F6 /* EXPMatchers+beTruthy.m */,
- E36B444420761FDAD709E0D161F812C1 /* EXPMatchers+conformTo.h */,
- C565C77B7F3AC98E871994970653A958 /* EXPMatchers+conformTo.m */,
- 44127DD3F6457EEB52F5B0B644C748E5 /* EXPMatchers+contain.h */,
- DB37BB623433F136572448D26D6FB70A /* EXPMatchers+contain.m */,
- 5EEECBC2AC825C5498273AB762F561EF /* EXPMatchers+endWith.h */,
- B20D7BAA1D4E85394D4C0BCBCB2BF960 /* EXPMatchers+endWith.m */,
- 8780C4CC76E68DD8EA97F0E4B3287D64 /* EXPMatchers+equal.h */,
- BFE37A3BBF6AEB4B7163AAE1BD655CDD /* EXPMatchers+equal.m */,
- 75992ED787187D30BE4B5F69BEF5EE30 /* EXPMatchers+haveCountOf.h */,
- 663B481626C7E7C19A7A42120FFC0E77 /* EXPMatchers+haveCountOf.m */,
- 88907F8AEA4C9B20AEB63E2047F54502 /* EXPMatchers+match.h */,
- 10F25824C22E66EAFBAA5C0F62629D84 /* EXPMatchers+match.m */,
- 2C5D45C77F469660C6D6155EA159784F /* EXPMatchers+postNotification.h */,
- 065A35D6EF149C4D848B49BAA59DAE1E /* EXPMatchers+postNotification.m */,
- 10F0627165FE862DA384F755B45FD6A7 /* EXPMatchers+raise.h */,
- 9D1DE5A0855C3142FCDE4471717B4C92 /* EXPMatchers+raise.m */,
- 13852BA59629381181212D4693F5CEC8 /* EXPMatchers+raiseWithReason.h */,
- 228937A58D5E1EF34C595366A42C018E /* EXPMatchers+raiseWithReason.m */,
- D242BA4F2D8595007967657C3EBF92CE /* EXPMatchers+respondTo.h */,
- 9616A699420336DD8F227A5C41E36432 /* EXPMatchers+respondTo.m */,
- 1F1DE5E5E11E91062A5DA859EDCE3C49 /* EXPUnsupportedObject.h */,
- 035F256E7A521234689F67B3EC887567 /* EXPUnsupportedObject.m */,
- C0F0C9DE4D36C0025D1A49B0106644A4 /* NSObject+Expecta.h */,
- 82F3CFD18ABD64DD8E88230EE43D854A /* NSValue+Expecta.h */,
- ADBF0443B4181A4D41268AB9F62AA73C /* NSValue+Expecta.m */,
- C934D5D64F7FA6AE026CB137FBAD29E5 /* Support Files */,
- );
- name = Expecta;
- path = Expecta;
- sourceTree = "";
- };
-/* End PBXGroup section */
-
-/* Begin PBXHeadersBuildPhase section */
- 05E58D356A38DD487823D5BE24334920 /* Headers */ = {
- isa = PBXHeadersBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 0B3330DD885757A45805E83A69E7AFFD /* EXPBlockDefinedMatcher.h in Headers */,
- EFCF1E2468BC28069F92B4702B5DD463 /* EXPDefines.h in Headers */,
- EE5A8DD4F03A890084772DA66DE9BE93 /* EXPDoubleTuple.h in Headers */,
- 0CD876A643FA00F42565F0B4CFE5C360 /* Expecta.h in Headers */,
- B72D6F9CD6DCCF9339A269BC0CABA88C /* ExpectaObject.h in Headers */,
- 660BEA8AC93BC6DF29A73D1570C10120 /* ExpectaSupport.h in Headers */,
- 31D27BF6DE823F040465EEC46431E22E /* EXPExpect.h in Headers */,
- F3D6C90DF502E4B6BFA4B4B950FB176B /* EXPFloatTuple.h in Headers */,
- 7C4FFAF7E7BD72B4775C2966898B3A83 /* EXPMatcher.h in Headers */,
- C64C4032827660F5ED12E425857BE673 /* EXPMatcherHelpers.h in Headers */,
- 47E018E82EA7801C93BE8D632FBAA3EC /* EXPMatchers+beCloseTo.h in Headers */,
- 61E89F8C6D2C5658ECADCC9BE04E4E0F /* EXPMatchers+beFalsy.h in Headers */,
- 5EB8C17604A5FCA7B0F9174850D0441F /* EXPMatchers+beginWith.h in Headers */,
- B1964DABF421B8BA6BB9AB9E1CC0E387 /* EXPMatchers+beGreaterThan.h in Headers */,
- BB0E62892680D990AC167E4629F95062 /* EXPMatchers+beGreaterThanOrEqualTo.h in Headers */,
- 7100640F169A4EC93CA15F0D8B5AFE8F /* EXPMatchers+beIdenticalTo.h in Headers */,
- DFFE7035A8177E14B29DE53973AE3B1E /* EXPMatchers+beInstanceOf.h in Headers */,
- 94C94F986312F61D076591DBCEC07104 /* EXPMatchers+beInTheRangeOf.h in Headers */,
- 8994485FB1398BF225377D4C109CA38B /* EXPMatchers+beKindOf.h in Headers */,
- BAA98BF425D78B9F9FB405680EA0CB3D /* EXPMatchers+beLessThan.h in Headers */,
- B1820A5E15F22942E386756A0473E808 /* EXPMatchers+beLessThanOrEqualTo.h in Headers */,
- 19CDE56AC4388C284D9A394F64E0530C /* EXPMatchers+beNil.h in Headers */,
- 4C2D57EF131B9A1AA1A65F36DA717BC7 /* EXPMatchers+beSubclassOf.h in Headers */,
- 76FFE0A5253E08250D976CAE912B89D9 /* EXPMatchers+beSupersetOf.h in Headers */,
- A193FB77C3606DE847937B79BD869F26 /* EXPMatchers+beTruthy.h in Headers */,
- 87C087B7F1B93C2DD0B42A93B3E9D9C4 /* EXPMatchers+conformTo.h in Headers */,
- D3B4D194BECF709DFA85E588891B885E /* EXPMatchers+contain.h in Headers */,
- 4FE0FA38EA4BC9922DB982A2FB4B504A /* EXPMatchers+endWith.h in Headers */,
- 4B76A75E1FA371E7EF6C821CD52514A1 /* EXPMatchers+equal.h in Headers */,
- 11B98D7660EAD3B22A6F8DAFAC8E96F8 /* EXPMatchers+haveCountOf.h in Headers */,
- 62A200B73B76F6740A3EEA168FBFFF41 /* EXPMatchers+match.h in Headers */,
- B241CF27E6B9D2DBC3236BDC1BDA5B69 /* EXPMatchers+postNotification.h in Headers */,
- 119C10C9E57E10B254B8B13A06D332F4 /* EXPMatchers+raise.h in Headers */,
- 4E89738B989CA5A6018187E52FE0E216 /* EXPMatchers+raiseWithReason.h in Headers */,
- 7A50398D1D6F1D22165ECAA192F9D1CF /* EXPMatchers+respondTo.h in Headers */,
- 12ADCD5E7598997A3486E62E784DB241 /* EXPMatchers.h in Headers */,
- B7FB8C30C577D624F5E0B1FDB3E6CD8B /* EXPUnsupportedObject.h in Headers */,
- 69DCF5F3A96B49720B728BA6EF5E095A /* NSObject+Expecta.h in Headers */,
- 120A345233C900C50BAD6F3950FAB8FA /* NSValue+Expecta.h in Headers */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 7B091D57BCA2DBE1E64B837A161E9E23 /* Headers */ = {
- isa = PBXHeadersBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 76A58C6131A1264FDE3DADAEA0AC83F5 /* MASCompositeConstraint.h in Headers */,
- 3E2C9C19590011C8FE1F3966F4AF52D5 /* MASConstraint+Private.h in Headers */,
- 9F196561D7369053FA6D9FD4374E85B9 /* MASConstraint.h in Headers */,
- 0F7BD72B0882E4D4DD27C3B914EC3857 /* MASConstraintMaker.h in Headers */,
- AEEF0434A83EF5F1949252A8409F71DD /* MASLayoutConstraint.h in Headers */,
- D69C7F6B7677C82AABBF7FE0057CE931 /* Masonry.h in Headers */,
- 28DD12DAF70F49B558112AA5E2809F19 /* MASUtilities.h in Headers */,
- 42FA711D0BA099127544F7A978075C9D /* MASViewAttribute.h in Headers */,
- 0D4B6D7C17953EF6C0BEFADA699DA6D2 /* MASViewConstraint.h in Headers */,
- 2C8FBF03AD0FD40587A84D2994D758B4 /* NSArray+MASAdditions.h in Headers */,
- 3AB6F716B6B591E90D2E2CB1434B55BB /* NSArray+MASShorthandAdditions.h in Headers */,
- 067B3CDE5AAD4D941172A17C9EEA5916 /* NSLayoutConstraint+MASDebugAdditions.h in Headers */,
- AFD341AE846EE3D48F3832FB858FD31C /* View+MASAdditions.h in Headers */,
- 4F51EE6366844B6C34DD13F77D9A76CA /* View+MASShorthandAdditions.h in Headers */,
- 38B02E0B37B1F0225FBE396BD51461D9 /* ViewController+MASAdditions.h in Headers */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
-/* End PBXHeadersBuildPhase section */
-
-/* Begin PBXNativeTarget section */
- 46D68D26DCAAC4D999D549BA45F0B0EC /* Expecta */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = D88EDEBF3855FDEF25FC2B2C9BC585A7 /* Build configuration list for PBXNativeTarget "Expecta" */;
- buildPhases = (
- 5A1715485AF02533C3EE06033E9DA73F /* Sources */,
- 03F8C9DE4B5918EEA35CE61AA3A1186A /* Frameworks */,
- 05E58D356A38DD487823D5BE24334920 /* Headers */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = Expecta;
- productName = Expecta;
- productReference = 2A7DB9040882B1058689C275628BAD96 /* libExpecta.a */;
- productType = "com.apple.product-type.library.static";
- };
- 9DC8D9E02903E93BD0B2FEC9D846EA20 /* Masonry */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 34CAE1CB89EDBF2E53735CC5D4E5E69F /* Build configuration list for PBXNativeTarget "Masonry" */;
- buildPhases = (
- B23F63142B50E8F550DD2612D6EC304E /* Sources */,
- 6FD8312A1AEB348F49A81C438DB25115 /* Frameworks */,
- 7B091D57BCA2DBE1E64B837A161E9E23 /* Headers */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = Masonry;
- productName = Masonry;
- productReference = 2B6A8C9B5A40329ADEFB0567ED8489DC /* libMasonry.a */;
- productType = "com.apple.product-type.library.static";
- };
- B179403FF6D25C7B7A20B6BC7BB7D496 /* Pods-MasonryTestsLoader */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 84EA7C388F7334394620E2B60F337AF0 /* Build configuration list for PBXNativeTarget "Pods-MasonryTestsLoader" */;
- buildPhases = (
- DFE87F186448CBCB3F82C8AF4CFC35FA /* Sources */,
- 583B8AB450D47A22AD844DA398F34FCC /* Frameworks */,
- 0298D5A9AEDE52C4B23B10839B5B4F22 /* Export Environment Vars */,
- );
- buildRules = (
- );
- dependencies = (
- C2B6764EE104DB246A756A4DFE11B8D7 /* PBXTargetDependency */,
- );
- name = "Pods-MasonryTestsLoader";
- productName = "Pods-MasonryTestsLoader";
- productReference = C4EC8E6D70CF2CC9E094524A6560BC80 /* libPods-MasonryTestsLoader.a */;
- productType = "com.apple.product-type.library.static";
- };
- ED9816227181DEA06E7E727FF25B471D /* Pods-Masonry iOS Examples */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 315B20EF5C9788CF371A2375E2025660 /* Build configuration list for PBXNativeTarget "Pods-Masonry iOS Examples" */;
- buildPhases = (
- 2AC3450D42E3A3D2F5901AE7C9035C9E /* Sources */,
- A3EB68BB62C219069E6DBA1A070D7F3F /* Frameworks */,
- );
- buildRules = (
- );
- dependencies = (
- 3D91A82FDB882886527EEF10899EA5B6 /* PBXTargetDependency */,
- );
- name = "Pods-Masonry iOS Examples";
- productName = "Pods-Masonry iOS Examples";
- productReference = 8B4562385452B8EF12C3E0EFC2E07D12 /* libPods-Masonry iOS Examples.a */;
- productType = "com.apple.product-type.library.static";
- };
- F851684D769DB63C33469D937E0F9C64 /* Pods-Masonry iOS Tests */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 403F400D236646D1D85497936B6572D1 /* Build configuration list for PBXNativeTarget "Pods-Masonry iOS Tests" */;
- buildPhases = (
- D74BBCF7C15B95FA4A31681E55A0FE05 /* Sources */,
- 9E80CE71F73E7DB19033544A8A4E9F55 /* Frameworks */,
- );
- buildRules = (
- );
- dependencies = (
- 91F718810BB49C6036F14791DC0B796B /* PBXTargetDependency */,
- );
- name = "Pods-Masonry iOS Tests";
- productName = "Pods-Masonry iOS Tests";
- productReference = 10A477660D2D97AEF58A6795020511A9 /* libPods-Masonry iOS Tests.a */;
- productType = "com.apple.product-type.library.static";
- };
-/* End PBXNativeTarget section */
-
-/* Begin PBXProject section */
- D41D8CD98F00B204E9800998ECF8427E /* Project object */ = {
- isa = PBXProject;
- attributes = {
- LastSwiftUpdateCheck = 0830;
- LastUpgradeCheck = 0700;
- };
- buildConfigurationList = 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */;
- compatibilityVersion = "Xcode 3.2";
- developmentRegion = English;
- hasScannedForEncodings = 0;
- knownRegions = (
- en,
- );
- mainGroup = 7DB346D0F39D3F0E887471402A8071AB;
- productRefGroup = 6B57A62A4ECEF9976CBA3885013FA6AC /* Products */;
- projectDirPath = "";
- projectRoot = "";
- targets = (
- 46D68D26DCAAC4D999D549BA45F0B0EC /* Expecta */,
- 9DC8D9E02903E93BD0B2FEC9D846EA20 /* Masonry */,
- ED9816227181DEA06E7E727FF25B471D /* Pods-Masonry iOS Examples */,
- F851684D769DB63C33469D937E0F9C64 /* Pods-Masonry iOS Tests */,
- B179403FF6D25C7B7A20B6BC7BB7D496 /* Pods-MasonryTestsLoader */,
- );
- };
-/* End PBXProject section */
-
-/* Begin PBXShellScriptBuildPhase section */
- 0298D5A9AEDE52C4B23B10839B5B4F22 /* Export Environment Vars */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputPaths = (
- );
- name = "Export Environment Vars";
- outputPaths = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "export | egrep '( BUILT_PRODUCTS_DIR)|(CURRENT_ARCH)|(OBJECT_FILE_DIR_normal)|(SRCROOT)|(OBJROOT)' > $SRCROOT/../script/env.sh";
- showEnvVarsInLog = 0;
- };
-/* End PBXShellScriptBuildPhase section */
-
-/* Begin PBXSourcesBuildPhase section */
- 2AC3450D42E3A3D2F5901AE7C9035C9E /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 6DA9AB53FE1CA890DF5FB0468FA0F476 /* Pods-Masonry iOS Examples-dummy.m in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 5A1715485AF02533C3EE06033E9DA73F /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- CC995F4F36E9D6237AFC6F729364B867 /* EXPBlockDefinedMatcher.m in Sources */,
- 045E77138594FCD0492D74EE7C22AC90 /* EXPDoubleTuple.m in Sources */,
- E95DE019212836608A35BF3270AADF17 /* Expecta-dummy.m in Sources */,
- A904D2D6242F68CC3B959E2B0FC8B4F9 /* ExpectaObject.m in Sources */,
- C091203A57422574B3263D1E9BA53A87 /* ExpectaSupport.m in Sources */,
- 1C74D210067A2D584AA672E61F246ECC /* EXPExpect.m in Sources */,
- 643DE0287F1066D083368EAC928DF078 /* EXPFloatTuple.m in Sources */,
- 63CDCCAC82CBC33021220531D93213A2 /* EXPMatcherHelpers.m in Sources */,
- 4943F7D828D56A874ACCA7AC312F863B /* EXPMatchers+beCloseTo.m in Sources */,
- C498F24E736A80A0F6C440DBC33AF494 /* EXPMatchers+beFalsy.m in Sources */,
- C670343470EAC260E60ABD463CC39E2D /* EXPMatchers+beginWith.m in Sources */,
- 2C944499E3BB44E17E10959A76BBAEA3 /* EXPMatchers+beGreaterThan.m in Sources */,
- CDA268F5B643324DD61A0E25BD4179ED /* EXPMatchers+beGreaterThanOrEqualTo.m in Sources */,
- B709C0890B67EB6C1AB9B9738CDBEEC6 /* EXPMatchers+beIdenticalTo.m in Sources */,
- B2880B5D7D91AACFCEF345934CFEBA55 /* EXPMatchers+beInstanceOf.m in Sources */,
- 28BC58EE3C7374C4C2DEF6D029011C84 /* EXPMatchers+beInTheRangeOf.m in Sources */,
- 885C2534832AF6B1DFA98FA19C4D9994 /* EXPMatchers+beKindOf.m in Sources */,
- A12B39559E464A1089E4389274973616 /* EXPMatchers+beLessThan.m in Sources */,
- 2523657BEE249A532CDFD495AC911F39 /* EXPMatchers+beLessThanOrEqualTo.m in Sources */,
- 0435080233FFD861A266AB43BE3279D3 /* EXPMatchers+beNil.m in Sources */,
- 71FBC2F8907E29EB767026E6A08F7EEF /* EXPMatchers+beSubclassOf.m in Sources */,
- 391226D83570CA724B533A2C609A5EF5 /* EXPMatchers+beSupersetOf.m in Sources */,
- 1E2343F7AE04C5D386CCD455E84F13E0 /* EXPMatchers+beTruthy.m in Sources */,
- 58E38027B0A4F6CA7BE54F0AE8D4885B /* EXPMatchers+conformTo.m in Sources */,
- FE84239BE923F217FD38E45B4F770EFD /* EXPMatchers+contain.m in Sources */,
- F8E39087737225714939DB0252FB1114 /* EXPMatchers+endWith.m in Sources */,
- 863C5CC8F4698A0C85AB53C9B072D889 /* EXPMatchers+equal.m in Sources */,
- 24FF4A3B66A2F383BA14790790108406 /* EXPMatchers+haveCountOf.m in Sources */,
- 0FE4C580D709657792E5661E74F171D5 /* EXPMatchers+match.m in Sources */,
- D94F3CDE976C052BF0BD112E257A7F19 /* EXPMatchers+postNotification.m in Sources */,
- A5CB8C92268FCAC7B00F12EE55B43338 /* EXPMatchers+raise.m in Sources */,
- 1D622FBC8A4262E6B398F5CCCB1D9650 /* EXPMatchers+raiseWithReason.m in Sources */,
- 5D50DA13C7A8B2AF549AA4F05E69F9F4 /* EXPMatchers+respondTo.m in Sources */,
- ED087996824EE3256B222E3BAEBAB14D /* EXPUnsupportedObject.m in Sources */,
- 4EB308BF802E6F21BABDA8B8718CC7AB /* NSValue+Expecta.m in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- B23F63142B50E8F550DD2612D6EC304E /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- E220D02AE7833F8B9202B0304FFBB644 /* MASCompositeConstraint.m in Sources */,
- 2D814705CE041C701138BD9147CB21AA /* MASConstraint.m in Sources */,
- EBFA48D334098E6BAB801E6FB8F756C0 /* MASConstraintMaker.m in Sources */,
- 1AF47B7901796231A318934C2F0DDC04 /* MASLayoutConstraint.m in Sources */,
- B66BCA2DD1043A4356B5286F346F8049 /* Masonry-dummy.m in Sources */,
- A8A60B0CEECC7D7C9D8CA6B2DC811C64 /* MASViewAttribute.m in Sources */,
- 07B309A8727E5DBE05DB1F644F7B8D8A /* MASViewConstraint.m in Sources */,
- E846C94664199B4B993866C557EEC20D /* NSArray+MASAdditions.m in Sources */,
- 80408C0CF9D13D89E500446267DD0041 /* NSLayoutConstraint+MASDebugAdditions.m in Sources */,
- 409B7E241957B5C0ADFA4DEA82CDA7AB /* View+MASAdditions.m in Sources */,
- D2BD7E6904BDD20074AB5A8B04400EB2 /* ViewController+MASAdditions.m in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- D74BBCF7C15B95FA4A31681E55A0FE05 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 1F002B6CD1662BADA6556D76FFFE0B96 /* Pods-Masonry iOS Tests-dummy.m in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- DFE87F186448CBCB3F82C8AF4CFC35FA /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- AC80F28E4B250E6535484F5269566FF0 /* Pods-MasonryTestsLoader-dummy.m in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
-/* End PBXSourcesBuildPhase section */
-
-/* Begin PBXTargetDependency section */
- 3D91A82FDB882886527EEF10899EA5B6 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- name = Masonry;
- target = 9DC8D9E02903E93BD0B2FEC9D846EA20 /* Masonry */;
- targetProxy = AA5F0BBF6F9F116C791133368DE92755 /* PBXContainerItemProxy */;
- };
- 91F718810BB49C6036F14791DC0B796B /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- name = Expecta;
- target = 46D68D26DCAAC4D999D549BA45F0B0EC /* Expecta */;
- targetProxy = 3A31C048AC5B5E5AB145E49BF610B911 /* PBXContainerItemProxy */;
- };
- C2B6764EE104DB246A756A4DFE11B8D7 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- name = Masonry;
- target = 9DC8D9E02903E93BD0B2FEC9D846EA20 /* Masonry */;
- targetProxy = 5E51BB7C485C3BB1001A7E9EF94414CF /* PBXContainerItemProxy */;
- };
-/* End PBXTargetDependency section */
-
-/* Begin XCBuildConfiguration section */
- 06C735D53481C37742C3736F2A7D5661 /* Debug */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = 489F09523F5700F4F414FA98E0BDEEE4 /* Expecta.xcconfig */;
- buildSettings = {
- "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
- "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
- DEBUG_INFORMATION_FORMAT = dwarf;
- ENABLE_STRICT_OBJC_MSGSEND = YES;
- GCC_NO_COMMON_BLOCKS = YES;
- GCC_PREFIX_HEADER = "Target Support Files/Expecta/Expecta-prefix.pch";
- IPHONEOS_DEPLOYMENT_TARGET = 5.1.1;
- MTL_ENABLE_DEBUG_INFO = YES;
- OTHER_LDFLAGS = "";
- OTHER_LIBTOOLFLAGS = "";
- PRIVATE_HEADERS_FOLDER_PATH = "";
- PRODUCT_NAME = "$(TARGET_NAME)";
- PUBLIC_HEADERS_FOLDER_PATH = "";
- SDKROOT = iphoneos;
- SKIP_INSTALL = YES;
- SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
- };
- name = Debug;
- };
- 0D04C9824688FBC954D824C0404A3E00 /* Release */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = AD6D89D8C414349AAD70BD448A0EB42D /* Pods-MasonryTestsLoader.release.xcconfig */;
- buildSettings = {
- "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
- "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- ENABLE_STRICT_OBJC_MSGSEND = YES;
- GCC_GENERATE_TEST_COVERAGE_FILES = YES;
- GCC_INSTRUMENT_PROGRAM_FLOW_ARCS = YES;
- GCC_NO_COMMON_BLOCKS = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
- MACH_O_TYPE = staticlib;
- MTL_ENABLE_DEBUG_INFO = NO;
- OTHER_LDFLAGS = "";
- OTHER_LIBTOOLFLAGS = "";
- PODS_ROOT = "$(SRCROOT)";
- PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
- PRODUCT_NAME = "$(TARGET_NAME)";
- SDKROOT = iphoneos;
- SKIP_INSTALL = YES;
- };
- name = Release;
- };
- 1C7D17A37D091C98D2F0DD886C3A9320 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- CLANG_ANALYZER_NONNULL = YES;
- CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES;
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
- CLANG_CXX_LIBRARY = "libc++";
- CLANG_ENABLE_MODULES = YES;
- CLANG_ENABLE_OBJC_ARC = YES;
- CLANG_WARN_BOOL_CONVERSION = YES;
- CLANG_WARN_CONSTANT_CONVERSION = YES;
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES;
- CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
- CLANG_WARN_EMPTY_BODY = YES;
- CLANG_WARN_ENUM_CONVERSION = YES;
- CLANG_WARN_INFINITE_RECURSION = YES;
- CLANG_WARN_INT_CONVERSION = YES;
- CLANG_WARN_OBJC_ROOT_CLASS = YES;
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
- CLANG_WARN_UNREACHABLE_CODE = YES;
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
- CODE_SIGNING_REQUIRED = NO;
- COPY_PHASE_STRIP = NO;
- ENABLE_TESTABILITY = YES;
- GCC_C_LANGUAGE_STANDARD = gnu99;
- GCC_DYNAMIC_NO_PIC = NO;
- GCC_OPTIMIZATION_LEVEL = 0;
- GCC_PREPROCESSOR_DEFINITIONS = (
- "POD_CONFIGURATION_DEBUG=1",
- "DEBUG=1",
- "$(inherited)",
- );
- GCC_SYMBOLS_PRIVATE_EXTERN = NO;
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
- GCC_WARN_ABOUT_RETURN_TYPE = YES;
- GCC_WARN_UNDECLARED_SELECTOR = YES;
- GCC_WARN_UNINITIALIZED_AUTOS = YES;
- GCC_WARN_UNUSED_FUNCTION = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
- ONLY_ACTIVE_ARCH = YES;
- PROVISIONING_PROFILE_SPECIFIER = NO_SIGNING/;
- STRIP_INSTALLED_PRODUCT = NO;
- SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
- SYMROOT = "${SRCROOT}/../build";
- };
- name = Debug;
- };
- 34FE9531DA9AF2820790339988D5FF41 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- CLANG_ANALYZER_NONNULL = YES;
- CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES;
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
- CLANG_CXX_LIBRARY = "libc++";
- CLANG_ENABLE_MODULES = YES;
- CLANG_ENABLE_OBJC_ARC = YES;
- CLANG_WARN_BOOL_CONVERSION = YES;
- CLANG_WARN_CONSTANT_CONVERSION = YES;
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES;
- CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
- CLANG_WARN_EMPTY_BODY = YES;
- CLANG_WARN_ENUM_CONVERSION = YES;
- CLANG_WARN_INFINITE_RECURSION = YES;
- CLANG_WARN_INT_CONVERSION = YES;
- CLANG_WARN_OBJC_ROOT_CLASS = YES;
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
- CLANG_WARN_UNREACHABLE_CODE = YES;
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
- CODE_SIGNING_REQUIRED = NO;
- COPY_PHASE_STRIP = YES;
- ENABLE_NS_ASSERTIONS = NO;
- GCC_C_LANGUAGE_STANDARD = gnu99;
- GCC_PREPROCESSOR_DEFINITIONS = (
- "POD_CONFIGURATION_RELEASE=1",
- "$(inherited)",
- );
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
- GCC_WARN_ABOUT_RETURN_TYPE = YES;
- GCC_WARN_UNDECLARED_SELECTOR = YES;
- GCC_WARN_UNINITIALIZED_AUTOS = YES;
- GCC_WARN_UNUSED_FUNCTION = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
- PROVISIONING_PROFILE_SPECIFIER = NO_SIGNING/;
- STRIP_INSTALLED_PRODUCT = NO;
- SYMROOT = "${SRCROOT}/../build";
- VALIDATE_PRODUCT = YES;
- };
- name = Release;
- };
- 3640836F61E86EC291C35C10A0C6C895 /* Release */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = D17CA42B2DBD2AB2BBA3CBB7E2205968 /* Masonry.xcconfig */;
- buildSettings = {
- "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
- "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- ENABLE_STRICT_OBJC_MSGSEND = YES;
- GCC_NO_COMMON_BLOCKS = YES;
- GCC_PREFIX_HEADER = "Target Support Files/Masonry/Masonry-prefix.pch";
- IPHONEOS_DEPLOYMENT_TARGET = 6.0;
- MTL_ENABLE_DEBUG_INFO = NO;
- OTHER_LDFLAGS = "";
- OTHER_LIBTOOLFLAGS = "";
- PRIVATE_HEADERS_FOLDER_PATH = "";
- PRODUCT_NAME = "$(TARGET_NAME)";
- PUBLIC_HEADERS_FOLDER_PATH = "";
- SDKROOT = iphoneos;
- SKIP_INSTALL = YES;
- SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
- };
- name = Release;
- };
- 4563D8BBE880D823F6BD5DDF706D753C /* Release */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = 489F09523F5700F4F414FA98E0BDEEE4 /* Expecta.xcconfig */;
- buildSettings = {
- "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
- "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- ENABLE_STRICT_OBJC_MSGSEND = YES;
- GCC_NO_COMMON_BLOCKS = YES;
- GCC_PREFIX_HEADER = "Target Support Files/Expecta/Expecta-prefix.pch";
- IPHONEOS_DEPLOYMENT_TARGET = 5.1.1;
- MTL_ENABLE_DEBUG_INFO = NO;
- OTHER_LDFLAGS = "";
- OTHER_LIBTOOLFLAGS = "";
- PRIVATE_HEADERS_FOLDER_PATH = "";
- PRODUCT_NAME = "$(TARGET_NAME)";
- PUBLIC_HEADERS_FOLDER_PATH = "";
- SDKROOT = iphoneos;
- SKIP_INSTALL = YES;
- SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
- };
- name = Release;
- };
- 8B6F0C8DE4F0C3C276DE0869916A9854 /* Debug */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = D17CA42B2DBD2AB2BBA3CBB7E2205968 /* Masonry.xcconfig */;
- buildSettings = {
- "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
- "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
- DEBUG_INFORMATION_FORMAT = dwarf;
- ENABLE_STRICT_OBJC_MSGSEND = YES;
- GCC_NO_COMMON_BLOCKS = YES;
- GCC_PREFIX_HEADER = "Target Support Files/Masonry/Masonry-prefix.pch";
- IPHONEOS_DEPLOYMENT_TARGET = 6.0;
- MTL_ENABLE_DEBUG_INFO = YES;
- OTHER_LDFLAGS = "";
- OTHER_LIBTOOLFLAGS = "";
- PRIVATE_HEADERS_FOLDER_PATH = "";
- PRODUCT_NAME = "$(TARGET_NAME)";
- PUBLIC_HEADERS_FOLDER_PATH = "";
- SDKROOT = iphoneos;
- SKIP_INSTALL = YES;
- SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
- };
- name = Debug;
- };
- BEFC70E6C48ED31E2194921A7560D273 /* Release */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = 1B998D4CCC665C40E8A45CF07DFD7ABC /* Pods-Masonry iOS Examples.release.xcconfig */;
- buildSettings = {
- "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
- "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- ENABLE_STRICT_OBJC_MSGSEND = YES;
- GCC_NO_COMMON_BLOCKS = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
- MACH_O_TYPE = staticlib;
- MTL_ENABLE_DEBUG_INFO = NO;
- OTHER_LDFLAGS = "";
- OTHER_LIBTOOLFLAGS = "";
- PODS_ROOT = "$(SRCROOT)";
- PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
- PRODUCT_NAME = "$(TARGET_NAME)";
- SDKROOT = iphoneos;
- SKIP_INSTALL = YES;
- };
- name = Release;
- };
- DA2C49C7DD25DEB1B2FD7E82FE00F85A /* Debug */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = EF1B79566A439B7A68A81F499EBFDDE1 /* Pods-Masonry iOS Tests.debug.xcconfig */;
- buildSettings = {
- "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
- "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
- DEBUG_INFORMATION_FORMAT = dwarf;
- ENABLE_STRICT_OBJC_MSGSEND = YES;
- GCC_NO_COMMON_BLOCKS = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
- MACH_O_TYPE = staticlib;
- MTL_ENABLE_DEBUG_INFO = YES;
- OTHER_LDFLAGS = "";
- OTHER_LIBTOOLFLAGS = "";
- PODS_ROOT = "$(SRCROOT)";
- PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
- PRODUCT_NAME = "$(TARGET_NAME)";
- SDKROOT = iphoneos;
- SKIP_INSTALL = YES;
- };
- name = Debug;
- };
- E0ED321AE074A8803A400A79BF0B2A54 /* Debug */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = 41073685DCEF4DD54806A297165DB39F /* Pods-MasonryTestsLoader.debug.xcconfig */;
- buildSettings = {
- "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
- "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
- DEBUG_INFORMATION_FORMAT = dwarf;
- ENABLE_STRICT_OBJC_MSGSEND = YES;
- GCC_GENERATE_TEST_COVERAGE_FILES = YES;
- GCC_INSTRUMENT_PROGRAM_FLOW_ARCS = YES;
- GCC_NO_COMMON_BLOCKS = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
- MACH_O_TYPE = staticlib;
- MTL_ENABLE_DEBUG_INFO = YES;
- OTHER_LDFLAGS = "";
- OTHER_LIBTOOLFLAGS = "";
- PODS_ROOT = "$(SRCROOT)";
- PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
- PRODUCT_NAME = "$(TARGET_NAME)";
- SDKROOT = iphoneos;
- SKIP_INSTALL = YES;
- };
- name = Debug;
- };
- E7BA51E64E8E497287675229455FF9BE /* Release */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = 590084C07434815AE5BEC2E76CD54154 /* Pods-Masonry iOS Tests.release.xcconfig */;
- buildSettings = {
- "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
- "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- ENABLE_STRICT_OBJC_MSGSEND = YES;
- GCC_NO_COMMON_BLOCKS = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
- MACH_O_TYPE = staticlib;
- MTL_ENABLE_DEBUG_INFO = NO;
- OTHER_LDFLAGS = "";
- OTHER_LIBTOOLFLAGS = "";
- PODS_ROOT = "$(SRCROOT)";
- PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
- PRODUCT_NAME = "$(TARGET_NAME)";
- SDKROOT = iphoneos;
- SKIP_INSTALL = YES;
- };
- name = Release;
- };
- FE787B4338C5C609AA6C2113045B53EB /* Debug */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = C5ABB1C6CB3F9F99597CCF6727731A7B /* Pods-Masonry iOS Examples.debug.xcconfig */;
- buildSettings = {
- "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
- "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
- DEBUG_INFORMATION_FORMAT = dwarf;
- ENABLE_STRICT_OBJC_MSGSEND = YES;
- GCC_NO_COMMON_BLOCKS = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
- MACH_O_TYPE = staticlib;
- MTL_ENABLE_DEBUG_INFO = YES;
- OTHER_LDFLAGS = "";
- OTHER_LIBTOOLFLAGS = "";
- PODS_ROOT = "$(SRCROOT)";
- PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
- PRODUCT_NAME = "$(TARGET_NAME)";
- SDKROOT = iphoneos;
- SKIP_INSTALL = YES;
- };
- name = Debug;
- };
-/* End XCBuildConfiguration section */
-
-/* Begin XCConfigurationList section */
- 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 1C7D17A37D091C98D2F0DD886C3A9320 /* Debug */,
- 34FE9531DA9AF2820790339988D5FF41 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 315B20EF5C9788CF371A2375E2025660 /* Build configuration list for PBXNativeTarget "Pods-Masonry iOS Examples" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- FE787B4338C5C609AA6C2113045B53EB /* Debug */,
- BEFC70E6C48ED31E2194921A7560D273 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 34CAE1CB89EDBF2E53735CC5D4E5E69F /* Build configuration list for PBXNativeTarget "Masonry" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 8B6F0C8DE4F0C3C276DE0869916A9854 /* Debug */,
- 3640836F61E86EC291C35C10A0C6C895 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 403F400D236646D1D85497936B6572D1 /* Build configuration list for PBXNativeTarget "Pods-Masonry iOS Tests" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- DA2C49C7DD25DEB1B2FD7E82FE00F85A /* Debug */,
- E7BA51E64E8E497287675229455FF9BE /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 84EA7C388F7334394620E2B60F337AF0 /* Build configuration list for PBXNativeTarget "Pods-MasonryTestsLoader" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- E0ED321AE074A8803A400A79BF0B2A54 /* Debug */,
- 0D04C9824688FBC954D824C0404A3E00 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- D88EDEBF3855FDEF25FC2B2C9BC585A7 /* Build configuration list for PBXNativeTarget "Expecta" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 06C735D53481C37742C3736F2A7D5661 /* Debug */,
- 4563D8BBE880D823F6BD5DDF706D753C /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
-/* End XCConfigurationList section */
- };
- rootObject = D41D8CD98F00B204E9800998ECF8427E /* Project object */;
-}
diff --git a/Pods/Target Support Files/Expecta/Expecta-dummy.m b/Pods/Target Support Files/Expecta/Expecta-dummy.m
deleted file mode 100644
index c4c252a6..00000000
--- a/Pods/Target Support Files/Expecta/Expecta-dummy.m
+++ /dev/null
@@ -1,5 +0,0 @@
-#import
-@interface PodsDummy_Expecta : NSObject
-@end
-@implementation PodsDummy_Expecta
-@end
diff --git a/Pods/Target Support Files/Expecta/Expecta-prefix.pch b/Pods/Target Support Files/Expecta/Expecta-prefix.pch
deleted file mode 100644
index beb2a244..00000000
--- a/Pods/Target Support Files/Expecta/Expecta-prefix.pch
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifdef __OBJC__
-#import
-#else
-#ifndef FOUNDATION_EXPORT
-#if defined(__cplusplus)
-#define FOUNDATION_EXPORT extern "C"
-#else
-#define FOUNDATION_EXPORT extern
-#endif
-#endif
-#endif
-
diff --git a/Pods/Target Support Files/Expecta/Expecta.xcconfig b/Pods/Target Support Files/Expecta/Expecta.xcconfig
deleted file mode 100644
index 4364ae8b..00000000
--- a/Pods/Target Support Files/Expecta/Expecta.xcconfig
+++ /dev/null
@@ -1,12 +0,0 @@
-CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/Expecta
-ENABLE_BITCODE = NO
-FRAMEWORK_SEARCH_PATHS = $(inherited) "$(PLATFORM_DIR)/Developer/Library/Frameworks"
-GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
-HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/Expecta" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Expecta" "${PODS_ROOT}/Headers/Public/Masonry"
-OTHER_LDFLAGS = -framework "Foundation" -framework "XCTest"
-PODS_BUILD_DIR = $BUILD_DIR
-PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
-PODS_ROOT = ${SRCROOT}
-PODS_TARGET_SRCROOT = ${PODS_ROOT}/Expecta
-PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier}
-SKIP_INSTALL = YES
diff --git a/Pods/Target Support Files/Masonry/Masonry-dummy.m b/Pods/Target Support Files/Masonry/Masonry-dummy.m
deleted file mode 100644
index 04001b1a..00000000
--- a/Pods/Target Support Files/Masonry/Masonry-dummy.m
+++ /dev/null
@@ -1,5 +0,0 @@
-#import
-@interface PodsDummy_Masonry : NSObject
-@end
-@implementation PodsDummy_Masonry
-@end
diff --git a/Pods/Target Support Files/Masonry/Masonry-prefix.pch b/Pods/Target Support Files/Masonry/Masonry-prefix.pch
deleted file mode 100644
index beb2a244..00000000
--- a/Pods/Target Support Files/Masonry/Masonry-prefix.pch
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifdef __OBJC__
-#import
-#else
-#ifndef FOUNDATION_EXPORT
-#if defined(__cplusplus)
-#define FOUNDATION_EXPORT extern "C"
-#else
-#define FOUNDATION_EXPORT extern
-#endif
-#endif
-#endif
-
diff --git a/Pods/Target Support Files/Masonry/Masonry.xcconfig b/Pods/Target Support Files/Masonry/Masonry.xcconfig
deleted file mode 100644
index 539a8347..00000000
--- a/Pods/Target Support Files/Masonry/Masonry.xcconfig
+++ /dev/null
@@ -1,10 +0,0 @@
-CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/Masonry
-GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
-HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/Masonry" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Expecta" "${PODS_ROOT}/Headers/Public/Masonry"
-OTHER_LDFLAGS = -framework "Foundation" -framework "UIKit"
-PODS_BUILD_DIR = $BUILD_DIR
-PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
-PODS_ROOT = ${SRCROOT}
-PODS_TARGET_SRCROOT = ${PODS_ROOT}/..
-PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier}
-SKIP_INSTALL = YES
diff --git a/Pods/Target Support Files/Pods-Masonry iOS Examples/Pods-Masonry iOS Examples-acknowledgements.markdown b/Pods/Target Support Files/Pods-Masonry iOS Examples/Pods-Masonry iOS Examples-acknowledgements.markdown
deleted file mode 100644
index 2a481814..00000000
--- a/Pods/Target Support Files/Pods-Masonry iOS Examples/Pods-Masonry iOS Examples-acknowledgements.markdown
+++ /dev/null
@@ -1,25 +0,0 @@
-# Acknowledgements
-This application makes use of the following third party libraries:
-
-## Masonry
-
-Copyright (c) 2011-2012 Masonry Team - https://github.com/Masonry
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-Generated by CocoaPods - https://cocoapods.org
diff --git a/Pods/Target Support Files/Pods-Masonry iOS Examples/Pods-Masonry iOS Examples-acknowledgements.plist b/Pods/Target Support Files/Pods-Masonry iOS Examples/Pods-Masonry iOS Examples-acknowledgements.plist
deleted file mode 100644
index ae25b598..00000000
--- a/Pods/Target Support Files/Pods-Masonry iOS Examples/Pods-Masonry iOS Examples-acknowledgements.plist
+++ /dev/null
@@ -1,57 +0,0 @@
-
-
-
-
- PreferenceSpecifiers
-
-
- FooterText
- This application makes use of the following third party libraries:
- Title
- Acknowledgements
- Type
- PSGroupSpecifier
-
-
- FooterText
- Copyright (c) 2011-2012 Masonry Team - https://github.com/Masonry
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
- License
- MIT
- Title
- Masonry
- Type
- PSGroupSpecifier
-
-
- FooterText
- Generated by CocoaPods - https://cocoapods.org
- Title
-
- Type
- PSGroupSpecifier
-
-
- StringsTable
- Acknowledgements
- Title
- Acknowledgements
-
-
diff --git a/Pods/Target Support Files/Pods-Masonry iOS Examples/Pods-Masonry iOS Examples-dummy.m b/Pods/Target Support Files/Pods-Masonry iOS Examples/Pods-Masonry iOS Examples-dummy.m
deleted file mode 100644
index 35f34e2e..00000000
--- a/Pods/Target Support Files/Pods-Masonry iOS Examples/Pods-Masonry iOS Examples-dummy.m
+++ /dev/null
@@ -1,5 +0,0 @@
-#import
-@interface PodsDummy_Pods_Masonry_iOS_Examples : NSObject
-@end
-@implementation PodsDummy_Pods_Masonry_iOS_Examples
-@end
diff --git a/Pods/Target Support Files/Pods-Masonry iOS Examples/Pods-Masonry iOS Examples-frameworks.sh b/Pods/Target Support Files/Pods-Masonry iOS Examples/Pods-Masonry iOS Examples-frameworks.sh
deleted file mode 100755
index 31b8bb0a..00000000
--- a/Pods/Target Support Files/Pods-Masonry iOS Examples/Pods-Masonry iOS Examples-frameworks.sh
+++ /dev/null
@@ -1,101 +0,0 @@
-#!/bin/sh
-set -e
-
-echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
-mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
-
-SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}"
-
-install_framework()
-{
- if [ -r "${BUILT_PRODUCTS_DIR}/$1" ]; then
- local source="${BUILT_PRODUCTS_DIR}/$1"
- elif [ -r "${BUILT_PRODUCTS_DIR}/$(basename "$1")" ]; then
- local source="${BUILT_PRODUCTS_DIR}/$(basename "$1")"
- elif [ -r "$1" ]; then
- local source="$1"
- fi
-
- local destination="${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
-
- if [ -L "${source}" ]; then
- echo "Symlinked..."
- source="$(readlink "${source}")"
- fi
-
- # use filter instead of exclude so missing patterns dont' throw errors
- echo "rsync --delete -av --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${destination}\""
- rsync --delete -av --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${destination}"
-
- local basename
- basename="$(basename -s .framework "$1")"
- binary="${destination}/${basename}.framework/${basename}"
- if ! [ -r "$binary" ]; then
- binary="${destination}/${basename}"
- fi
-
- # Strip invalid architectures so "fat" simulator / device frameworks work on device
- if [[ "$(file "$binary")" == *"dynamically linked shared library"* ]]; then
- strip_invalid_archs "$binary"
- fi
-
- # Resign the code if required by the build settings to avoid unstable apps
- code_sign_if_enabled "${destination}/$(basename "$1")"
-
- # Embed linked Swift runtime libraries. No longer necessary as of Xcode 7.
- if [ "${XCODE_VERSION_MAJOR}" -lt 7 ]; then
- local swift_runtime_libs
- swift_runtime_libs=$(xcrun otool -LX "$binary" | grep --color=never @rpath/libswift | sed -E s/@rpath\\/\(.+dylib\).*/\\1/g | uniq -u && exit ${PIPESTATUS[0]})
- for lib in $swift_runtime_libs; do
- echo "rsync -auv \"${SWIFT_STDLIB_PATH}/${lib}\" \"${destination}\""
- rsync -auv "${SWIFT_STDLIB_PATH}/${lib}" "${destination}"
- code_sign_if_enabled "${destination}/${lib}"
- done
- fi
-}
-
-# Copies the dSYM of a vendored framework
-install_dsym() {
- local source="$1"
- if [ -r "$source" ]; then
- echo "rsync --delete -av --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${DWARF_DSYM_FOLDER_PATH}\""
- rsync --delete -av --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${DWARF_DSYM_FOLDER_PATH}"
- fi
-}
-
-# Signs a framework with the provided identity
-code_sign_if_enabled() {
- if [ -n "${EXPANDED_CODE_SIGN_IDENTITY}" -a "${CODE_SIGNING_REQUIRED}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then
- # Use the current code_sign_identitiy
- echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}"
- local code_sign_cmd="/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS} --preserve-metadata=identifier,entitlements '$1'"
-
- if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then
- code_sign_cmd="$code_sign_cmd &"
- fi
- echo "$code_sign_cmd"
- eval "$code_sign_cmd"
- fi
-}
-
-# Strip invalid architectures
-strip_invalid_archs() {
- binary="$1"
- # Get architectures for current file
- archs="$(lipo -info "$binary" | rev | cut -d ':' -f1 | rev)"
- stripped=""
- for arch in $archs; do
- if ! [[ "${ARCHS}" == *"$arch"* ]]; then
- # Strip non-valid architectures in-place
- lipo -remove "$arch" -output "$binary" "$binary" || exit 1
- stripped="$stripped $arch"
- fi
- done
- if [[ "$stripped" ]]; then
- echo "Stripped $binary of architectures:$stripped"
- fi
-}
-
-if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then
- wait
-fi
diff --git a/Pods/Target Support Files/Pods-Masonry iOS Examples/Pods-Masonry iOS Examples-resources.sh b/Pods/Target Support Files/Pods-Masonry iOS Examples/Pods-Masonry iOS Examples-resources.sh
deleted file mode 100755
index 95ac005e..00000000
--- a/Pods/Target Support Files/Pods-Masonry iOS Examples/Pods-Masonry iOS Examples-resources.sh
+++ /dev/null
@@ -1,102 +0,0 @@
-#!/bin/sh
-set -e
-
-mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
-
-RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt
-> "$RESOURCES_TO_COPY"
-
-XCASSET_FILES=()
-
-case "${TARGETED_DEVICE_FAMILY}" in
- 1,2)
- TARGET_DEVICE_ARGS="--target-device ipad --target-device iphone"
- ;;
- 1)
- TARGET_DEVICE_ARGS="--target-device iphone"
- ;;
- 2)
- TARGET_DEVICE_ARGS="--target-device ipad"
- ;;
- 3)
- TARGET_DEVICE_ARGS="--target-device tv"
- ;;
- 4)
- TARGET_DEVICE_ARGS="--target-device watch"
- ;;
- *)
- TARGET_DEVICE_ARGS="--target-device mac"
- ;;
-esac
-
-install_resource()
-{
- if [[ "$1" = /* ]] ; then
- RESOURCE_PATH="$1"
- else
- RESOURCE_PATH="${PODS_ROOT}/$1"
- fi
- if [[ ! -e "$RESOURCE_PATH" ]] ; then
- cat << EOM
-error: Resource "$RESOURCE_PATH" not found. Run 'pod install' to update the copy resources script.
-EOM
- exit 1
- fi
- case $RESOURCE_PATH in
- *.storyboard)
- echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" || true
- ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS}
- ;;
- *.xib)
- echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" || true
- ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS}
- ;;
- *.framework)
- echo "mkdir -p ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" || true
- mkdir -p "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
- echo "rsync --delete -av $RESOURCE_PATH ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" || true
- rsync --delete -av "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
- ;;
- *.xcdatamodel)
- echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH"`.mom\"" || true
- xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodel`.mom"
- ;;
- *.xcdatamodeld)
- echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd\"" || true
- xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd"
- ;;
- *.xcmappingmodel)
- echo "xcrun mapc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm\"" || true
- xcrun mapc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm"
- ;;
- *.xcassets)
- ABSOLUTE_XCASSET_FILE="$RESOURCE_PATH"
- XCASSET_FILES+=("$ABSOLUTE_XCASSET_FILE")
- ;;
- *)
- echo "$RESOURCE_PATH" || true
- echo "$RESOURCE_PATH" >> "$RESOURCES_TO_COPY"
- ;;
- esac
-}
-
-mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
-rsync --delete -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
-if [[ "${ACTION}" == "install" ]] && [[ "${SKIP_INSTALL}" == "NO" ]]; then
- mkdir -p "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
- rsync --delete -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
-fi
-rm -f "$RESOURCES_TO_COPY"
-
-if [[ -n "${WRAPPER_EXTENSION}" ]] && [ "`xcrun --find actool`" ] && [ -n "$XCASSET_FILES" ]
-then
- # Find all other xcassets (this unfortunately includes those of path pods and other targets).
- OTHER_XCASSETS=$(find "$PWD" -iname "*.xcassets" -type d)
- while read line; do
- if [[ $line != "${PODS_ROOT}*" ]]; then
- XCASSET_FILES+=("$line")
- fi
- done <<<"$OTHER_XCASSETS"
-
- printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${!DEPLOYMENT_TARGET_SETTING_NAME}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
-fi
diff --git a/Pods/Target Support Files/Pods-Masonry iOS Examples/Pods-Masonry iOS Examples.debug.xcconfig b/Pods/Target Support Files/Pods-Masonry iOS Examples/Pods-Masonry iOS Examples.debug.xcconfig
deleted file mode 100644
index ccf6334a..00000000
--- a/Pods/Target Support Files/Pods-Masonry iOS Examples/Pods-Masonry iOS Examples.debug.xcconfig
+++ /dev/null
@@ -1,9 +0,0 @@
-GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
-HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Expecta" "${PODS_ROOT}/Headers/Public/Masonry"
-LIBRARY_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/Masonry"
-OTHER_CFLAGS = $(inherited) -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/Expecta" -isystem "${PODS_ROOT}/Headers/Public/Masonry"
-OTHER_LDFLAGS = $(inherited) -ObjC -l"Masonry" -framework "Foundation" -framework "UIKit"
-PODS_BUILD_DIR = $BUILD_DIR
-PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
-PODS_PODFILE_DIR_PATH = ${SRCROOT}/..
-PODS_ROOT = ${SRCROOT}/../Pods
diff --git a/Pods/Target Support Files/Pods-Masonry iOS Examples/Pods-Masonry iOS Examples.release.xcconfig b/Pods/Target Support Files/Pods-Masonry iOS Examples/Pods-Masonry iOS Examples.release.xcconfig
deleted file mode 100644
index ccf6334a..00000000
--- a/Pods/Target Support Files/Pods-Masonry iOS Examples/Pods-Masonry iOS Examples.release.xcconfig
+++ /dev/null
@@ -1,9 +0,0 @@
-GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
-HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Expecta" "${PODS_ROOT}/Headers/Public/Masonry"
-LIBRARY_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/Masonry"
-OTHER_CFLAGS = $(inherited) -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/Expecta" -isystem "${PODS_ROOT}/Headers/Public/Masonry"
-OTHER_LDFLAGS = $(inherited) -ObjC -l"Masonry" -framework "Foundation" -framework "UIKit"
-PODS_BUILD_DIR = $BUILD_DIR
-PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
-PODS_PODFILE_DIR_PATH = ${SRCROOT}/..
-PODS_ROOT = ${SRCROOT}/../Pods
diff --git a/Pods/Target Support Files/Pods-Masonry iOS Tests/Pods-Masonry iOS Tests-acknowledgements.markdown b/Pods/Target Support Files/Pods-Masonry iOS Tests/Pods-Masonry iOS Tests-acknowledgements.markdown
deleted file mode 100644
index c6be2313..00000000
--- a/Pods/Target Support Files/Pods-Masonry iOS Tests/Pods-Masonry iOS Tests-acknowledgements.markdown
+++ /dev/null
@@ -1,26 +0,0 @@
-# Acknowledgements
-This application makes use of the following third party libraries:
-
-## Expecta
-
-Copyright (c) 2011-2015 Specta Team - https://github.com/specta
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-Generated by CocoaPods - https://cocoapods.org
diff --git a/Pods/Target Support Files/Pods-Masonry iOS Tests/Pods-Masonry iOS Tests-acknowledgements.plist b/Pods/Target Support Files/Pods-Masonry iOS Tests/Pods-Masonry iOS Tests-acknowledgements.plist
deleted file mode 100644
index e46fb587..00000000
--- a/Pods/Target Support Files/Pods-Masonry iOS Tests/Pods-Masonry iOS Tests-acknowledgements.plist
+++ /dev/null
@@ -1,58 +0,0 @@
-
-
-
-
- PreferenceSpecifiers
-
-
- FooterText
- This application makes use of the following third party libraries:
- Title
- Acknowledgements
- Type
- PSGroupSpecifier
-
-
- FooterText
- Copyright (c) 2011-2015 Specta Team - https://github.com/specta
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
- License
- MIT
- Title
- Expecta
- Type
- PSGroupSpecifier
-
-
- FooterText
- Generated by CocoaPods - https://cocoapods.org
- Title
-
- Type
- PSGroupSpecifier
-
-
- StringsTable
- Acknowledgements
- Title
- Acknowledgements
-
-
diff --git a/Pods/Target Support Files/Pods-Masonry iOS Tests/Pods-Masonry iOS Tests-dummy.m b/Pods/Target Support Files/Pods-Masonry iOS Tests/Pods-Masonry iOS Tests-dummy.m
deleted file mode 100644
index 53e5cbcf..00000000
--- a/Pods/Target Support Files/Pods-Masonry iOS Tests/Pods-Masonry iOS Tests-dummy.m
+++ /dev/null
@@ -1,5 +0,0 @@
-#import
-@interface PodsDummy_Pods_Masonry_iOS_Tests : NSObject
-@end
-@implementation PodsDummy_Pods_Masonry_iOS_Tests
-@end
diff --git a/Pods/Target Support Files/Pods-Masonry iOS Tests/Pods-Masonry iOS Tests-frameworks.sh b/Pods/Target Support Files/Pods-Masonry iOS Tests/Pods-Masonry iOS Tests-frameworks.sh
deleted file mode 100755
index 31b8bb0a..00000000
--- a/Pods/Target Support Files/Pods-Masonry iOS Tests/Pods-Masonry iOS Tests-frameworks.sh
+++ /dev/null
@@ -1,101 +0,0 @@
-#!/bin/sh
-set -e
-
-echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
-mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
-
-SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}"
-
-install_framework()
-{
- if [ -r "${BUILT_PRODUCTS_DIR}/$1" ]; then
- local source="${BUILT_PRODUCTS_DIR}/$1"
- elif [ -r "${BUILT_PRODUCTS_DIR}/$(basename "$1")" ]; then
- local source="${BUILT_PRODUCTS_DIR}/$(basename "$1")"
- elif [ -r "$1" ]; then
- local source="$1"
- fi
-
- local destination="${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
-
- if [ -L "${source}" ]; then
- echo "Symlinked..."
- source="$(readlink "${source}")"
- fi
-
- # use filter instead of exclude so missing patterns dont' throw errors
- echo "rsync --delete -av --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${destination}\""
- rsync --delete -av --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${destination}"
-
- local basename
- basename="$(basename -s .framework "$1")"
- binary="${destination}/${basename}.framework/${basename}"
- if ! [ -r "$binary" ]; then
- binary="${destination}/${basename}"
- fi
-
- # Strip invalid architectures so "fat" simulator / device frameworks work on device
- if [[ "$(file "$binary")" == *"dynamically linked shared library"* ]]; then
- strip_invalid_archs "$binary"
- fi
-
- # Resign the code if required by the build settings to avoid unstable apps
- code_sign_if_enabled "${destination}/$(basename "$1")"
-
- # Embed linked Swift runtime libraries. No longer necessary as of Xcode 7.
- if [ "${XCODE_VERSION_MAJOR}" -lt 7 ]; then
- local swift_runtime_libs
- swift_runtime_libs=$(xcrun otool -LX "$binary" | grep --color=never @rpath/libswift | sed -E s/@rpath\\/\(.+dylib\).*/\\1/g | uniq -u && exit ${PIPESTATUS[0]})
- for lib in $swift_runtime_libs; do
- echo "rsync -auv \"${SWIFT_STDLIB_PATH}/${lib}\" \"${destination}\""
- rsync -auv "${SWIFT_STDLIB_PATH}/${lib}" "${destination}"
- code_sign_if_enabled "${destination}/${lib}"
- done
- fi
-}
-
-# Copies the dSYM of a vendored framework
-install_dsym() {
- local source="$1"
- if [ -r "$source" ]; then
- echo "rsync --delete -av --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${DWARF_DSYM_FOLDER_PATH}\""
- rsync --delete -av --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${DWARF_DSYM_FOLDER_PATH}"
- fi
-}
-
-# Signs a framework with the provided identity
-code_sign_if_enabled() {
- if [ -n "${EXPANDED_CODE_SIGN_IDENTITY}" -a "${CODE_SIGNING_REQUIRED}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then
- # Use the current code_sign_identitiy
- echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}"
- local code_sign_cmd="/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS} --preserve-metadata=identifier,entitlements '$1'"
-
- if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then
- code_sign_cmd="$code_sign_cmd &"
- fi
- echo "$code_sign_cmd"
- eval "$code_sign_cmd"
- fi
-}
-
-# Strip invalid architectures
-strip_invalid_archs() {
- binary="$1"
- # Get architectures for current file
- archs="$(lipo -info "$binary" | rev | cut -d ':' -f1 | rev)"
- stripped=""
- for arch in $archs; do
- if ! [[ "${ARCHS}" == *"$arch"* ]]; then
- # Strip non-valid architectures in-place
- lipo -remove "$arch" -output "$binary" "$binary" || exit 1
- stripped="$stripped $arch"
- fi
- done
- if [[ "$stripped" ]]; then
- echo "Stripped $binary of architectures:$stripped"
- fi
-}
-
-if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then
- wait
-fi
diff --git a/Pods/Target Support Files/Pods-Masonry iOS Tests/Pods-Masonry iOS Tests-resources.sh b/Pods/Target Support Files/Pods-Masonry iOS Tests/Pods-Masonry iOS Tests-resources.sh
deleted file mode 100755
index 95ac005e..00000000
--- a/Pods/Target Support Files/Pods-Masonry iOS Tests/Pods-Masonry iOS Tests-resources.sh
+++ /dev/null
@@ -1,102 +0,0 @@
-#!/bin/sh
-set -e
-
-mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
-
-RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt
-> "$RESOURCES_TO_COPY"
-
-XCASSET_FILES=()
-
-case "${TARGETED_DEVICE_FAMILY}" in
- 1,2)
- TARGET_DEVICE_ARGS="--target-device ipad --target-device iphone"
- ;;
- 1)
- TARGET_DEVICE_ARGS="--target-device iphone"
- ;;
- 2)
- TARGET_DEVICE_ARGS="--target-device ipad"
- ;;
- 3)
- TARGET_DEVICE_ARGS="--target-device tv"
- ;;
- 4)
- TARGET_DEVICE_ARGS="--target-device watch"
- ;;
- *)
- TARGET_DEVICE_ARGS="--target-device mac"
- ;;
-esac
-
-install_resource()
-{
- if [[ "$1" = /* ]] ; then
- RESOURCE_PATH="$1"
- else
- RESOURCE_PATH="${PODS_ROOT}/$1"
- fi
- if [[ ! -e "$RESOURCE_PATH" ]] ; then
- cat << EOM
-error: Resource "$RESOURCE_PATH" not found. Run 'pod install' to update the copy resources script.
-EOM
- exit 1
- fi
- case $RESOURCE_PATH in
- *.storyboard)
- echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" || true
- ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS}
- ;;
- *.xib)
- echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" || true
- ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS}
- ;;
- *.framework)
- echo "mkdir -p ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" || true
- mkdir -p "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
- echo "rsync --delete -av $RESOURCE_PATH ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" || true
- rsync --delete -av "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
- ;;
- *.xcdatamodel)
- echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH"`.mom\"" || true
- xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodel`.mom"
- ;;
- *.xcdatamodeld)
- echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd\"" || true
- xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd"
- ;;
- *.xcmappingmodel)
- echo "xcrun mapc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm\"" || true
- xcrun mapc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm"
- ;;
- *.xcassets)
- ABSOLUTE_XCASSET_FILE="$RESOURCE_PATH"
- XCASSET_FILES+=("$ABSOLUTE_XCASSET_FILE")
- ;;
- *)
- echo "$RESOURCE_PATH" || true
- echo "$RESOURCE_PATH" >> "$RESOURCES_TO_COPY"
- ;;
- esac
-}
-
-mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
-rsync --delete -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
-if [[ "${ACTION}" == "install" ]] && [[ "${SKIP_INSTALL}" == "NO" ]]; then
- mkdir -p "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
- rsync --delete -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
-fi
-rm -f "$RESOURCES_TO_COPY"
-
-if [[ -n "${WRAPPER_EXTENSION}" ]] && [ "`xcrun --find actool`" ] && [ -n "$XCASSET_FILES" ]
-then
- # Find all other xcassets (this unfortunately includes those of path pods and other targets).
- OTHER_XCASSETS=$(find "$PWD" -iname "*.xcassets" -type d)
- while read line; do
- if [[ $line != "${PODS_ROOT}*" ]]; then
- XCASSET_FILES+=("$line")
- fi
- done <<<"$OTHER_XCASSETS"
-
- printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${!DEPLOYMENT_TARGET_SETTING_NAME}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
-fi
diff --git a/Pods/Target Support Files/Pods-Masonry iOS Tests/Pods-Masonry iOS Tests.debug.xcconfig b/Pods/Target Support Files/Pods-Masonry iOS Tests/Pods-Masonry iOS Tests.debug.xcconfig
deleted file mode 100644
index c2a06956..00000000
--- a/Pods/Target Support Files/Pods-Masonry iOS Tests/Pods-Masonry iOS Tests.debug.xcconfig
+++ /dev/null
@@ -1,10 +0,0 @@
-FRAMEWORK_SEARCH_PATHS = $(inherited) "$(PLATFORM_DIR)/Developer/Library/Frameworks"
-GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
-HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Expecta" "${PODS_ROOT}/Headers/Public/Masonry"
-LIBRARY_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/Expecta"
-OTHER_CFLAGS = $(inherited) -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/Expecta" -isystem "${PODS_ROOT}/Headers/Public/Masonry"
-OTHER_LDFLAGS = $(inherited) -ObjC -l"Expecta" -framework "Foundation" -framework "XCTest"
-PODS_BUILD_DIR = $BUILD_DIR
-PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
-PODS_PODFILE_DIR_PATH = ${SRCROOT}/..
-PODS_ROOT = ${SRCROOT}/../Pods
diff --git a/Pods/Target Support Files/Pods-Masonry iOS Tests/Pods-Masonry iOS Tests.release.xcconfig b/Pods/Target Support Files/Pods-Masonry iOS Tests/Pods-Masonry iOS Tests.release.xcconfig
deleted file mode 100644
index c2a06956..00000000
--- a/Pods/Target Support Files/Pods-Masonry iOS Tests/Pods-Masonry iOS Tests.release.xcconfig
+++ /dev/null
@@ -1,10 +0,0 @@
-FRAMEWORK_SEARCH_PATHS = $(inherited) "$(PLATFORM_DIR)/Developer/Library/Frameworks"
-GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
-HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Expecta" "${PODS_ROOT}/Headers/Public/Masonry"
-LIBRARY_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/Expecta"
-OTHER_CFLAGS = $(inherited) -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/Expecta" -isystem "${PODS_ROOT}/Headers/Public/Masonry"
-OTHER_LDFLAGS = $(inherited) -ObjC -l"Expecta" -framework "Foundation" -framework "XCTest"
-PODS_BUILD_DIR = $BUILD_DIR
-PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
-PODS_PODFILE_DIR_PATH = ${SRCROOT}/..
-PODS_ROOT = ${SRCROOT}/../Pods
diff --git a/Pods/Target Support Files/Pods-MasonryTestsLoader/Pods-MasonryTestsLoader-acknowledgements.markdown b/Pods/Target Support Files/Pods-MasonryTestsLoader/Pods-MasonryTestsLoader-acknowledgements.markdown
deleted file mode 100644
index 2a481814..00000000
--- a/Pods/Target Support Files/Pods-MasonryTestsLoader/Pods-MasonryTestsLoader-acknowledgements.markdown
+++ /dev/null
@@ -1,25 +0,0 @@
-# Acknowledgements
-This application makes use of the following third party libraries:
-
-## Masonry
-
-Copyright (c) 2011-2012 Masonry Team - https://github.com/Masonry
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-Generated by CocoaPods - https://cocoapods.org
diff --git a/Pods/Target Support Files/Pods-MasonryTestsLoader/Pods-MasonryTestsLoader-acknowledgements.plist b/Pods/Target Support Files/Pods-MasonryTestsLoader/Pods-MasonryTestsLoader-acknowledgements.plist
deleted file mode 100644
index ae25b598..00000000
--- a/Pods/Target Support Files/Pods-MasonryTestsLoader/Pods-MasonryTestsLoader-acknowledgements.plist
+++ /dev/null
@@ -1,57 +0,0 @@
-
-
-
-
- PreferenceSpecifiers
-
-
- FooterText
- This application makes use of the following third party libraries:
- Title
- Acknowledgements
- Type
- PSGroupSpecifier
-
-
- FooterText
- Copyright (c) 2011-2012 Masonry Team - https://github.com/Masonry
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
- License
- MIT
- Title
- Masonry
- Type
- PSGroupSpecifier
-
-
- FooterText
- Generated by CocoaPods - https://cocoapods.org
- Title
-
- Type
- PSGroupSpecifier
-
-
- StringsTable
- Acknowledgements
- Title
- Acknowledgements
-
-
diff --git a/Pods/Target Support Files/Pods-MasonryTestsLoader/Pods-MasonryTestsLoader-dummy.m b/Pods/Target Support Files/Pods-MasonryTestsLoader/Pods-MasonryTestsLoader-dummy.m
deleted file mode 100644
index e183ac48..00000000
--- a/Pods/Target Support Files/Pods-MasonryTestsLoader/Pods-MasonryTestsLoader-dummy.m
+++ /dev/null
@@ -1,5 +0,0 @@
-#import
-@interface PodsDummy_Pods_MasonryTestsLoader : NSObject
-@end
-@implementation PodsDummy_Pods_MasonryTestsLoader
-@end
diff --git a/Pods/Target Support Files/Pods-MasonryTestsLoader/Pods-MasonryTestsLoader-frameworks.sh b/Pods/Target Support Files/Pods-MasonryTestsLoader/Pods-MasonryTestsLoader-frameworks.sh
deleted file mode 100755
index 31b8bb0a..00000000
--- a/Pods/Target Support Files/Pods-MasonryTestsLoader/Pods-MasonryTestsLoader-frameworks.sh
+++ /dev/null
@@ -1,101 +0,0 @@
-#!/bin/sh
-set -e
-
-echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
-mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
-
-SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}"
-
-install_framework()
-{
- if [ -r "${BUILT_PRODUCTS_DIR}/$1" ]; then
- local source="${BUILT_PRODUCTS_DIR}/$1"
- elif [ -r "${BUILT_PRODUCTS_DIR}/$(basename "$1")" ]; then
- local source="${BUILT_PRODUCTS_DIR}/$(basename "$1")"
- elif [ -r "$1" ]; then
- local source="$1"
- fi
-
- local destination="${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
-
- if [ -L "${source}" ]; then
- echo "Symlinked..."
- source="$(readlink "${source}")"
- fi
-
- # use filter instead of exclude so missing patterns dont' throw errors
- echo "rsync --delete -av --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${destination}\""
- rsync --delete -av --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${destination}"
-
- local basename
- basename="$(basename -s .framework "$1")"
- binary="${destination}/${basename}.framework/${basename}"
- if ! [ -r "$binary" ]; then
- binary="${destination}/${basename}"
- fi
-
- # Strip invalid architectures so "fat" simulator / device frameworks work on device
- if [[ "$(file "$binary")" == *"dynamically linked shared library"* ]]; then
- strip_invalid_archs "$binary"
- fi
-
- # Resign the code if required by the build settings to avoid unstable apps
- code_sign_if_enabled "${destination}/$(basename "$1")"
-
- # Embed linked Swift runtime libraries. No longer necessary as of Xcode 7.
- if [ "${XCODE_VERSION_MAJOR}" -lt 7 ]; then
- local swift_runtime_libs
- swift_runtime_libs=$(xcrun otool -LX "$binary" | grep --color=never @rpath/libswift | sed -E s/@rpath\\/\(.+dylib\).*/\\1/g | uniq -u && exit ${PIPESTATUS[0]})
- for lib in $swift_runtime_libs; do
- echo "rsync -auv \"${SWIFT_STDLIB_PATH}/${lib}\" \"${destination}\""
- rsync -auv "${SWIFT_STDLIB_PATH}/${lib}" "${destination}"
- code_sign_if_enabled "${destination}/${lib}"
- done
- fi
-}
-
-# Copies the dSYM of a vendored framework
-install_dsym() {
- local source="$1"
- if [ -r "$source" ]; then
- echo "rsync --delete -av --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${DWARF_DSYM_FOLDER_PATH}\""
- rsync --delete -av --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${DWARF_DSYM_FOLDER_PATH}"
- fi
-}
-
-# Signs a framework with the provided identity
-code_sign_if_enabled() {
- if [ -n "${EXPANDED_CODE_SIGN_IDENTITY}" -a "${CODE_SIGNING_REQUIRED}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then
- # Use the current code_sign_identitiy
- echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}"
- local code_sign_cmd="/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS} --preserve-metadata=identifier,entitlements '$1'"
-
- if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then
- code_sign_cmd="$code_sign_cmd &"
- fi
- echo "$code_sign_cmd"
- eval "$code_sign_cmd"
- fi
-}
-
-# Strip invalid architectures
-strip_invalid_archs() {
- binary="$1"
- # Get architectures for current file
- archs="$(lipo -info "$binary" | rev | cut -d ':' -f1 | rev)"
- stripped=""
- for arch in $archs; do
- if ! [[ "${ARCHS}" == *"$arch"* ]]; then
- # Strip non-valid architectures in-place
- lipo -remove "$arch" -output "$binary" "$binary" || exit 1
- stripped="$stripped $arch"
- fi
- done
- if [[ "$stripped" ]]; then
- echo "Stripped $binary of architectures:$stripped"
- fi
-}
-
-if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then
- wait
-fi
diff --git a/Pods/Target Support Files/Pods-MasonryTestsLoader/Pods-MasonryTestsLoader-resources.sh b/Pods/Target Support Files/Pods-MasonryTestsLoader/Pods-MasonryTestsLoader-resources.sh
deleted file mode 100755
index 95ac005e..00000000
--- a/Pods/Target Support Files/Pods-MasonryTestsLoader/Pods-MasonryTestsLoader-resources.sh
+++ /dev/null
@@ -1,102 +0,0 @@
-#!/bin/sh
-set -e
-
-mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
-
-RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt
-> "$RESOURCES_TO_COPY"
-
-XCASSET_FILES=()
-
-case "${TARGETED_DEVICE_FAMILY}" in
- 1,2)
- TARGET_DEVICE_ARGS="--target-device ipad --target-device iphone"
- ;;
- 1)
- TARGET_DEVICE_ARGS="--target-device iphone"
- ;;
- 2)
- TARGET_DEVICE_ARGS="--target-device ipad"
- ;;
- 3)
- TARGET_DEVICE_ARGS="--target-device tv"
- ;;
- 4)
- TARGET_DEVICE_ARGS="--target-device watch"
- ;;
- *)
- TARGET_DEVICE_ARGS="--target-device mac"
- ;;
-esac
-
-install_resource()
-{
- if [[ "$1" = /* ]] ; then
- RESOURCE_PATH="$1"
- else
- RESOURCE_PATH="${PODS_ROOT}/$1"
- fi
- if [[ ! -e "$RESOURCE_PATH" ]] ; then
- cat << EOM
-error: Resource "$RESOURCE_PATH" not found. Run 'pod install' to update the copy resources script.
-EOM
- exit 1
- fi
- case $RESOURCE_PATH in
- *.storyboard)
- echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" || true
- ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS}
- ;;
- *.xib)
- echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" || true
- ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS}
- ;;
- *.framework)
- echo "mkdir -p ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" || true
- mkdir -p "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
- echo "rsync --delete -av $RESOURCE_PATH ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" || true
- rsync --delete -av "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
- ;;
- *.xcdatamodel)
- echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH"`.mom\"" || true
- xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodel`.mom"
- ;;
- *.xcdatamodeld)
- echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd\"" || true
- xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd"
- ;;
- *.xcmappingmodel)
- echo "xcrun mapc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm\"" || true
- xcrun mapc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm"
- ;;
- *.xcassets)
- ABSOLUTE_XCASSET_FILE="$RESOURCE_PATH"
- XCASSET_FILES+=("$ABSOLUTE_XCASSET_FILE")
- ;;
- *)
- echo "$RESOURCE_PATH" || true
- echo "$RESOURCE_PATH" >> "$RESOURCES_TO_COPY"
- ;;
- esac
-}
-
-mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
-rsync --delete -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
-if [[ "${ACTION}" == "install" ]] && [[ "${SKIP_INSTALL}" == "NO" ]]; then
- mkdir -p "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
- rsync --delete -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
-fi
-rm -f "$RESOURCES_TO_COPY"
-
-if [[ -n "${WRAPPER_EXTENSION}" ]] && [ "`xcrun --find actool`" ] && [ -n "$XCASSET_FILES" ]
-then
- # Find all other xcassets (this unfortunately includes those of path pods and other targets).
- OTHER_XCASSETS=$(find "$PWD" -iname "*.xcassets" -type d)
- while read line; do
- if [[ $line != "${PODS_ROOT}*" ]]; then
- XCASSET_FILES+=("$line")
- fi
- done <<<"$OTHER_XCASSETS"
-
- printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${!DEPLOYMENT_TARGET_SETTING_NAME}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
-fi
diff --git a/Pods/Target Support Files/Pods-MasonryTestsLoader/Pods-MasonryTestsLoader.debug.xcconfig b/Pods/Target Support Files/Pods-MasonryTestsLoader/Pods-MasonryTestsLoader.debug.xcconfig
deleted file mode 100644
index ccf6334a..00000000
--- a/Pods/Target Support Files/Pods-MasonryTestsLoader/Pods-MasonryTestsLoader.debug.xcconfig
+++ /dev/null
@@ -1,9 +0,0 @@
-GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
-HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Expecta" "${PODS_ROOT}/Headers/Public/Masonry"
-LIBRARY_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/Masonry"
-OTHER_CFLAGS = $(inherited) -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/Expecta" -isystem "${PODS_ROOT}/Headers/Public/Masonry"
-OTHER_LDFLAGS = $(inherited) -ObjC -l"Masonry" -framework "Foundation" -framework "UIKit"
-PODS_BUILD_DIR = $BUILD_DIR
-PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
-PODS_PODFILE_DIR_PATH = ${SRCROOT}/..
-PODS_ROOT = ${SRCROOT}/../Pods
diff --git a/Pods/Target Support Files/Pods-MasonryTestsLoader/Pods-MasonryTestsLoader.release.xcconfig b/Pods/Target Support Files/Pods-MasonryTestsLoader/Pods-MasonryTestsLoader.release.xcconfig
deleted file mode 100644
index ccf6334a..00000000
--- a/Pods/Target Support Files/Pods-MasonryTestsLoader/Pods-MasonryTestsLoader.release.xcconfig
+++ /dev/null
@@ -1,9 +0,0 @@
-GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
-HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Expecta" "${PODS_ROOT}/Headers/Public/Masonry"
-LIBRARY_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/Masonry"
-OTHER_CFLAGS = $(inherited) -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/Expecta" -isystem "${PODS_ROOT}/Headers/Public/Masonry"
-OTHER_LDFLAGS = $(inherited) -ObjC -l"Masonry" -framework "Foundation" -framework "UIKit"
-PODS_BUILD_DIR = $BUILD_DIR
-PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
-PODS_PODFILE_DIR_PATH = ${SRCROOT}/..
-PODS_ROOT = ${SRCROOT}/../Pods