Skip to content

Commit

Permalink
Bump version to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kishikawakatsumi committed Jan 18, 2015
1 parent 8c8abcf commit 67c4370
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions KeychainAccess.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "KeychainAccess"
s.version = "1.0.7"
s.version = "1.1.0"
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.
Expand All @@ -9,9 +9,10 @@ Pod::Spec.new do |s|
Features
- Simple interface
- Support access group
- [Support accessibility](#accessibility)
- [Support iCloud sharing](#icloud_sharing)
- **[Support TouchID and Keychain integration (iOS 8+)](#touch_id_integration)**
- Support accessibility
- Support iCloud sharing
- **Support TouchID and Keychain integration (iOS 8+)**
- **Support Shared Web Credentials (iOS 8+)**
- Works on both iOS & OS X
DESC
s.homepage = "https://github.com/kishikawakatsumi/KeychainAccess"
Expand Down

0 comments on commit 67c4370

Please sign in to comment.