Skip to content

Commit bc61515

Browse files
committed
Updated email and assets,
1 parent d771856 commit bc61515

File tree

50 files changed

+54
-54
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+54
-54
lines changed

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion

Example Apps/iOS Example/App/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Example Apps/iOS Example/Controllers/DiffableTableController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Example Apps/iOS Example/Controllers/RootController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Example Apps/iOS Example/Controllers/SideBarController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Readme.md

Lines changed: 5 additions & 5 deletions

SPDiffable.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Pod::Spec.new do |s|
66
s.homepage = 'https://github.com/ivanvorobei/SPDiffable'
77
s.source = { :git => 'https://github.com/ivanvorobei/SPDiffable.git', :tag => s.version }
88
s.license = { :type => 'MIT', :file => "LICENSE" }
9-
s.author = { 'Ivan Vorobei' => 'hello@ivanvorobei.by' }
9+
s.author = { 'Ivan Vorobei' => 'hello@ivanvorobei.io' }
1010

1111
s.swift_version = '5.1'
1212
s.ios.deployment_target = '12.0'

Sources/SPDiffable/Collection/DataSource/AppleCollectionDiffableDataSource.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SPDiffable/Collection/DataSource/SPDiffableCollectionDataSource+CellProvider.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SPDiffable/Collection/DataSource/SPDiffableCollectionDataSource+HeaderFooterProvider.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)