[Add] RogoCore 1.0.8.9
[CocoaPods.git] / Specs / 0 / 8 / 5 / YPBanner / 0.8.0 / YPBanner.podspec.json
blobef2f6e006ec74f0e07e2b74669fae3186fd2e6e7
2   "name": "YPBanner",
3   "version": "0.8.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.8.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   "public_header_files": "Pod/Classes/YPBanner/*.h",
22   "dependencies": {
23     "SDWebImage": [
24       "~> 3.8.1"
25     ]
26   }