[Add] SRTHaishinKit 2.0.3
[CocoaPods.git] / Specs / 1 / a / 2 / SerializedUser / 1.0.0 / SerializedUser.podspec.json
blob6d5c96c2c3f538173f8c058ace9d0982ecf6c788
2   "name": "SerializedUser",
3   "version": "1.0.0",
4   "summary": "Serialize user with NSUserDefaults and save sensitive token with SSKeychain",
5   "homepage": "https://github.com/xinminlabs/SerializedUser",
6   "authors": {
7     "Richard Huang": "flyerhzm@gmail.com"
8   },
9   "source": {
10     "git": "https://github.com/xinminlabs/SerializedUser.git",
11     "tag": "v1.0.0"
12   },
13   "source_files": "SerializedUser/*.{h,m}",
14   "requires_arc": true,
15   "license": {
16     "type": "MIT",
17     "file": "LICENSE"
18   },
19   "dependencies": {
20     "SSKeychain": [
22     ]
23   }