diff --git a/README.md b/README.md
index 230d1d9..5f7107a 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,6 @@
# SwiftExceptionCatcher
-[](https://RedRoma.tech)
+[](http://RedRoma.tech)
`SwiftExceptionCatcher` allows Swift Code to catch exceptions thrown from Objective-C code.
@@ -13,6 +12,14 @@ This is useful when using Thrift libraries, where it is perfectly normal for cod
pod 'SwiftExceptionCatcher', :git => 'https://github.com/RedRoma/SwiftExceptionCatcher.git'
```
+## Using the RedRoma Repository
+```xml
+# RedRoma Repository
+source 'https://github.com/RedRoma/CocoaSpecs.git'
+
+pod 'SwiftExceptionCatcher', '1.0'
+```
+
# API
Simply wrap the code-in-play in the `tryOp` function call.
diff --git a/SwiftExceptionCatcher/SwiftExceptionCatcher.xcodeproj/project.pbxproj b/SwiftExceptionCatcher/SwiftExceptionCatcher.xcodeproj/project.pbxproj
index e085efc..1bbe765 100644
--- a/SwiftExceptionCatcher/SwiftExceptionCatcher.xcodeproj/project.pbxproj
+++ b/SwiftExceptionCatcher/SwiftExceptionCatcher.xcodeproj/project.pbxproj
@@ -279,7 +279,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 9.3;
+ IPHONEOS_DEPLOYMENT_TARGET = 7.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
@@ -323,7 +323,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 9.3;
+ IPHONEOS_DEPLOYMENT_TARGET = 7.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
@@ -418,6 +418,7 @@
DE683DA01CB380180072F98A /* Release */,
);
defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
};
DE683DA11CB380180072F98A /* Build configuration list for PBXNativeTarget "SwiftExceptionCatcherTests" */ = {
isa = XCConfigurationList;
@@ -426,6 +427,7 @@
DE683DA31CB380180072F98A /* Release */,
);
defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};