blob: 738878f6fb0d943423f93409e76e226fca039729 [file] [log] [blame]
{
"name": "WAAccountStore",
"version": "1.2",
"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.2"
},
"requires_arc": true,
"source_files": "WAAccountStore/**/*.{h,m}",
"platforms": {
"ios": "7.0"
},
"dependencies": {
"WAKeyValuePersistenceStore": [
],
"UICKeyChainStore": [
]
}
}