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