Skip to content

Commit

Permalink
Bump podspec version to 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
peymano committed Jan 28, 2015
1 parent 225a39d commit 724225c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CZPhotoPickerController.podspec
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "CZPhotoPickerController"
s.version = "1.2.3"
s.version = "1.2.4"
s.summary = "A photo picker offering 'use last photo taken', 'take photo', and 'choose from library'."
s.homepage = "https://github.com/carezone/CZPhotoPickerController"
s.license = "Apache 2.0"
s.authors = { "Brian Cooke" => "brian@carezone.com", "Peyman Oreizy" => "peyman@carezone.com" }
s.source = { :git => "https://github.com/carezone/CZPhotoPickerController.git", :tag => "1.2.3" }
s.source = { :git => "https://github.com/carezone/CZPhotoPickerController.git", :tag => "1.2.4" }
s.platform = :ios, '5.0'
s.frameworks = 'AssetsLibrary', 'MobileCoreServices'
s.source_files = 'CZPhotoPickerController'
Expand Down

0 comments on commit 724225c

Please sign in to comment.