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