This repository has been archived by the owner on Jan 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 61
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
1 parent
01d64e3
commit 60a7af5
Showing
1 changed file
with
2 additions
and
2 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 |
---|---|---|
|
@@ -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 = { | ||
|