diff --git a/Example/RSKImageCropperExample/RSKImageCropperExample-Info.plist b/Example/RSKImageCropperExample/RSKImageCropperExample-Info.plist
index 52f7ae2..1bba251 100755
--- a/Example/RSKImageCropperExample/RSKImageCropperExample-Info.plist
+++ b/Example/RSKImageCropperExample/RSKImageCropperExample-Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.3.1
+ 1.3.2
CFBundleSignature
????
CFBundleVersion
diff --git a/Framework/Info.plist b/Framework/Info.plist
index c615b5b..2e6b71e 100755
--- a/Framework/Info.plist
+++ b/Framework/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 1.3.1
+ 1.3.2
CFBundleSignature
????
CFBundleVersion
diff --git a/RSKImageCropper.podspec b/RSKImageCropper.podspec
index a4fb7d6..bb024e9 100644
--- a/RSKImageCropper.podspec
+++ b/RSKImageCropper.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'RSKImageCropper'
- s.version = '1.3.1'
+ s.version = '1.3.2'
s.summary = 'An image cropper for iOS like in the Contacts app with support for landscape orientation.'
s.homepage = 'https://github.com/ruslanskorb/RSKImageCropper'
s.license = { :type => 'MIT', :file => 'LICENSE' }
diff --git a/RSKImageCropper.xcodeproj/project.pbxproj b/RSKImageCropper.xcodeproj/project.pbxproj
index 16d96a6..96d742a 100755
--- a/RSKImageCropper.xcodeproj/project.pbxproj
+++ b/RSKImageCropper.xcodeproj/project.pbxproj
@@ -23,6 +23,7 @@
A5BE39E61B32BD2B00ECDF88 /* UIImage+RSKImageCropper.m in Sources */ = {isa = PBXBuildFile; fileRef = A5BE39D81B32BD2B00ECDF88 /* UIImage+RSKImageCropper.m */; };
B02D70CE1BD5DCE200B51B33 /* RSKInternalUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = B02D70CB1BD5DCE200B51B33 /* RSKInternalUtility.h */; settings = {ASSET_TAGS = (); }; };
B02D70CF1BD5DCE200B51B33 /* RSKInternalUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = B02D70CC1BD5DCE200B51B33 /* RSKInternalUtility.m */; settings = {ASSET_TAGS = (); }; };
+ B8585B951BD609A100032364 /* RSKImageCropperStrings.bundle in Resources */ = {isa = PBXBuildFile; fileRef = B8585B941BD609A100032364 /* RSKImageCropperStrings.bundle */; settings = {ASSET_TAGS = (); }; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
@@ -43,6 +44,7 @@
A5BE39D81B32BD2B00ECDF88 /* UIImage+RSKImageCropper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "UIImage+RSKImageCropper.m"; path = "RSKImageCropper/UIImage+RSKImageCropper.m"; sourceTree = ""; };
B02D70CB1BD5DCE200B51B33 /* RSKInternalUtility.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RSKInternalUtility.h; path = RSKImageCropper/RSKInternalUtility.h; sourceTree = ""; };
B02D70CC1BD5DCE200B51B33 /* RSKInternalUtility.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RSKInternalUtility.m; path = RSKImageCropper/RSKInternalUtility.m; sourceTree = ""; };
+ B8585B941BD609A100032364 /* RSKImageCropperStrings.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; name = RSKImageCropperStrings.bundle; path = RSKImageCropper/RSKImageCropperStrings.bundle; sourceTree = ""; };
B85EF7ED1B88DB2000222FF7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = Framework/Info.plist; sourceTree = ""; };
/* End PBXFileReference section */
@@ -76,9 +78,10 @@
A5BE39AD1B32BAAC00ECDF88 /* RSKImageCropper */ = {
isa = PBXGroup;
children = (
- A5BE39CB1B32BD2B00ECDF88 /* RSKImageCropper.h */,
A5BE39CC1B32BD2B00ECDF88 /* CGGeometry+RSKImageCropper.h */,
A5BE39CD1B32BD2B00ECDF88 /* CGGeometry+RSKImageCropper.m */,
+ A5BE39CB1B32BD2B00ECDF88 /* RSKImageCropper.h */,
+ B8585B941BD609A100032364 /* RSKImageCropperStrings.bundle */,
A5BE39CE1B32BD2B00ECDF88 /* RSKImageCropViewController.h */,
A5BE39CF1B32BD2B00ECDF88 /* RSKImageCropViewController.m */,
A5BE39D01B32BD2B00ECDF88 /* RSKImageCropViewController+Protected.h */,
@@ -180,6 +183,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
+ B8585B951BD609A100032364 /* RSKImageCropperStrings.bundle in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -222,7 +226,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
- CURRENT_PROJECT_VERSION = 1.3.1;
+ CURRENT_PROJECT_VERSION = 1.3.2;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
@@ -269,7 +273,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
- CURRENT_PROJECT_VERSION = 1.3.1;
+ CURRENT_PROJECT_VERSION = 1.3.2;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -295,8 +299,8 @@
isa = XCBuildConfiguration;
buildSettings = {
DEFINES_MODULE = YES;
- DYLIB_COMPATIBILITY_VERSION = 1.3.1;
- DYLIB_CURRENT_VERSION = 1.3.1;
+ DYLIB_COMPATIBILITY_VERSION = 1.3.2;
+ DYLIB_CURRENT_VERSION = 1.3.2;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = Framework/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -310,8 +314,8 @@
isa = XCBuildConfiguration;
buildSettings = {
DEFINES_MODULE = YES;
- DYLIB_COMPATIBILITY_VERSION = 1.3.1;
- DYLIB_CURRENT_VERSION = 1.3.1;
+ DYLIB_COMPATIBILITY_VERSION = 1.3.2;
+ DYLIB_CURRENT_VERSION = 1.3.2;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = Framework/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";