blob: dc83354a58e3c6719a55f918b5a55539e2b7de9e [file] [log] [blame]
{
"name": "SHAccountStore",
"version": "0.1.1",
"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": {
"type": "MIT"
},
"authors": {
"Seivan Heidari": "seivan.heidari@icloud.com"
},
"source": {
"git": "https://github.com/seivan/SHAccountStore.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": "SHAccountStore/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"LUKeychainAccess": [
],
"BlocksKit": [
]
}
}