From 09e75c48680036f47d5d1497b15717ecf7967f27 Mon Sep 17 00:00:00 2001 From: stakada7 Date: Tue, 18 Feb 2020 20:16:36 +0900 Subject: [PATCH] edit: change owner --- .chglog/config.yml | 2 +- FMPhotoPicker.podspec | 6 +++--- LICENSE | 2 +- README.md | 5 +---- 4 files changed, 6 insertions(+), 9 deletions(-) diff --git a/.chglog/config.yml b/.chglog/config.yml index 1dc2071..1ac8227 100755 --- a/.chglog/config.yml +++ b/.chglog/config.yml @@ -2,7 +2,7 @@ style: github template: CHANGELOG.tpl.md info: title: CHANGELOG - repository_url: https://github.com/tribalmedia/FMPhotoPicker + repository_url: https://github.com/congnd/FMPhotoPicker options: commits: # filters: diff --git a/FMPhotoPicker.podspec b/FMPhotoPicker.podspec index 7b6c6de..163c11a 100644 --- a/FMPhotoPicker.podspec +++ b/FMPhotoPicker.podspec @@ -4,11 +4,11 @@ Pod::Spec.new do |s| s.name = "FMPhotoPicker" s.version = @version s.summary = "A modern, simple and zero-dependency photo picker with an elegant and customizable image editor" - s.homepage = "https://github.com/tribalmedia/FMPhotoPicker" + s.homepage = "https://github.com/congnd/FMPhotoPicker" s.license = { :type => 'MIT', :file => 'LICENSE' } - s.author = { "Tribal Media House" => "dev@tribalmedia.co.jp" } + s.author = { "Cong Nguyen" => "congnd@outlook.com" } s.ios.deployment_target = '9.0' - s.source = { :git => "https://github.com/tribalmedia/FMPhotoPicker.git", :tag => s.version } + s.source = { :git => "https://github.com/congnd/FMPhotoPicker.git", :tag => s.version } s.source_files = 'Classes', 'FMPhotoPicker/FMPhotoPicker/source/**/*.swift' s.resources = ['FMPhotoPicker/FMPhotoPicker/source/Assets.xcassets', 'FMPhotoPicker/FMPhotoPicker/source/**/*.xib'] s.swift_version = ["4.2", "5.0"] diff --git a/LICENSE b/LICENSE index b9d3db9..7f5c8bf 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018-present, Tribal Media House. +Copyright (c) 2018-present, Cong Nguyen Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 69afd44..486ebae 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ FMPhotoPicker is a modern, simple and zero-dependency photo picker with an elega ### Carthage Insert the following line in your Carthfile: ``` -git "git@github.com:tribalmedia/FMPhotoPicker.git" +git "git@github.com:congnd/FMPhotoPicker.git" ``` and run `carthage update FMPhotoPicker` @@ -185,8 +185,5 @@ public protocol FMAlertable { ## Developer [@congnd](https://github.com/congnd) -## Author -`` with ❤️ by Tribal Media House - ## License FMPhotoPicker is released under the MIT license. See LICENSE for details.