diff --git a/README.md b/README.md
index 43f4d52..945dd63 100644
--- a/README.md
+++ b/README.md
@@ -46,6 +46,12 @@ Using [CocoaPods](http://cocoapods.org/?q=TGPControls)
- **iOS 10 and later down to iOS 8**: install CocoaPods 1.2.0+ [CocoaPods-Frameworks](http://blog.cocoapods.org/Pod-Authors-Guide-to-CocoaPods-Frameworks/), add `use_frameworks!` to your podfile.
- **iOS 7**: Use TGPControls version 2.1.0
+Using [Carthage](https://github.com/Carthage/Carthage)
+```
+github "SwiftArchitect/TGPControls"
+```
+Please note that Carthage is available only for **iOS 8 or higher**
+
Besides customization, which you can do entirely under Interface Builder in iOS 8 and later, both `TGPDiscreteSlider` and `TGPCamelLabels` require surprisingly little code to integrate.
### DiscreteSlider
diff --git a/TGPControls.xcodeproj/project.pbxproj b/TGPControls.xcodeproj/project.pbxproj
index 3656d1d..76d8525 100644
--- a/TGPControls.xcodeproj/project.pbxproj
+++ b/TGPControls.xcodeproj/project.pbxproj
@@ -104,7 +104,6 @@
TargetAttributes = {
DC56BDFC1E46EA2000AAD0D9 = {
CreatedOnToolsVersion = 8.2.1;
- DevelopmentTeam = 55K7THBUV8;
LastSwiftMigration = 0820;
ProvisioningStyle = Automatic;
};
@@ -256,7 +255,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "";
DEFINES_MODULE = YES;
- DEVELOPMENT_TEAM = 55K7THBUV8;
+ DEVELOPMENT_TEAM = "";
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
@@ -278,7 +277,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "";
DEFINES_MODULE = YES;
- DEVELOPMENT_TEAM = 55K7THBUV8;
+ DEVELOPMENT_TEAM = "";
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
diff --git a/TGPControls.xcodeproj/xcshareddata/xcschemes/TGPControls.xcscheme b/TGPControls.xcodeproj/xcshareddata/xcschemes/TGPControls.xcscheme
new file mode 100644
index 0000000..c41d331
--- /dev/null
+++ b/TGPControls.xcodeproj/xcshareddata/xcschemes/TGPControls.xcscheme
@@ -0,0 +1,80 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/TGPControls/Info.plist b/TGPControls/Info.plist
index 1c6f0bd..d5752d7 100644
--- a/TGPControls/Info.plist
+++ b/TGPControls/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 3.0
+ 3.0.1
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
NSPrincipalClass