blob: f8609b957cbe6f01b0cc0977c913b62e0ffa3339 [file] [log] [blame]
{
"name": "XKKeychain",
"version": "1.0.0",
"summary": "A completely flexible keychain wrapper for generic password keychain items.",
"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",
"homepage": "https://github.com/karlvr/XKKeychain",
"license": "MIT",
"authors": {
"Karl von Randow": "karl@xk72.com"
},
"source": {
"git": "https://github.com/karlvr/XKKeychain.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/avon",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"XKKeychain": [
"Pod/Assets/*.png"
]
}
}