[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 9 / d / b / SSKeychain / 0.1.2 / SSKeychain.podspec.json
blob55527a61283fda9dd1683e6a3f421c88947403b3
2   "name": "SSKeychain",
3   "version": "0.1.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@samsoff.es"
8   },
9   "source": {
10     "git": "https://github.com/soffes/sskeychain.git",
11     "tag": "0.1.2"
12   },
13   "description": "SSKeychain is a simple utility class for making the system keychain less sucky.",
14   "source_files": "SSKeychain.*",
15   "frameworks": "Security",
16   "license": {
17     "type": "MIT",
18     "file": "LICENSE"
19   },
20   "requires_arc": false