[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 2 / 0 / KPengBannerView / 0.0.3 / KPengBannerView.podspec.json
blob723ce15d60a39c7e19d73773ac891e4395246dbe
2   "name": "KPengBannerView",
3   "version": "0.0.3",
4   "summary": "A marquee view used on iOS.",
5   "description": "It is a marquee view used on iOS, which implement by Objective-C.",
6   "homepage": "https://github.com/smithgoo/KPengBannerView.git",
7   "license": "MIT",
8   "authors": {
9     "王朋": "294336370@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/smithgoo/KPengBannerView.git",
13     "tag": "0.0.3"
14   },
15   "platforms": {
16     "ios": "9"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "BannerView",
21     "BannerView/**/*.{h,m}"
22   ],
23   "frameworks": [
24     "Foundation",
25     "CoreGraphics",
26     "UIKit"
27   ]