Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Daltron committed May 2, 2019
2 parents 51e08af + f9184ae commit e97c998
Show file tree
Hide file tree
Showing 41 changed files with 1,235 additions and 1,158 deletions.
4 changes: 2 additions & 2 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# A scolling drop-in replacement for UILabel for long texts.
github "cbpowell/MarqueeLabel" ~> 3.2.1
github "cbpowell/MarqueeLabel" ~> 4.0.0

# A Swift Autolayout DSL for iOS & OS X
github "SnapKit/SnapKit" ~> 4.2.0
github "SnapKit/SnapKit" ~> 5.0.0
4 changes: 2 additions & 2 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "SnapKit/SnapKit" "4.2.0"
github "cbpowell/MarqueeLabel" "3.2.1"
github "SnapKit/SnapKit" "5.0.0"
github "cbpowell/MarqueeLabel" "4.0.0"
178 changes: 10 additions & 168 deletions Example/NotificationBanner.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

15 changes: 1 addition & 14 deletions Example/Podfile
Original file line number Diff line number Diff line change
@@ -1,24 +1,11 @@
use_frameworks!
platform :ios, '9.0'
platform :ios, '10.0'

target 'NotificationBanner_Example' do
pod 'NotificationBannerSwift', :path => '../'
pod 'Reveal-iOS-SDK', :configurations => ['Debug']

target 'NotificationBanner_Tests' do
inherit! :search_paths


end
end

post_install do |installer|
installer.pods_project.targets.each do |target|
swift4_projects = ['MarqueeLabel']
if swift4_projects.include? target.name
target.build_configurations.each do |config|
config.build_settings['SWIFT_VERSION'] = '4.2'
end
end
end
end
20 changes: 10 additions & 10 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PODS:
- MarqueeLabel/Swift (3.2.0)
- NotificationBannerSwift (1.7.1):
- MarqueeLabel/Swift (~> 3.2.0)
- SnapKit (~> 4.0.1)
- MarqueeLabel (4.0.0)
- NotificationBannerSwift (2.1.0):
- MarqueeLabel (~> 4.0.0)
- SnapKit (~> 5.0.0)
- Reveal-iOS-SDK (1.6.2)
- SnapKit (4.0.1)
- SnapKit (5.0.0)

DEPENDENCIES:
- NotificationBannerSwift (from `../`)
Expand All @@ -21,11 +21,11 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
MarqueeLabel: 440a502b91a9179bd98f9fff00ba1150650a1c0e
NotificationBannerSwift: c6f21a8ea856722cf910a808c087092f0c9ccd7f
MarqueeLabel: b55b26e690b6ad41faedd95cbf5eae6f1d1735b4
NotificationBannerSwift: cc8fc633c3119577a5dd06b8b7774abffdef9cb0
Reveal-iOS-SDK: e2250b3c155bcfac53ae223ddc1f76d08f206c33
SnapKit: 0de968a9fec17499afa29683b05d0c775b6d1c29
SnapKit: fd22d10eb9aff484d79a8724eab922c1ddf89bcf

PODFILE CHECKSUM: 5ddf90d4952f980c741f9d7226c2827f0b2d1b95
PODFILE CHECKSUM: 5df8d90f64b2772af127cf73f052ed06aca4d4ea

COCOAPODS: 1.5.3
COCOAPODS: 1.6.1
13 changes: 7 additions & 6 deletions Example/Pods/Local Podspecs/NotificationBannerSwift.podspec.json

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

20 changes: 10 additions & 10 deletions Example/Pods/Manifest.lock

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

51 changes: 11 additions & 40 deletions Example/Pods/MarqueeLabel/README.mdown

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.

Loading

0 comments on commit e97c998

Please sign in to comment.