diff --git a/BSImagePicker.podspec b/BSImagePicker.podspec index 7f5a5360..6e593024 100644 --- a/BSImagePicker.podspec +++ b/BSImagePicker.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "BSImagePicker" - s.version = "0.4" + s.version = "0.5" s.summary = "BSImagePicker is a multiple image picker for iOS" s.description = <<-DESC A mix between the native iOS 7 gallery and facebooks image picker. Allows you to preview and select multiple images. @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.license = "MIT" s.author = { "Joakim Gyllström" => "joakim@backslashed.se" } s.platform = :ios, "7.0" - s.source = { :git => "https://github.com/mikaoj/BSImagePicker.git", :tag => "0.4" } + s.source = { :git => "https://github.com/mikaoj/BSImagePicker.git", :tag => "0.5" } s.source_files = "BSImagePicker/**/*.{h,m}" s.exclude_files = "BSImagePicker/Controller/BSAppDelegate.{h,m}", "BSImagePicker/Misc/main.m" s.public_header_files = "BSImagePicker/Controller/BSImagePickerController.h", "BSImagePicker/Category/UIViewController+MultipleImagePicker.h" diff --git a/README.md b/README.md index 82ad5dcd..d7b63c90 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A mix between the native iOS 7 gallery and facebooks image picker. ## Pod Put this into your Podfile: ```shell -pod 'BSImagePicker', '~> 0.4' +pod 'BSImagePicker', '~> 0.5' ``` ## Framework ### Download framework