Skip to content

Commit 2bd7c41

Browse files
committed
Added notifications for AutoDiscovery
1 parent 90b49a6 commit 2bd7c41

36 files changed

+4395
-355
lines changed

Podfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ target 'iPhoneMoCap' do
55
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
66
use_frameworks!
77

8-
pod 'SnapKit', '~> 4.0.0'
8+
pod 'SnapKit'
99
pod 'CocoaAsyncSocket'
10+
pod 'NotificationBannerSwift'
1011
end

Podfile.lock

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
11
PODS:
22
- CocoaAsyncSocket (7.6.1)
3+
- MarqueeLabel/Swift (3.1.3)
4+
- NotificationBannerSwift (1.5.1):
5+
- MarqueeLabel/Swift
6+
- SnapKit (~> 4.0)
37
- SnapKit (4.0.0)
48

59
DEPENDENCIES:
610
- CocoaAsyncSocket
7-
- SnapKit (~> 4.0.0)
11+
- NotificationBannerSwift
12+
- SnapKit
813

914
SPEC CHECKSUMS:
1015
CocoaAsyncSocket: 7eadd3f59e1a6c84e2aefc93e9ff7b55156fe174
16+
MarqueeLabel: baa5753dcbd36dca080e1f5c589a665aa5c906f1
17+
NotificationBannerSwift: 666e6c392238561c17a52db4c50e6f00d9942e0d
1118
SnapKit: a42d492c16e80209130a3379f73596c3454b7694
1219

13-
PODFILE CHECKSUM: 1c7ae95e37ee22e797d05c65283c3b12d5085827
20+
PODFILE CHECKSUM: 136f3672a7be5131b5be9f60addf0a61d2093a47
1421

1522
COCOAPODS: 1.2.0

Pods/Manifest.lock

+9-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/MarqueeLabel/LICENSE

+14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/MarqueeLabel/README.mdown

+174
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)