[Add] RogoCore 1.0.8.9
[CocoaPods.git] / Specs / 0 / 8 / 5 / YPBanner / 0.1.0 / YPBanner.podspec.json
blob2644a6262645f70cff9d269fdb740df963fd438b
2   "name": "YPBanner",
3   "version": "0.1.0",
4   "summary": "YPBanner,simple usage,esily add banner to your project.",
5   "description": "Just a few lines of codes, you can easily add a banner to your project.",
6   "homepage": "https://github.com/penoty/YPBanner",
7   "license": "MIT",
8   "authors": {
9     "penoty": "penoty@163.com"
10   },
11   "source": {
12     "git": "https://github.com/penoty/YPBanner.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/YPBanner/*",
20   "resource_bundles": {
21     "YPBanner": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "public_header_files": "Pod/Classes/YPBanner/YPBannerView.h",
26   "dependencies": {
27     "SDWebImage": [
28       "~> 3.7.3"
29     ]
30   }