[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / c / 0 / 1 / SimpleTools / 0.1.6 / SimpleTools.podspec.json
blob3a1a2be87bce2341c999994e0aabfad6a05dae91
2   "name": "SimpleTools",
3   "version": "0.1.6",
4   "summary": "Some tool's module for iOS Developer & Code with Swift.",
5   "description": "开发效率工具类合集\nDone:\n这里是已经完成的\nDoing:\n这里是正在做的\nUserDefaultwrapper: wrapper + enumtoKeyPath,简单的向UserDefault中写入内容\nToDo:\n这里是准备去做的",
6   "homepage": "https://github.com/HuDaQian/SimpleTools",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "HuDaQian": "458331943@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/HuDaQian/SimpleTools.git",
16     "tag": "0.1.6"
17   },
18   "social_media_url": "https://hudaqian.github.io",
19   "platforms": {
20     "ios": "13.0"
21   },
22   "swift_versions": "5.1",
23   "subspecs": [
24     {
25       "name": "UserDefaultWrapper",
26       "source_files": "Source/UserDefaultWrapper/*.swift"
27     }
28   ],
29   "swift_version": "5.1"