[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 7 / 8 / d / SGKeychain / 1.1 / SGKeychain.podspec.json
blob0340f538290fc57cb2c64eee1055cfc26c36499c
2   "name": "SGKeychain",
3   "version": "1.1",
4   "summary": "SGKeychain is a class for working with the keychain on iOS and OS X.",
5   "description": "                       SGKeychain is a class for working with the keychain on iOS and OS X. It has the following features:\n\n                       * Creating new keychain items\n                       * Fetching passwords from the keychain\n                       * Deleting items from your keychain\n                       * Supports keychain access groups for sharing a single keychain between multiple apps (not supported in the iPhone simulator)\n                       * Built for iOS 7/10.8 and above using automatic reference counting (ARC)\n                       * Unit tested\n",
6   "homepage": "https://github.com/secondgear/SGKeychain",
7   "license": "MIT",
8   "authors": {
9     "Justin Williams": "justinw@me.com"
10   },
11   "source": {
12     "git": "https://github.com/secondgear/SGKeychain.git",
13     "tag": "1.1"
14   },
15   "social_media_url": "https://twitter.com/justin",
16   "platforms": {
17     "ios": "7.0",
18     "osx": "10.9"
19   },
20   "requires_arc": true,
21   "source_files": "Classes",
22   "frameworks": "Security"