Skip to content

Commit

Permalink
Merge pull request #37 from congnd/owner-transfer
Browse files Browse the repository at this point in the history
edit: change owner
  • Loading branch information
congnd authored Feb 18, 2020
2 parents 89c3fe8 + 09e75c4 commit e6b85a9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .chglog/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions FMPhotoPicker.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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" => "[email protected]" }
s.author = { "Cong Nguyen" => "[email protected]" }
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"]
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]:tribalmedia/FMPhotoPicker.git"
git "[email protected]:congnd/FMPhotoPicker.git"
```
and run `carthage update FMPhotoPicker`

Expand Down Expand Up @@ -185,8 +185,5 @@ public protocol FMAlertable {
## Developer
[@congnd](https://github.com/congnd)

## Author
`<code>` with ❤️ by Tribal Media House

## License
FMPhotoPicker is released under the MIT license. See LICENSE for details.

0 comments on commit e6b85a9

Please sign in to comment.