[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 7 / 9 / 6 / RBBanner / 0.0.6 / RBBanner.podspec.json
bloba657b594459b42a736023dd7a77d907170472d4c
2   "name": "RBBanner",
3   "version": "0.0.6",
4   "summary": "LoopScroll banner used on iOS.",
5   "homepage": "https://github.com/rbyyy/LoopScroll",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "任冰": "rbyyy924805@163.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/rbyyy/LoopScroll.git",
18     "tag": "0.0.6"
19   },
20   "source_files": "RBBannerView/RBBannerView/BannerView/*.{h,m}",
21   "frameworks": [
22     "Foundation",
23     "UIKit"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "SDWebImage": [
28       "~> 4.4.2"
29     ]
30   }