blob: fae456b248aaf5d517c5b6331b808a8ffdc678d2 [file] [log] [blame]
{
"name": "SHAccountStore",
"version": "0.2.0",
"summary": "Account Storage similar to ACAccount - using Keychain instead of Core Data.",
"description": " A Keychain based Account Storage similar to ACAccount for third party providers. \n \n * SHAccount.\n * SHAccountType\n * SHAccountCredential\n * SHAccountStore\n\n The api works the same way as the Accounts framework.\n",
"homepage": "https://github.com/seivan/SHAccountStore",
"license": "MIT",
"authors": {
"Seivan Heidari": "seivan.heidari@icloud.com"
},
"source": {
"git": "https://github.com/seivan/SHAccountStore.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "SHAccountStore/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"LUKeychainAccess": [
],
"SHAlertViewBlocks": [
]
}
}