mirror of
https://github.com/arthenica/ffmpeg-kit.git
synced 2026-05-07 20:22:27 +00:00
update developer info
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user