Skip to content

Commit

Permalink
Merge pull request #211 from Orderella/development
Browse files Browse the repository at this point in the history
Adresses Objective-C and Carthage issues
  • Loading branch information
mwfire committed Feb 24, 2018
2 parents d974979 + 9bae9c8 commit dcdfe10
Show file tree
Hide file tree
Showing 88 changed files with 868 additions and 1,090 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ DerivedData
# Bundler
.bundle

Carthage
# Carthage

# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Changelog

* **0.7.1** Fixes Objective-C compatability<br>Improved Carthage handling
* **0.7.0** Removed FXBlurView while switching to DynamicBlurView
* **0.6.2** Added preferredWidth option for iPads
* **0.6.1** Added shake animation<br>Introduced hideStatusBar option
Expand Down
1 change: 1 addition & 0 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github "KyoheiG3/DynamicBlurView" ~> 2.0
1 change: 1 addition & 0 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github "KyoheiG3/DynamicBlurView" "2.0.2"
18 changes: 9 additions & 9 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
PODS:
- DynamicBlurView (2.0.0)
- DynamicBlurView (2.0.2)
- FBSnapshotTestCase (2.1.4):
- FBSnapshotTestCase/SwiftSupport (= 2.1.4)
- FBSnapshotTestCase/Core (2.1.4)
- FBSnapshotTestCase/SwiftSupport (2.1.4):
- FBSnapshotTestCase/Core
- Nimble (7.0.2)
- PopupDialog (0.7.0):
- Nimble (7.0.3)
- PopupDialog (0.7.1):
- DynamicBlurView (~> 2.0)
- SwiftLint (0.24.0)
- SwiftLint (0.25.0)

DEPENDENCIES:
- FBSnapshotTestCase (from `https://github.com/facebook/ios-snapshot-test-case.git`, commit `ed4e6a6`)
Expand All @@ -29,12 +29,12 @@ CHECKOUT OPTIONS:
:git: https://github.com/facebook/ios-snapshot-test-case.git

SPEC CHECKSUMS:
DynamicBlurView: 7b1bfbc1e7a0606b8a1855ff809ccaccfbda6b30
DynamicBlurView: aa6db4defc6e537eb86fc5e58dd3991666178399
FBSnapshotTestCase: 094f9f314decbabe373b87cc339bea235a63e07a
Nimble: bfe1f814edabba69ff145cb1283e04ed636a67f2
PopupDialog: b59d5a92b015dde35a1af6aacf19e960f432aef8
SwiftLint: a014c92b4664e8b13f380f8640a51bb1733778ba
Nimble: 7f5a9c447a33002645a071bddafbfb24ea70e0ac
PopupDialog: 7b2ad0681c470eb159c33a17c4c3109debd65d5a
SwiftLint: e14651157288e9e01d6e1a71db7014fb5744a8ea

PODFILE CHECKSUM: 7a27ac877c3a93aa83583a4625417841e72145e5

COCOAPODS: 1.3.1
COCOAPODS: 1.4.0

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

4 changes: 1 addition & 3 deletions Example/Pods/DynamicBlurView/README.md

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/Local Podspecs/PopupDialog.podspec.json

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

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

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.

26 changes: 13 additions & 13 deletions Example/Pods/Nimble/Sources/Nimble/Matchers/MatcherProtocols.swift

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

32 changes: 30 additions & 2 deletions Example/Pods/Nimble/Sources/Nimble/Matchers/PostNotification.swift

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

0 comments on commit dcdfe10

Please sign in to comment.