diff --git a/Cartfile b/Cartfile
new file mode 100644
index 0000000..928ee68
--- /dev/null
+++ b/Cartfile
@@ -0,0 +1,5 @@
+#
+# Carthridge file for RSLoadingView
+#
+
+
diff --git a/Example/Pods/Pods.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Example/Pods/Pods.xcodeproj/project.xcworkspace/contents.xcworkspacedata
new file mode 100644
index 0000000..919434a
--- /dev/null
+++ b/Example/Pods/Pods.xcodeproj/project.xcworkspace/contents.xcworkspacedata
@@ -0,0 +1,7 @@
+
+
+
+
+
diff --git a/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/Pods-RSLoadingView_Example.xcscheme b/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/Pods-RSLoadingView_Example.xcscheme
new file mode 100644
index 0000000..406bf9f
--- /dev/null
+++ b/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/Pods-RSLoadingView_Example.xcscheme
@@ -0,0 +1,80 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/RSLoadingView-RSLoadingView.xcscheme b/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/RSLoadingView-RSLoadingView.xcscheme
new file mode 100644
index 0000000..7f5e5de
--- /dev/null
+++ b/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/RSLoadingView-RSLoadingView.xcscheme
@@ -0,0 +1,80 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/RSLoadingView.xcscheme b/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/RSLoadingView.xcscheme
new file mode 100644
index 0000000..ab65869
--- /dev/null
+++ b/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/RSLoadingView.xcscheme
@@ -0,0 +1,80 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Example/RSLoadingView.xcodeproj/project.pbxproj b/Example/RSLoadingView.xcodeproj/project.pbxproj
index bfc9a81..553beb8 100644
--- a/Example/RSLoadingView.xcodeproj/project.pbxproj
+++ b/Example/RSLoadingView.xcodeproj/project.pbxproj
@@ -161,6 +161,7 @@
TargetAttributes = {
607FACCF1AFB9204008FA782 = {
CreatedOnToolsVersion = 6.3.1;
+ DevelopmentTeam = 6CMHTT5AKC;
LastSwiftMigration = 0820;
};
};
@@ -371,6 +372,7 @@
baseConfigurationReference = BF763C7018D2CDAEFD0BE638 /* Pods-RSLoadingView_Example.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ DEVELOPMENT_TEAM = 6CMHTT5AKC;
INFOPLIST_FILE = RSLoadingView/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
@@ -387,6 +389,7 @@
baseConfigurationReference = 25DF68AC9AB3C898FC826EC8 /* Pods-RSLoadingView_Example.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ DEVELOPMENT_TEAM = 6CMHTT5AKC;
INFOPLIST_FILE = RSLoadingView/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
diff --git a/Example/RSLoadingView.xcodeproj/xcshareddata/xcschemes/RSLoadingView-Example.xcscheme b/Example/RSLoadingView.xcodeproj/xcshareddata/xcschemes/RSLoadingView-Example.xcscheme
deleted file mode 100644
index b399272..0000000
--- a/Example/RSLoadingView.xcodeproj/xcshareddata/xcschemes/RSLoadingView-Example.xcscheme
+++ /dev/null
@@ -1,115 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/README.md b/README.md
index 096d200..1b673ea 100644
--- a/README.md
+++ b/README.md
@@ -39,6 +39,12 @@ it, simply add the following line to your Podfile:
pod "RSLoadingView"
```
+Alternatively you can install RSLoadingView via Carthage
+```
+# Load RSLoadingView
+github "marc-fiedler/RSLoadingView"
+```
+
## Usage
```swift
import UIKit