[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 9 / 7 / DYMRollingBanner / 2.1.3 / DYMRollingBanner.podspec.json
blob199f7b4a6503bf48b20e9159050795cf156acecd
2   "name": "DYMRollingBanner",
3   "version": "2.1.3",
4   "summary": "A buttery-smooth Infinite Banner Scrolling View Controller, supports both local and remote images and is 100% compatible with AutoLayout.",
5   "description": "DYMRollingBanner is a clean and easy-to-use banner rolling control for your app's homepage screen which need to show some rolling banners.It supports both local and remote images and is 100% compatible with AutoLayout.",
6   "homepage": "https://github.com/dymx101/DYMRollingBanner",
7   "license": "MIT",
8   "authors": {
9     "Yiming Dong": "dymx101@hotmail.com"
10   },
11   "source": {
12     "git": "https://github.com/dymx101/DYMRollingBanner.git",
13     "tag": "2.1.3"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "DYMRollingBanner": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "SDWebImage": [
27       "~> 3.7.3"
28     ]
29   }