Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Commit

Permalink
Fix podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
floriangbh committed Dec 10, 2017
1 parent 01d64e3 commit 60a7af5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GBHFacebookImagePicker.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ Pod::Spec.new do |s|
s.version = '2.2.1'
s.summary = 'GBHFacebookImagePicker is Facebook album photo picker written in Swift 3.0. Enjoy !'
s.description = 'GBHFacebookImagePicker is Facebook album photo picker written in Swift 3.0 which permit to pick picture in your Facebook album'
s.homepage = 'https://github.com/floriangbh/GBHFacebookImagePicker'
s.homepage = 'https://github.com/floriangbh/FacebookImagePicker'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Florian Gabach' => '[email protected]' }
s.source = { :git => 'https://github.com/floriangbh/GBHFacebookImagePicker.git', :tag => s.version.to_s }
s.source = { :git => 'https://github.com/floriangbh/FacebookImagePicker.git', :tag => s.version.to_s }
s.ios.deployment_target = '9.0'
s.source_files = 'GBHFacebookImagePicker/Classes/**/*'
s.resource_bundles = {
Expand Down

0 comments on commit 60a7af5

Please sign in to comment.