[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 7 / 1 / 5 / EmptyPage / 3.3.0 / EmptyPage.podspec.json
blob577e334210ba85af0fa1cf8f6e9fdc76292cfb83
2   "name": "EmptyPage",
3   "version": "3.3.0",
4   "summary": "iOS - 轻量级空白页占位图框架...",
5   "homepage": "https://github.com/linhay/EmptyPage",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "linhay": "is.linhay@outlook.com"
12   },
13   "source": {
14     "git": "https://github.com/linhay/EmptyPage.git",
15     "tag": "3.3.0"
16   },
17   "swift_versions": [
18     "4.0",
19     "4.2",
20     "5.0",
21     "5.1",
22     "5.1"
23   ],
24   "platforms": {
25     "ios": "8.0"
26   },
27   "requires_arc": true,
28   "swift_version": "5.1",
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "Sources/Core/*.{swift,h}"
33     },
34     {
35       "name": "Standard",
36       "source_files": "Sources/Standard/*.{swift}",
37       "dependencies": {
38         "EmptyPage/Core": [
40         ]
41       }
42     }
43   ]