blob: 6d5c96c2c3f538173f8c058ace9d0982ecf6c788 [file] [log] [blame]
{
"name": "SerializedUser",
"version": "1.0.0",
"summary": "Serialize user with NSUserDefaults and save sensitive token with SSKeychain",
"homepage": "https://github.com/xinminlabs/SerializedUser",
"authors": {
"Richard Huang": "flyerhzm@gmail.com"
},
"source": {
"git": "https://github.com/xinminlabs/SerializedUser.git",
"tag": "v1.0.0"
},
"source_files": "SerializedUser/*.{h,m}",
"requires_arc": true,
"license": {
"type": "MIT",
"file": "LICENSE"
},
"dependencies": {
"SSKeychain": [
]
}
}