[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / f / 6 / 3 / KeychainAccess / 3.1.0 / KeychainAccess.podspec.json
blobabd8a3a2a49a97e598f12428c04f48d6ba69317d
2   "name": "KeychainAccess",
3   "version": "3.1.0",
4   "summary": "KeychainAccess is a simple Swift wrapper for Keychain that works on iOS and OS X.",
5   "description": "KeychainAccess is a simple Swift wrapper for Keychain that works on iOS and OS X.\nMakes using Keychain APIs exremely easy and much more palatable to use in Swift.\n\nFeatures\n  - Simple interface\n  - Support access group\n  - Support accessibility\n  - Support iCloud sharing\n  - **Support TouchID and Keychain integration (iOS 8+)**\n  - **Support Shared Web Credentials (iOS 8+)**\n  - Works on both iOS & OS X\n  - watchOS and tvOS are also supported",
6   "homepage": "https://github.com/kishikawakatsumi/KeychainAccess",
7   "screenshots": "https://raw.githubusercontent.com/kishikawakatsumi/KeychainAccess/master/Screenshots/01.png",
8   "license": "MIT",
9   "authors": {
10     "kishikawa katsumi": "kishikawakatsumi@mac.com"
11   },
12   "source": {
13     "git": "https://github.com/kishikawakatsumi/KeychainAccess.git",
14     "tag": "v3.1.0"
15   },
16   "social_media_url": "https://twitter.com/k_katsumi",
17   "requires_arc": true,
18   "source_files": "Lib/KeychainAccess/*.swift",
19   "pod_target_xcconfig": {
20     "SWIFT_VERSION": "3.0"
21   },
22   "platforms": {
23     "ios": "8.0",
24     "osx": "10.9",
25     "watchos": "2.0",
26     "tvos": "9.0"
27   },
28   "pushed_with_swift_version": "3.0"