diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index f5bb0fce..2e03245a 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -11,17 +11,7 @@
-
-
-
-
-
-
-
-
-
-
-
+
@@ -41,8 +31,8 @@
-
-
+
+
@@ -50,12 +40,12 @@
-
+
-
-
+
+
@@ -63,10 +53,20 @@
+
+
+
+
+
+
+
+
+
+
-
+
@@ -151,7 +151,6 @@
-
@@ -159,14 +158,15 @@
+
-
+
-
-
+
+
@@ -184,9 +184,9 @@
-
+
@@ -195,22 +195,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -405,12 +389,11 @@
-
-
+
-
+
@@ -419,13 +402,13 @@
-
+
-
+
@@ -685,20 +668,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -724,7 +693,6 @@
-
@@ -746,7 +714,6 @@
-
@@ -772,7 +739,6 @@
-
@@ -780,15 +746,12 @@
-
-
-
-
+
@@ -798,8 +761,8 @@
-
-
+
+
@@ -809,14 +772,30 @@
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/example/ios/Podfile b/example/ios/Podfile
index 19e5027d..f0a495f9 100644
--- a/example/ios/Podfile
+++ b/example/ios/Podfile
@@ -64,6 +64,7 @@ post_install do |installer|
end
target.build_configurations.each do |config|
config.build_settings['ENABLE_BITCODE'] = 'NO'
+ config.build_settings['SWIFT_VERSION'] = '4.0'
end
end