[Add] TMUserCenter 0.2.55
[CocoaPods.git] / Specs / b / 1 / 9 / SYUserDefaults / 1.0.1 / SYUserDefaults.podspec.json
blob6c8d228193e10e42fdc6375293ae5b8ec4990dee
2   "name": "SYUserDefaults",
3   "version": "1.0.1",
4   "summary": "个人工具类之数据持久化",
5   "homepage": "http://blog.dnnlbj.com",
6   "license": "MIT",
7   "authors": {
8     "CoderSy": "private.shengyang@gmail.com"
9   },
10   "platforms": {
11     "ios": "11.0"
12   },
13   "source": {
14     "git": "https://github.com/CoderSy/SYUserDefaults.git",
15     "tag": "1.0.1"
16   },
17   "source_files": "Sources/*.{swift}",
18   "frameworks": "Foundation",
19   "requires_arc": true,
20   "pod_target_xcconfig": {
21     "SWIFT_VERSION": "4.1"
22   }