[Delete] FluentAdFlowAdsWidget 2.0.0
[CocoaPods.git] / Specs / 0 / c / 6 / XKKeychain / 1.0.1 / XKKeychain.podspec.json
blob85cb755dc0cdef3fa4d0f1b07b78d19eedb6e6fc
2   "name": "XKKeychain",
3   "version": "1.0.1",
4   "summary": "A completely flexible keychain wrapper for generic password keychain items.",
5   "description": "XKKeychain provides a flexible and generic Objective C wrapper for accessing the keychain.\nIt provides access to all of the possible attributes, so that it should suit all applications,\nwhile still being simple and convenient to use.",
6   "homepage": "https://github.com/karlvr/XKKeychain",
7   "license": "MIT",
8   "authors": {
9     "Karl von Randow": "karl@xk72.com"
10   },
11   "source": {
12     "git": "https://github.com/karlvr/XKKeychain.git",
13     "tag": "1.0.1"
14   },
15   "social_media_url": "https://twitter.com/avon",
16   "platforms": {
17     "ios": "7.0",
18     "tvos": "9.0"
19   },
20   "requires_arc": true,
21   "source_files": "Pod/Classes",
22   "resource_bundles": {
23     "XKKeychain": [
24       "Pod/Assets/*.png"
25     ]
26   }