[Add] BUAdTestMeasurement-Beta 6.6.0.7
[CocoaPods.git] / Specs / 9 / d / b / SSKeychain / 1.0.3 / SSKeychain.podspec.json
bloba9c5efcd4d64c7f480dd7f7698307f69896816e0
2   "name": "SSKeychain",
3   "version": "1.0.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.0.3"
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   }