[Add] AliPlayerSDK_iOS_NORMAL_SR_FILTER 6.21.0
[CocoaPods.git] / Specs / 5 / b / 8 / DAKeychain / 0.1.0 / DAKeychain.podspec.json
blob060ad13961754a9cd19a4e142941c17c4a81d08f
2   "name": "DAKeychain",
3   "version": "0.1.0",
4   "summary": "DAKeychain is a simple keychain wrapper that acts like a dictionary.",
5   "description": "I created this small library for fun. I wanted to abstract all that boilerplate code when working with the keychain and I wanted to make working with the keychain as simple as possible. So I created this. This library will behave like a dictionary when working with the keychain. It's pretty simple to use.",
6   "homepage": "https://github.com/dagostini/DAKeychain",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "dagostini": "dejan.agostini@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/dagostini/DAKeychain.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/dagostin",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "DAKeychain/Classes/**/*",
23   "pushed_with_swift_version": "3.0"