[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 3 / 6 / c / PSCarouselView / 1.0.1 / PSCarouselView.podspec.json
blob85ad3dfbb60313378258db33995ead7cf48cbd6f
2   "name": "PSCarouselView",
3   "version": "1.0.1",
4   "summary": "A drop-in carousel view. Most of Apps put it in their first screen.",
5   "description": "A drop-in carousel view. Most of Apps put it in their first screen.Ease use and quick compose.",
6   "homepage": "http://shengpan.net/pscarouselview/",
7   "screenshots": "https://raw.githubusercontent.com/DeveloperPans/PSCarouselView/master/PSCarouselView.gif",
8   "license": "MIT",
9   "authors": {
10     "Pan": "developerpans@163.com"
11   },
12   "social_media_url": "http://shengpan.net",
13   "platforms": {
14     "ios": "7.0"
15   },
16   "requires_arc": true,
17   "source": {
18     "git": "https://github.com/DeveloperPans/PSCarouselView.git",
19     "tag": "1.0.1"
20   },
21   "source_files": "CarouselDemo/PSCarouselView/**/*",
22   "resource_bundles": {
23     "PSCarouselView": [
24       "CarouselDemo/PSCarouselView/**/*.xib"
25     ]
26   },
27   "frameworks": "UIKit",
28   "dependencies": {
29     "SDWebImage": [
30       "~> 3.7.2"
31     ]
32   }