update developer info

This commit is contained in:
Taner Sener
2022-09-28 01:20:30 +01:00
parent b8fd5281a5
commit 9415fdfd6b
4 changed files with 6 additions and 6 deletions
@@ -5,7 +5,7 @@ Pod::Spec.new do |s|
s.description = 'A Flutter plugin for running FFmpeg and FFprobe commands.'
s.homepage = 'https://github.com/arthenica/ffmpeg-kit'
s.license = { :file => '../LICENSE' }
s.author = { 'Taner Sener' => 'tanersener@gmail.com' }
s.author = { 'ARTHENICA' => 'open-source@arthenica.com' }
s.platform = :ios
s.requires_arc = true
@@ -5,7 +5,7 @@ Pod::Spec.new do |s|
s.description = 'A Flutter plugin for running FFmpeg and FFprobe commands.'
s.homepage = 'https://github.com/arthenica/ffmpeg-kit'
s.license = { :file => '../LICENSE' }
s.author = { 'Taner Sener' => 'tanersener@gmail.com' }
s.author = { 'ARTHENICA' => 'open-source@arthenica.com' }
s.platform = :osx
s.requires_arc = true
+1 -1
View File
@@ -19,7 +19,7 @@
"ios"
],
"repository": "https://github.com/arthenica/ffmpeg-kit",
"author": "Taner Sener <tanersener@gmail.com> (https://github.com/arthenica)",
"author": "ARTHENICA <open-source@arthenica.com> (https://github.com/arthenica)",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/arthenica/ffmpeg-kit/issues"
+3 -3
View File
@@ -39,9 +39,9 @@ ext {
siteUrl = 'https://github.com/arthenica/ffmpeg-kit'
gitUrl = 'https://github.com/arthenica/ffmpeg-kit.git'
developerId = 'tanersener'
developerName = 'Taner Sener'
developerEmail = 'tanersener@gmail.com'
developerId = 'arthenica'
developerName = 'ARTHENICA'
developerEmail = 'open-source@arthenica.com'
if (Project.hasProperty('releaseGPL')) {
licenseName = 'GNU General Public License version 3'