[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 8 / 5 / YPBanner / 0.3.0 / YPBanner.podspec.json
blob48e832cb4788e8251910eb8abac912e493a16b16
2   "name": "YPBanner",
3   "version": "0.3.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.3.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/images/*"
23     ]
24   },
25   "public_header_files": "Pod/Classes/YPBanner/*.h",
26   "dependencies": {
27     "SDWebImage": [
28       "~> 3.7.3"
29     ]
30   }