Skip to content

Commit

Permalink
Merge pull request #5 from blink22/development
Browse files Browse the repository at this point in the history
Version Pump and update dependencies
  • Loading branch information
Ahmed Mohamed Abdelmagied authored Dec 19, 2019
2 parents 25c6ad2 + d1d49e8 commit 9f31403
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 10 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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<br>Dropped iOS 9 support as of moving to ios-snapshot-test-case
Expand Down
6 changes: 3 additions & 3 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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
4 changes: 2 additions & 2 deletions Example/Pods/Local Podspecs/PopupDialog.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion PopupDialog.podspec
Original file line number Diff line number Diff line change
@@ -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' }
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

<p>&nbsp;</p>
Expand Down

0 comments on commit 9f31403

Please sign in to comment.