Skip to content

Commit 12e9c25

Browse files
committed
Update email and name
1 parent 16b1022 commit 12e9c25

32 files changed

+33
-33
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 Ivan Vorobei
3+
Copyright (c) 2019 Ivan Varabei
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

SPAlert.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Pod::Spec.new do |s|
22

33
s.name = "SPAlert"
4-
s.version = "2.1.2"
4+
s.version = "2.1.4"
55
s.summary = "Native alert from Apple Music & Feedback. Contains Done, Heart & Message and other presets."
66
s.homepage = "https://github.com/IvanVorobei/SPAlert"
77
s.source = { :git => "https://github.com/IvanVorobei/SPAlert.git", :tag => s.version }
88
s.license = { :type => "MIT", :file => "LICENSE" }
99

10-
s.author = { "Ivan Vorobei" => "ivanvorobei@icloud.com" }
10+
s.author = { "Ivan Varabei" => "varabeis@icloud.com" }
1111

1212
s.platform = :ios
1313
s.ios.framework = 'UIKit'

Source/SPAlert/Models/SPAlertHaptic.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 © 2019 Ivan Vorobei (ivanvorobei@icloud.com)
2+
// Copyright © 2019 Ivan Varabei (varabeis@icloud.com)
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

Source/SPAlert/Models/SPAlertLayout.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 © 2019 Ivan Vorobei (ivanvorobei@icloud.com)
2+
// Copyright © 2019 Ivan Varabei (varabeis@icloud.com)
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

Source/SPAlert/Models/SPAlertPreset.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 © 2019 Ivan Vorobei (ivanvorobei@icloud.com)
2+
// Copyright © 2019 Ivan Varabei (varabeis@icloud.com)
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

Source/SPAlert/Protocol/SPAlertIconAnimatable.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 © 2019 Ivan Vorobei (ivanvorobei@icloud.com)
2+
// Copyright © 2019 Ivan Varabei (varabeis@icloud.com)
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

Source/SPAlert/SPAlert.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 © 2019 Ivan Vorobei (ivanvorobei@icloud.com)
2+
// Copyright © 2019 Ivan Varabei (varabeis@icloud.com)
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

Source/SPAlert/Views/Icons/SPAlertIconAddView.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 © 2019 Ivan Vorobei (ivanvorobei@icloud.com)
2+
// Copyright © 2019 Ivan Varabei (varabeis@icloud.com)
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

Source/SPAlert/Views/Icons/SPAlertIconBoltView.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 © 2019 Ivan Vorobei (ivanvorobei@icloud.com)
2+
// Copyright © 2019 Ivan Varabei (varabeis@icloud.com)
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

Source/SPAlert/Views/Icons/SPAlertIconBookmarkView.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 © 2019 Ivan Vorobei (ivanvorobei@icloud.com)
2+
// Copyright © 2019 Ivan Varabei (varabeis@icloud.com)
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)