Skip to content

Commit

Permalink
Merge pull request #260 from Orderella/development
Browse files Browse the repository at this point in the history
 v0.8.1 features
  • Loading branch information
mwfire committed Aug 18, 2018
2 parents 7fd33f2 + f291e87 commit cbaddf4
Show file tree
Hide file tree
Showing 26 changed files with 410 additions and 316 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Changelog

* **0.8.1** Added shadow appearance properties
* **0.8.0** Separated tap and pan gesture dismissal
* **0.7.1** Fixes Objective-C compatability<br>Improved Carthage handling
* **0.7.0** Removed FXBlurView while switching to DynamicBlurView
Expand Down
18 changes: 12 additions & 6 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,28 @@ PODS:
- FBSnapshotTestCase/SwiftSupport (2.1.4):
- FBSnapshotTestCase/Core
- Nimble (7.0.3)
- PopupDialog (0.8.0):
- PopupDialog (0.8.1):
- DynamicBlurView (~> 2.0)
- SwiftLint (0.26.0)
- SwiftLint (0.27.0)

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

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- DynamicBlurView
- Nimble
- SwiftLint

EXTERNAL SOURCES:
FBSnapshotTestCase:
:commit: ed4e6a6
:git: https://github.com/facebook/ios-snapshot-test-case.git
PopupDialog:
:path: ../
:path: "../"

CHECKOUT OPTIONS:
FBSnapshotTestCase:
Expand All @@ -32,9 +38,9 @@ SPEC CHECKSUMS:
DynamicBlurView: aa6db4defc6e537eb86fc5e58dd3991666178399
FBSnapshotTestCase: 094f9f314decbabe373b87cc339bea235a63e07a
Nimble: 7f5a9c447a33002645a071bddafbfb24ea70e0ac
PopupDialog: 764c106b6ab9175958cf189175fad612a334d87d
SwiftLint: f6b83e8d95ee1e91e11932d843af4fdcbf3fc764
PopupDialog: 8d69f3c44b2ebde5a45fe64546bf4ee0d574d763
SwiftLint: 3207c1faa2240bf8973b191820a116113cd11073

PODFILE CHECKSUM: 7a27ac877c3a93aa83583a4625417841e72145e5

COCOAPODS: 1.4.0
COCOAPODS: 1.5.3
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.

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

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

504 changes: 265 additions & 239 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Binary file modified Example/Pods/SwiftLint/swiftlint
Binary file not shown.

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.

1 change: 0 additions & 1 deletion Example/Pods/Target Support Files/Nimble/Nimble.xcconfig

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.

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.

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.

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.

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

2 changes: 1 addition & 1 deletion Example/Pods/Target Support Files/PopupDialog/Info.plist

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.

0 comments on commit cbaddf4

Please sign in to comment.