[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / 9 / d / b / SSKeychain / 1.0.1 / SSKeychain.podspec.json
blob9c919ec54de8077e14ad28506c03189c21bfb502
2   "name": "SSKeychain",
3   "version": "1.0.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": "1.0.1"
12   },
13   "description": "SSKeychain is a simple utility class for making the system keychain less sucky.",
14   "source_files": "SSKeychain/*.{h,m}",
15   "frameworks": "Security",
16   "requires_arc": true,
17   "license": {
18     "type": "MIT",
19     "file": "LICENSE"
20   }