Skip to content

Commit

Permalink
Updated version 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayhan Nabi committed May 15, 2019
1 parent 67da198 commit c45a89b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions RNAlertController.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion RNAlertController/RNAlertController/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.2.2</string>
<string>0.2.3</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.2.2</string>
<string>0.2.3</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
Expand Down

0 comments on commit c45a89b

Please sign in to comment.