[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / b / 8 / DAKeychain / 1.1.0 / DAKeychain.podspec.json
bloba2bd805db53e431c9553b52a0fa0f8c31d312bcb
2   "name": "DAKeychain",
3   "version": "1.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": "1.1.0"
17   },
18   "social_media_url": "https://twitter.com/dagostin",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "DAKeychain/Classes/**/*"