diff --git a/RNAlertController.podspec b/RNAlertController.podspec index 90ab852..fa959b3 100644 --- a/RNAlertController.podspec +++ b/RNAlertController.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |spec| spec.name = "RNAlertController" - spec.version = "0.2.2" + spec.version = "0.2.3" spec.summary = "Custom Alert Controller for iOS" spec.description = <<-DESC @@ -18,7 +18,7 @@ Pod::Spec.new do |spec| spec.ios.deployment_target = '9.0' spec.source = { :git => "https://github.com/rayhannabi/RNAlertController.git", :tag => "#{spec.version}" } - + spec.swift_version = '5.0' spec.source_files = "RNAlertController/**/*.swift" spec.framework = "UIKit" spec.requires_arc = true diff --git a/RNAlertController/RNAlertController/Info.plist b/RNAlertController/RNAlertController/Info.plist index d3b1483..6e1c99d 100644 --- a/RNAlertController/RNAlertController/Info.plist +++ b/RNAlertController/RNAlertController/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.2.2 + 0.2.3 CFBundleVersion $(CURRENT_PROJECT_VERSION) diff --git a/RNAlertControllerExample/RNAlertControllerExample/Info.plist b/RNAlertControllerExample/RNAlertControllerExample/Info.plist index 742890f..ce79b41 100644 --- a/RNAlertControllerExample/RNAlertControllerExample/Info.plist +++ b/RNAlertControllerExample/RNAlertControllerExample/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.2.2 + 0.2.3 CFBundleVersion 1 LSRequiresIPhoneOS