[Add] HyundaiEV 1.0.7
[CocoaPods.git] / Specs / d / 3 / 7 / CommonUser / 0.0.2 / CommonUser.podspec.json
blobea615f9cee92da95368a3dd68a263353cebd13d4
2   "name": "CommonUser",
3   "version": "0.0.2",
4   "summary": "User data persistence classes encapsulated based on NSUserDefaults.",
5   "description": "基于NSUserDefaults封装的用户数据持久化类,可以更新用户数据,获取当前用户信息和退出登录销毁信息。继承该类就可以直接扩展用户字段。",
6   "homepage": "https://github.com/cjq002/CommonUser",
7   "license": "MIT",
8   "authors": {
9     "cjq002": "692771080@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/cjq002/CommonUser.git",
13     "tag": "0.0.2"
14   },
15   "source_files": [
16     "CommonUser",
17     "CommonUser/**/*.{h,m}"
18   ],
19   "frameworks": "Foundation",
20   "platforms": {
21     "osx": null,
22     "ios": null,
23     "tvos": null,
24     "watchos": null
25   }