소스 검색

Bump version to 1.0.2

kishikawa katsumi 10 년 전
부모
커밋
1aebdeeb64
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      KeychainAccess.podspec

+ 1 - 1
KeychainAccess.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name             = "KeychainAccess"
-  s.version          = "1.0.1"
+  s.version          = "1.0.2"
   s.summary          = "KeychainAccess is a simple Swift wrapper for Keychain that works on iOS and OS X."
   s.description      = <<-DESC
   KeychainAccess is a simple Swift wrapper for Keychain that works on iOS and OS X. Makes using Keychain APIs exremely easy and much more palatable to use in Swift.