Skip to content

Commit

Permalink
Pod version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mozharovsky committed Jul 20, 2016
1 parent d88f46b commit 2bf25b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ImagePickerKit.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "ImagePickerKit"
s.version = "0.1.0"
s.version = "0.2.1"
s.summary = "ImagePickerKit is a protocol-oriented framework that provides handly features to dealing with picking or taking a photo!"
s.homepage = "https://github.com/Athlee/ImagePickerKit"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand All @@ -12,5 +12,4 @@ s.ios.deployment_target = "9.0"
s.source = { :git => "https://github.com/Athlee/ImagePickerKit.git", :tag => s.version }
s.source_files = "Source/*.swift"
s.requires_arc = true

end

0 comments on commit 2bf25b7

Please sign in to comment.