[Add] EcommpaySDK_UI 3.6.6
[CocoaPods.git] / Specs / 7 / 1 / 5 / EmptyPage / 1.1.0 / EmptyPage.podspec.json
blob2bec03681611c7667d4805c3d9784cecd418cd4f
2   "name": "EmptyPage",
3   "version": "1.1.0",
4   "summary": "空白页占位",
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.1.0"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "pod_target_xcconfig": {
22     "SWIFT_VERSION": "4.0"
23   },
24   "pushed_with_swift_version": "4.0",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "Sources/**"
29     },
30     {
31       "name": "Resources",
32       "source_files": "Resources/**",
33       "dependencies": {
34         "EmptyPage/Core": [
36         ]
37       }
38     }
39   ]