[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 7 / 0 / 4 / WPFBannerView / 0.2.4 / WPFBannerView.podspec.json
blobafde2721799ab709609be6c4239b300d0060dd93
2   "name": "WPFBannerView",
3   "version": "0.2.4",
4   "summary": "A convenient way to init BannerView",
5   "description": "WPFBannerView help you to add a bannerView on you view in one minute.",
6   "homepage": "https://github.com/codewpf/WPFBannerView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "alex": "ioswpf@gmail.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/codewpf/WPFBannerView.git",
19     "tag": "0.2.4"
20   },
21   "source_files": [
22     "WPFBannerViewDemo/WPFBannerView/Kingfisher.h",
23     "WPFBannerViewDemo/WPFBannerView/*.swift",
24     "WPFBannerViewDemo/WPFBannerView/WPFBannerView.swift",
25     "WPFBannerViewDemo/WPFBannerView/**/*.{h,m}"
26   ],
27   "requires_arc": true,
28   "dependencies": {
29     "Kingfisher": [
30       "~> 3.0"
31     ]
32   },
33   "pod_target_xcconfig": {
34     "SWIFT_VERSION": "3.0"
35   },
36   "pushed_with_swift_version": "3.0"