Bump version to 2.0.3

This commit is contained in:
kishikawa katsumi
2015-02-07 14:17:35 +09:00
parent 62ca29fbe6
commit 34386e5218

View File

@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "UICKeyChainStore"
s.version = "2.0.2"
s.version = "2.0.3"
s.summary = "UICKeyChainStore is a simple wrapper for Keychain that works on iOS and OS X. Makes using Keychain APIs as easy as NSUserDefaults."
s.description = <<-DESC
UICKeyChainStore is a simple Swift wrapper for Keychain that works on iOS and OS X.