blob: 6ae79f362591c570d321c0fe6dd4e1a709b71ece [file] [log] [blame]
{
"name": "SimplifiedACAccounts",
"version": "0.1.0",
"summary": "Simplifies the usage of ACAccounts by treating the most common scenarios and errors.",
"description": " Instead of having to use three classes to use the Accounts framework, you only need to use one!\n\n * Simple interface to ACAccounts\n * Treats some of most common errors (example: user without account on his phone)\n",
"homepage": "https://github.com/m4c0/ios-accounts",
"license": "LGPLv3",
"authors": {
"Eduardo Costa": "iosaccounts@tpk.com.br"
},
"source": {
"git": "https://github.com/m4c0/ios-accounts.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Classes/ios"
}