[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / 1 / 5 / EmptyPage / 4.0.3 / EmptyPage.podspec.json
blob86588777c0630cb25a364bf73d271a23e2e4aacd
2   "name": "EmptyPage",
3   "version": "4.0.3",
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": "4.0.3"
16   },
17   "swift_versions": [
18     "4.0",
19     "4.2",
20     "5.0",
21     "5.1"
22   ],
23   "platforms": {
24     "ios": "9.0"
25   },
26   "requires_arc": true,
27   "subspecs": [
28     {
29       "name": "core",
30       "source_files": [
31         "Sources/core/*.{h,swift}",
32         "Sources/core/**/*.{h,swift}"
33       ]
34     },
35     {
36       "name": "managers",
37       "dependencies": {
38         "EmptyPage/core": [
40         ]
41       },
42       "source_files": [
43         "Sources/managers/*.{h,swift}",
44         "Sources/managers/**/**/*.{h,swift}",
45         "Sources/managers/**/*.{h,swift}"
46       ]
47     },
48     {
49       "name": "templates",
50       "dependencies": {
51         "EmptyPage/core": [
53         ]
54       },
55       "source_files": "Sources/standard/*.{swift}"
56     }
57   ],
58   "swift_version": "5.1"