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

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
nek023 committed Apr 4, 2015
1 parent 49bc6f2 commit 9345be1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions QBImagePickerController.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ Pod::Spec.new do |s|
s.name = "QBImagePickerController"
s.version = "3.0.0"
s.summary = "A clone of UIImagePickerController with multiple selection support."
s.homepage = "https://github.com/questbeat/QBImagePickerController"
s.homepage = "https://github.com/questbeat/QBImagePicker"
s.license = "MIT"
s.author = { "questbeat" => "[email protected]" }
s.source = { :git => "https://github.com/questbeat/QBImagePickerController.git", :tag => s.version.to_s }
s.source = { :git => "https://github.com/questbeat/QBImagePicker.git", :tag => s.version.to_s }
s.social_media_url = "https://twitter.com/questbeat"
s.source_files = "QBImagePicker/*.{h,m}"
s.resource_bundles = { "QBImagePicker" => "QBImagePicker/*.{lproj,storyboard}" }
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# QBImagePickerController
# QBImagePicker

[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)

Expand Down Expand Up @@ -53,7 +53,7 @@ And run `pod install`.

Add the following line to Cartfile:

github "questbeat/QBImagePickerController"
github "questbeat/QBImagePicker"

And run `carthage update`.

Expand Down

0 comments on commit 9345be1

Please sign in to comment.