blob: 34c6a5f59d9949544ebc07dfe27084927f5111ba [file] [log] [blame]
{
"name": "WPFBannerView",
"version": "0.2.1",
"summary": "A convenient way to init BannerView",
"description": "WPFBannerView help you to add a bannerView on you view in one minute.",
"homepage": "https://github.com/codewpf/WPFBannerView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"alex": "ioswpf@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/codewpf/WPFBannerView.git",
"tag": "0.2.1"
},
"source_files": [
"WPFBannerViewDemo/WPFBannerView/*.swift",
"WPFBannerViewDemo/WPFBannerView/WPFBannerView.swift",
"WPFBannerViewDemo/WPFBannerView/**/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"Kingfisher": [
"~> 3.0"
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"pushed_with_swift_version": "3.0"
}