[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 0 / c / 6 / XKKeychain / 1.0.0 / XKKeychain.podspec.json
blobf8609b957cbe6f01b0cc0977c913b62e0ffa3339
2   "name": "XKKeychain",
3   "version": "1.0.0",
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.\n                       It provides access to all of the possible attributes, so that it should suit all applications,\n                       while still being simple and convenient to use.\n",
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.0"
14   },
15   "social_media_url": "https://twitter.com/avon",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes",
21   "resource_bundles": {
22     "XKKeychain": [
23       "Pod/Assets/*.png"
24     ]
25   }