[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 4 / b / 0 / ZSProjectBase / 0.0.5 / ZSProjectBase.podspec.json
blob3f5555f542fa923879680e3cd9c2f7a7ce195bd4
2   "name": "ZSProjectBase",
3   "version": "0.0.5",
4   "summary": "swift开发中总结的快速创建项目模块",
5   "description": "用于swift开发中快速创建项目,个人使用,有缘人愿意用请随意",
6   "homepage": "https://github.com/safiriGitHub/ProjectBase",
7   "swift_versions": "4.2",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "safiri": "safiri@163.com"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/safiriGitHub/ProjectBase.git",
20     "tag": "0.0.5"
21   },
22   "source_files": [
23     "Source",
24     "Source/**/*.swift"
25   ],
26   "resources": "Source/Resource/AppRefresh.bundle",
27   "dependencies": {
28     "MJRefresh": [
30     ],
31     "DZNEmptyDataSet": [
33     ],
34     "SnapKit": [
36     ]
37   },
38   "swift_version": "4.2"