[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 9 / d / b / SSKeychain / 1.4.0 / SSKeychain.podspec.json
blobf9627665f207e1bb67fd3f3b5936165a1b887abf
2   "name": "SSKeychain",
3   "version": "1.4.0",
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.0"
13   },
14   "license": {
15     "type": "MIT",
16     "file": "LICENSE"
17   },
18   "source_files": "Sources/*.{h,m}",
19   "resources": "Support/*.lproj",
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   }