[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / 9 / d / b / SSKeychain / 1.2.2 / SSKeychain.podspec.json
blob00a88c2b18b979cfe68a9467a63eb50df737b4bc
2   "name": "SSKeychain",
3   "version": "1.2.2",
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.2"
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   ]