blob: 85cb755dc0cdef3fa4d0f1b07b78d19eedb6e6fc [file] [log] [blame]
{
"name": "XKKeychain",
"version": "1.0.1",
"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.\nIt provides access to all of the possible attributes, so that it should suit all applications,\nwhile still being simple and convenient to use.",
"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.1"
},
"social_media_url": "https://twitter.com/avon",
"platforms": {
"ios": "7.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"XKKeychain": [
"Pod/Assets/*.png"
]
}
}