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