diff --git a/Example/Pods/Target Support Files/JNMentionTextView/Info.plist b/Example/Pods/Target Support Files/JNMentionTextView/Info.plist index 161a9d3..9f8b874 100644 --- a/Example/Pods/Target Support Files/JNMentionTextView/Info.plist +++ b/Example/Pods/Target Support Files/JNMentionTextView/Info.plist @@ -2,25 +2,25 @@ - CFBundleDevelopmentRegion - en - CFBundleExecutable - ${EXECUTABLE_NAME} - CFBundleIdentifier - ${PRODUCT_BUNDLE_IDENTIFIER} - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - ${PRODUCT_NAME} - CFBundlePackageType - FMWK - CFBundleShortVersionString - 0.1.0 - CFBundleSignature - ???? - CFBundleVersion - ${CURRENT_PROJECT_VERSION} - NSPrincipalClass - + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0.1 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + diff --git a/JNMentionTextView.podspec b/JNMentionTextView.podspec index 10a7050..c792fc3 100644 --- a/JNMentionTextView.podspec +++ b/JNMentionTextView.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "JNMentionTextView" - s.version = "1.0.0" + s.version = "1.0.1" s.summary = "JNMentionTextView is a UITextView replacement supporting the mention feature for iOS applications." s.description = "A UITextView drop-in replacement supporting special characters such as [ #, @ ] and regex patterns, written in Swift." s.homepage = "https://github.com/JNDisrupter"