diff --git a/CameraManager.podspec b/CameraManager.podspec
index fb6a272..389ebc9 100644
--- a/CameraManager.podspec
+++ b/CameraManager.podspec
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "CameraManager"
- s.version = "1.0.13"
+ s.version = "1.0.14"
s.summary = "This is a simple Swift class to provide all the configurations you need to create custom camera view in your app. Just drag, drop and use."
s.homepage = "https://github.com/imaginary-cloud/CameraManager"
s.license = 'MIT'
s.author = { "nelanelanela" => "nterlecka@imaginarycloud.com" }
- s.source = { :git => "https://github.com/imaginary-cloud/CameraManager.git", :tag => "1.0.13" }
+ s.source = { :git => "https://github.com/imaginary-cloud/CameraManager.git", :tag => "1.0.14" }
s.social_media_url = 'http://www.imaginarycloud.com/'
s.platform = :ios, '8.0'
s.requires_arc = true
diff --git a/Podfile b/Podfile
index 0973406..1f8213d 100644
--- a/Podfile
+++ b/Podfile
@@ -1,3 +1,3 @@
-platform :ios, '7.1'
+platform :ios, '8.0'
pod 'CameraManager', :git => 'https://gist.github.com/2204678.git'
\ No newline at end of file
diff --git a/camera.xcodeproj/project.pbxproj b/camera.xcodeproj/project.pbxproj
index cc8a709..29fa40f 100644
--- a/camera.xcodeproj/project.pbxproj
+++ b/camera.xcodeproj/project.pbxproj
@@ -201,6 +201,7 @@
454C1F3919E82E2500C81915 /* Project object */ = {
isa = PBXProject;
attributes = {
+ LastSwiftUpdateCheck = 0700;
LastUpgradeCheck = 0600;
ORGANIZATIONNAME = imaginaryCloud;
TargetAttributes = {
@@ -478,6 +479,7 @@
D71DE89C1AD677A8001E62F1 /* Release */,
);
defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
diff --git a/camera/Info.plist b/camera/Info.plist
index af99864..18156b1 100644
--- a/camera/Info.plist
+++ b/camera/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.0.13
+ 1.0.14
CFBundleSignature
????
CFBundleVersion