Skip to content

Commit

Permalink
Add pod specs
Browse files Browse the repository at this point in the history
  • Loading branch information
c-nguyen committed Oct 24, 2018
1 parent 2ca7141 commit 5c654f8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4.2
13 changes: 13 additions & 0 deletions FMPhotoPicker.podspec
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

0 comments on commit 5c654f8

Please sign in to comment.