[Add] XZTextImageView 10.1.0
[CocoaPods.git] / Specs / 9 / d / b / SSKeychain / 1.4.1 / SSKeychain.podspec.json
blob216e6c4d7250b90f7aafb8ff426f2cadac76e472
2   "name": "SSKeychain",
3   "version": "1.4.1",
4   "description": "Simple Cocoa wrapper for the keychain that works on OS X, iOS, tvOS, and watchOS.",
5   "summary": "Simple Cocoa wrapper for the keychain.",
6   "homepage": "https://github.com/soffes/sskeychain",
7   "authors": {
8     "Sam Soffes": "sam@soff.es"
9   },
10   "source": {
11     "git": "https://github.com/soffes/sskeychain.git",
12     "tag": "v1.4.1"
13   },
14   "license": {
15     "type": "MIT",
16     "file": "LICENSE"
17   },
18   "source_files": "Sources/*.{h,m}",
19   "resources": "Support/SSKeychain.bundle",
20   "frameworks": [
21     "Security",
22     "Foundation"
23   ],
24   "platforms": {
25     "osx": "10.8",
26     "ios": "5.0",
27     "tvos": "9.0",
28     "watchos": "2.0"
29   },
30   "deprecated_in_favor_of": "SAMKeychain"