blob: 0087486e37ea05307b92b18624e561ddefbcf31f [file] [log] [blame]
{
"name": "WAAccountStore",
"version": "1.0",
"authors": "YuAo",
"summary": "A universal and extensible account system for iOS",
"homepage": "https://github.com/YuAo/WAAccountStore",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"source": {
"git": "https://github.com/YuAo/WAAccountStore.git",
"tag": "1.0"
},
"requires_arc": true,
"source_files": "WAAccountStore/**/*.{h,m}",
"platforms": {
"ios": "7.0"
},
"dependencies": {
"WAKeyValuePersistenceStore": [
],
"UICKeyChainStore": [
]
}
}