Skip to content

Commit cbaddf4

Browse files
authored
Merge pull request #260 from Orderella/development
v0.8.1 features
2 parents 7fd33f2 + f291e87 commit cbaddf4

26 files changed

+410
-316
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Changelog
22

3+
* **0.8.1** Added shadow appearance properties
34
* **0.8.0** Separated tap and pan gesture dismissal
45
* **0.7.1** Fixes Objective-C compatability<br>Improved Carthage handling
56
* **0.7.0** Removed FXBlurView while switching to DynamicBlurView

Example/Podfile.lock

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,28 @@ PODS:
66
- FBSnapshotTestCase/SwiftSupport (2.1.4):
77
- FBSnapshotTestCase/Core
88
- Nimble (7.0.3)
9-
- PopupDialog (0.8.0):
9+
- PopupDialog (0.8.1):
1010
- DynamicBlurView (~> 2.0)
11-
- SwiftLint (0.26.0)
11+
- SwiftLint (0.27.0)
1212

1313
DEPENDENCIES:
1414
- FBSnapshotTestCase (from `https://github.com/facebook/ios-snapshot-test-case.git`, commit `ed4e6a6`)
1515
- Nimble (~> 7.0.2)
1616
- PopupDialog (from `../`)
1717
- SwiftLint (~> 0.22)
1818

19+
SPEC REPOS:
20+
https://github.com/cocoapods/specs.git:
21+
- DynamicBlurView
22+
- Nimble
23+
- SwiftLint
24+
1925
EXTERNAL SOURCES:
2026
FBSnapshotTestCase:
2127
:commit: ed4e6a6
2228
:git: https://github.com/facebook/ios-snapshot-test-case.git
2329
PopupDialog:
24-
:path: ../
30+
:path: "../"
2531

2632
CHECKOUT OPTIONS:
2733
FBSnapshotTestCase:
@@ -32,9 +38,9 @@ SPEC CHECKSUMS:
3238
DynamicBlurView: aa6db4defc6e537eb86fc5e58dd3991666178399
3339
FBSnapshotTestCase: 094f9f314decbabe373b87cc339bea235a63e07a
3440
Nimble: 7f5a9c447a33002645a071bddafbfb24ea70e0ac
35-
PopupDialog: 764c106b6ab9175958cf189175fad612a334d87d
36-
SwiftLint: f6b83e8d95ee1e91e11932d843af4fdcbf3fc764
41+
PopupDialog: 8d69f3c44b2ebde5a45fe64546bf4ee0d574d763
42+
SwiftLint: 3207c1faa2240bf8973b191820a116113cd11073
3743

3844
PODFILE CHECKSUM: 7a27ac877c3a93aa83583a4625417841e72145e5
3945

40-
COCOAPODS: 1.4.0
46+
COCOAPODS: 1.5.3

Example/Pods/Local Podspecs/PopupDialog.podspec.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

Lines changed: 12 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 265 additions & 239 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/SwiftLint/swiftlint

163 KB
Binary file not shown.

Example/Pods/Target Support Files/DynamicBlurView/DynamicBlurView.xcconfig

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/FBSnapshotTestCase/FBSnapshotTestCase.xcconfig

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Nimble/Nimble.xcconfig

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-PopupDialog_Example/Pods-PopupDialog_Example-frameworks.sh

Lines changed: 11 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)