[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / d / b / SSKeychain / 1.2.3 / SSKeychain.podspec.json
blobad41a28528fb16d1cb4a5e6bfe39e10be094b95f
2   "name": "SSKeychain",
3   "version": "1.2.3",
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.2.3"
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   ]