update developer info

pull/583/head
Taner Sener 3 years ago
parent b8fd5281a5
commit 9415fdfd6b
  1. 2
      flutter/flutter/ios/ffmpeg_kit_flutter.podspec
  2. 2
      flutter/flutter/macos/ffmpeg_kit_flutter.podspec
  3. 2
      react-native/package.json
  4. 6
      tools/android/release.template.gradle

@ -5,7 +5,7 @@ Pod::Spec.new do |s|
s.description = 'A Flutter plugin for running FFmpeg and FFprobe commands.' s.description = 'A Flutter plugin for running FFmpeg and FFprobe commands.'
s.homepage = 'https://github.com/arthenica/ffmpeg-kit' s.homepage = 'https://github.com/arthenica/ffmpeg-kit'
s.license = { :file => '../LICENSE' } s.license = { :file => '../LICENSE' }
s.author = { 'Taner Sener' => 'tanersener@gmail.com' } s.author = { 'ARTHENICA' => 'open-source@arthenica.com' }
s.platform = :ios s.platform = :ios
s.requires_arc = true 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.description = 'A Flutter plugin for running FFmpeg and FFprobe commands.'
s.homepage = 'https://github.com/arthenica/ffmpeg-kit' s.homepage = 'https://github.com/arthenica/ffmpeg-kit'
s.license = { :file => '../LICENSE' } s.license = { :file => '../LICENSE' }
s.author = { 'Taner Sener' => 'tanersener@gmail.com' } s.author = { 'ARTHENICA' => 'open-source@arthenica.com' }
s.platform = :osx s.platform = :osx
s.requires_arc = true s.requires_arc = true

@ -19,7 +19,7 @@
"ios" "ios"
], ],
"repository": "https://github.com/arthenica/ffmpeg-kit", "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", "license": "LGPL-3.0",
"bugs": { "bugs": {
"url": "https://github.com/arthenica/ffmpeg-kit/issues" "url": "https://github.com/arthenica/ffmpeg-kit/issues"

@ -39,9 +39,9 @@ ext {
siteUrl = 'https://github.com/arthenica/ffmpeg-kit' siteUrl = 'https://github.com/arthenica/ffmpeg-kit'
gitUrl = 'https://github.com/arthenica/ffmpeg-kit.git' gitUrl = 'https://github.com/arthenica/ffmpeg-kit.git'
developerId = 'tanersener' developerId = 'arthenica'
developerName = 'Taner Sener' developerName = 'ARTHENICA'
developerEmail = 'tanersener@gmail.com' developerEmail = 'open-source@arthenica.com'
if (Project.hasProperty('releaseGPL')) { if (Project.hasProperty('releaseGPL')) {
licenseName = 'GNU General Public License version 3' licenseName = 'GNU General Public License version 3'

Loading…
Cancel
Save