Compare commits

..

3 Commits

Author SHA1 Message Date
Matthew Palmer e91be340b8 Update README.md 2015-10-15 06:32:28 +11:00
Matthew Palmer db0802cdaf Merge pull request #81 from victor/master
Add support for tvOS
2015-10-15 06:32:06 +11:00
Victor Jalencas 03ff3ae76a Add support for tvOS 2015-10-14 17:19:38 +02:00
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -14,6 +14,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.10'
s.watchos.deployment_target = '2.0'
s.tvos.deployment_target = '9.0'
s.requires_arc = true
+1 -1
View File
@@ -5,7 +5,7 @@ A powerful, protocol-oriented library for working with the keychain in Swift.
- [x] 📱 iOS 8.0+
- [x] 💻 Mac OS X 10.10+
- [x] ⌚️ watchOS 2
- [ ] 📺 tvOS (*coming soon?*)
- [x] 📺 tvOS
How is Locksmith different to other keychain wrappers?