Skip to content

Commit

Permalink
Bump version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kishikawakatsumi committed Jan 2, 2015
1 parent 500038b commit ab6a305
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions KeychainAccess.podspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
Pod::Spec.new do |s|
s.name = "KeychainAccess"
s.version = "1.0.2"
s.version = "1.0.3"
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.
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.
Features
- Simple interface
- Support access group
- [Support accessibility](#accessibility)
- [Support iCloud sharing](#icloud_sharing)
- **[Support TouchID and Keychain integration (iOS 8+)](#touch_id_integration)**
- Works on both iOS & OS X
DESC
s.homepage = "https://github.com/kishikawakatsumi/KeychainAccess"
s.screenshots = "https://raw.githubusercontent.com/kishikawakatsumi/KeychainAccess/master/Screenshots/01.png"
s.license = 'MIT'
Expand Down

0 comments on commit ab6a305

Please sign in to comment.