[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 7 / 1 / 5 / EmptyPage / 3.1.0 / EmptyPage.podspec.json
blob108d6aabe4ce09a5665a4c8c2c123c73273b40ae
2   "name": "EmptyPage",
3   "version": "3.1.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.1.0"
16   },
17   "swift_version": "5.0",
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "Sources/Core/*.{swift,h}"
26     },
27     {
28       "name": "Standard",
29       "source_files": "Sources/Standard/*.{swift}",
30       "dependencies": {
31         "EmptyPage/Core": [
33         ]
34       }
35     }
36   ]