[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 9 / d / b / SSKeychain / 1.3.1 / SSKeychain.podspec.json
blob1a71b473e638eb4aaf007048649c2af738847d0a
2   "name": "SSKeychain",
3   "version": "1.3.1",
4   "summary": "Simple Cocoa wrapper for the keychain that works on Mac and iOS.",
5   "homepage": "https://github.com/soffes/sskeychain",
6   "authors": {
7     "Sam Soffes": "sam@soff.es"
8   },
9   "source": {
10     "git": "https://github.com/soffes/sskeychain.git",
11     "tag": "v1.3.1"
12   },
13   "description": "SSKeychain is a simple utility class for making the system keychain less sucky.",
14   "source_files": "SSKeychain/*.{h,m}",
15   "requires_arc": true,
16   "license": {
17     "type": "MIT",
18     "file": "LICENSE"
19   },
20   "frameworks": [
21     "Security",
22     "Foundation"
23   ]