[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 3 / 7 / d / DJBannerView / 1.0 / DJBannerView.podspec.json
blobbd5000b681886303e03fe073b046b135f4758a75
2   "name": "DJBannerView",
3   "version": "1.0",
4   "authors": {
5     "Dennis Deng": "iunion@live.cn"
6   },
7   "homepage": "https://github.com/iunion/DJBannerView",
8   "summary": "A ViewPager that can scroll automatically.",
9   "source": {
10     "git": "https://github.com/iunion/DJBannerView.git",
11     "tag": "1.0"
12   },
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "source_files": "DJBannerView",
22   "public_header_files": "DJBannerView/*.h",
23   "resources": [
24     "DJBannerView/Images/*.png"
25   ],
26   "dependencies": {
27     "SDWebImage": [
28       "~> 4.0.0"
29     ]
30   }