[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 7 / 1 / 5 / EmptyPage / 1.2.6 / EmptyPage.podspec.json
blobdbececf84b18a0ef72279e43baf8ecac3a0127ff
2   "name": "EmptyPage",
3   "version": "1.2.6",
4   "summary": "iOS - 轻量级空白页占位图框架...",
5   "homepage": "https://github.com/bigl055/EmptyPage",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "linhey": "linheyhan.linhey@outlook.com"
12   },
13   "source": {
14     "git": "https://github.com/bigl055/EmptyPage.git",
15     "tag": "1.2.6"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "pod_target_xcconfig": {
22     "SWIFT_VERSION": "4.0"
23   },
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Sources/*.{swift,h}"
28     },
29     {
30       "name": "Standard",
31       "source_files": "Standard/*.{swift,xib}",
32       "dependencies": {
33         "EmptyPage/Core": [
35         ]
36       }
37     }
38   ]