diff --git a/Example/Podfile.lock b/Example/Podfile.lock
index b3e31ef..874e307 100644
--- a/Example/Podfile.lock
+++ b/Example/Podfile.lock
@@ -1,5 +1,5 @@
PODS:
- - MSAutoView (1.0.7)
+ - MSAutoView (1.0.8)
DEPENDENCIES:
- MSAutoView (from `../`)
@@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: ../
SPEC CHECKSUMS:
- MSAutoView: e586ae9c16ba0158fee887d86a83ba0138ec313e
+ MSAutoView: ba85baa6f9e13da72ee474dd210a7fd44c124aa8
PODFILE CHECKSUM: 706747bd031deee93b9c3b1183d1ca2b073305ba
diff --git a/Example/Pods/Local Podspecs/MSAutoView.podspec.json b/Example/Pods/Local Podspecs/MSAutoView.podspec.json
index f6aa8fc..c2f715a 100644
--- a/Example/Pods/Local Podspecs/MSAutoView.podspec.json
+++ b/Example/Pods/Local Podspecs/MSAutoView.podspec.json
@@ -1,6 +1,6 @@
{
"name": "MSAutoView",
- "version": "1.0.7",
+ "version": "1.0.8",
"summary": "An easy way to create reusable xibs.",
"swift_version": "3.2",
"description": "MSAutoView will allow you to create a xib file in a separate file, and reference the same xib throughout the whole project. Modify in one place and use everywhere.",
@@ -14,7 +14,7 @@
},
"source": {
"git": "https://github.com/MaherKSantina/MSAutoView.git",
- "tag": "1.0.7"
+ "tag": "1.0.8"
},
"platforms": {
"ios": "8.0"
diff --git a/Example/Pods/Manifest.lock b/Example/Pods/Manifest.lock
index b3e31ef..874e307 100644
--- a/Example/Pods/Manifest.lock
+++ b/Example/Pods/Manifest.lock
@@ -1,5 +1,5 @@
PODS:
- - MSAutoView (1.0.7)
+ - MSAutoView (1.0.8)
DEPENDENCIES:
- MSAutoView (from `../`)
@@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: ../
SPEC CHECKSUMS:
- MSAutoView: e586ae9c16ba0158fee887d86a83ba0138ec313e
+ MSAutoView: ba85baa6f9e13da72ee474dd210a7fd44c124aa8
PODFILE CHECKSUM: 706747bd031deee93b9c3b1183d1ca2b073305ba
diff --git a/Example/Pods/Target Support Files/MSAutoView/Info.plist b/Example/Pods/Target Support Files/MSAutoView/Info.plist
index 1bd6a77..3f38271 100644
--- a/Example/Pods/Target Support Files/MSAutoView/Info.plist
+++ b/Example/Pods/Target Support Files/MSAutoView/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 1.0.7
+ 1.0.8
CFBundleSignature
????
CFBundleVersion
diff --git a/MSAutoView.podspec b/MSAutoView.podspec
index e71c3ac..aa047bd 100644
--- a/MSAutoView.podspec
+++ b/MSAutoView.podspec
@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'MSAutoView'
- s.version = '1.0.7'
+ s.version = '1.0.8'
s.summary = 'An easy way to create reusable xibs.'
s.swift_version = '3.2'