-
-
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.
- Loading branch information
c-nguyen
committed
Oct 24, 2018
1 parent
2ca7141
commit 5c654f8
Showing
2 changed files
with
14 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
4.2 |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
@version = "0.8.1" | ||
|
||
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.license = { :type => 'MIT', :file => 'LICENSE' } | ||
s.author = { "Tribal Media House" => "[email protected]" } | ||
s.ios.deployment_target = '9.0' | ||
s.source = { :git => "https://github.com/tribalmedia/FMPhotoPicker.git", :tag => s.version } | ||
s.source_files = 'Classes', 'FMPhotoPicker/FMPhotoPicker/source/**/*.swift' | ||
end |