From d1d49e806e74a74463cc5190caff1357ebf16d9f Mon Sep 17 00:00:00 2001 From: Ahmed Date: Thu, 19 Dec 2019 07:36:34 +0200 Subject: [PATCH] Version Pump and update dependencies --- CHANGELOG.md | 2 ++ Example/Podfile.lock | 6 +++--- Example/Pods/Local Podspecs/PopupDialog.podspec.json | 4 ++-- Example/Pods/Manifest.lock | 6 +++--- Example/Pods/Pods.xcodeproj/project.pbxproj | 1 + .../Target Support Files/PopupDialog/PopupDialog-Info.plist | 2 +- PopupDialog.podspec | 2 +- README.md | 4 ++++ 8 files changed, 17 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5961e1e4..80ca7193 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ # Changelog + +* **1.1.2** Support preferred width in iPhones, custom margins and fix corner radius ambiguity * **1.1.1** Updates dependencies to Swift 5 * **1.1.0** Swift 5 support * **1.0.0** Pinned Swift version to 4.2
Dropped iOS 9 support as of moving to ios-snapshot-test-case diff --git a/Example/Podfile.lock b/Example/Podfile.lock index 30e694c4..889bfc98 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -6,7 +6,7 @@ PODS: - iOSSnapshotTestCase/SwiftSupport (6.0.3): - iOSSnapshotTestCase/Core - Nimble (7.3.4) - - PopupDialog (1.1.1): + - PopupDialog (1.1.2): - DynamicBlurView (~> 4.0) - SwiftLint (0.35.0) @@ -31,9 +31,9 @@ SPEC CHECKSUMS: DynamicBlurView: ccf9acd2b20c883cc2c72e3524a04d8d3ee20533 iOSSnapshotTestCase: 944a73f6d9676302811a86c0cf35f0e6ef5ab2a0 Nimble: 051e3d8912d40138fa5591c78594f95fb172af37 - PopupDialog: 720c92befd8bc23c13442254945213db5612f149 + PopupDialog: 398b845b73204d61c9a3fbba1ed263a136a3eaf9 SwiftLint: 5553187048b900c91aa03552807681bb6b027846 PODFILE CHECKSUM: 07c617a2f6b270e1e612e31d4f4d376badedc104 -COCOAPODS: 1.8.1 +COCOAPODS: 1.8.4 diff --git a/Example/Pods/Local Podspecs/PopupDialog.podspec.json b/Example/Pods/Local Podspecs/PopupDialog.podspec.json index dd6113cb..dd1f3988 100644 --- a/Example/Pods/Local Podspecs/PopupDialog.podspec.json +++ b/Example/Pods/Local Podspecs/PopupDialog.podspec.json @@ -1,6 +1,6 @@ { "name": "PopupDialog", - "version": "1.1.1", + "version": "1.1.2", "summary": "A simple custom popup dialog view controller", "homepage": "https://github.com/orderella/PopupDialog", "license": { @@ -12,7 +12,7 @@ }, "source": { "git": "https://github.com/orderella/PopupDialog.git", - "tag": "1.1.1" + "tag": "1.1.2" }, "social_media_url": "https://twitter.com/theMWFire", "platforms": { diff --git a/Example/Pods/Manifest.lock b/Example/Pods/Manifest.lock index 30e694c4..889bfc98 100644 --- a/Example/Pods/Manifest.lock +++ b/Example/Pods/Manifest.lock @@ -6,7 +6,7 @@ PODS: - iOSSnapshotTestCase/SwiftSupport (6.0.3): - iOSSnapshotTestCase/Core - Nimble (7.3.4) - - PopupDialog (1.1.1): + - PopupDialog (1.1.2): - DynamicBlurView (~> 4.0) - SwiftLint (0.35.0) @@ -31,9 +31,9 @@ SPEC CHECKSUMS: DynamicBlurView: ccf9acd2b20c883cc2c72e3524a04d8d3ee20533 iOSSnapshotTestCase: 944a73f6d9676302811a86c0cf35f0e6ef5ab2a0 Nimble: 051e3d8912d40138fa5591c78594f95fb172af37 - PopupDialog: 720c92befd8bc23c13442254945213db5612f149 + PopupDialog: 398b845b73204d61c9a3fbba1ed263a136a3eaf9 SwiftLint: 5553187048b900c91aa03552807681bb6b027846 PODFILE CHECKSUM: 07c617a2f6b270e1e612e31d4f4d376badedc104 -COCOAPODS: 1.8.1 +COCOAPODS: 1.8.4 diff --git a/Example/Pods/Pods.xcodeproj/project.pbxproj b/Example/Pods/Pods.xcodeproj/project.pbxproj index 4f5e1b14..ededbbbc 100644 --- a/Example/Pods/Pods.xcodeproj/project.pbxproj +++ b/Example/Pods/Pods.xcodeproj/project.pbxproj @@ -979,6 +979,7 @@ hasScannedForEncodings = 0; knownRegions = ( en, + Base, ); mainGroup = CF1408CF629C7361332E53B88F7BD30C; productRefGroup = 07E144C02C379E663AE58A53825B37D6 /* Products */; diff --git a/Example/Pods/Target Support Files/PopupDialog/PopupDialog-Info.plist b/Example/Pods/Target Support Files/PopupDialog/PopupDialog-Info.plist index d60f138d..7ea8235e 100644 --- a/Example/Pods/Target Support Files/PopupDialog/PopupDialog-Info.plist +++ b/Example/Pods/Target Support Files/PopupDialog/PopupDialog-Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.1.1 + 1.1.2 CFBundleSignature ???? CFBundleVersion diff --git a/PopupDialog.podspec b/PopupDialog.podspec index ae676237..45d5c588 100644 --- a/PopupDialog.podspec +++ b/PopupDialog.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'PopupDialog' - s.version = '1.1.1' + s.version = '1.1.2' s.summary = 'A simple custom popup dialog view controller' s.homepage = 'https://github.com/orderella/PopupDialog' s.license = { :type => 'MIT', :file => 'LICENSE' } diff --git a/README.md b/README.md index 20a3a11f..4cae80ec 100644 --- a/README.md +++ b/README.md @@ -215,6 +215,10 @@ vc.titleText = "..." vc.messageText = "..." vc.buttonAlignment = .horizontal vc.transitionStyle = .bounceUp +vc.imageTopMargin = 0 +vc.titleTopMargin = 30 +vc.messageTopMargin = 8 +vc.messageBottomMargin = 30 ```