-
-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #37 from congnd/owner-transfer
edit: change owner
- Loading branch information
Showing
4 changed files
with
6 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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` | ||
|
||
|
@@ -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. |