[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 8 / 5 / YPBanner / 0.4.0 / YPBanner.podspec.json
blob038af544b4ae9059b0df389afb7cb531d0161fa4
2   "name": "YPBanner",
3   "version": "0.4.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.4.0"
14   },
15   "social_media_url": "http://twitter.com/PenotyYu",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/YPBanner/*",
21   "resource_bundles": {
22     "YPBanner": [
23       "Pod/Assets/images/*"
24     ]
25   },
26   "public_header_files": "Pod/Classes/YPBanner/*.h",
27   "dependencies": {
28     "SDWebImage": [
29       "~> 3.7.3"
30     ]
31   }