[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 2 / f / 9 / PhotosView / 1.0.0 / PhotosView.podspec.json
blob04416a4eacd0a9ce07933597c790078aa512c4b5
2   "name": "PhotosView",
3   "version": "1.0.0",
4   "summary": "A marquee view used on iOS.",
5   "description": "It is a marquee view used on iOS, which implement by Objective-C.",
6   "homepage": "https://github.com/kunpengapple/PhotoBroswer",
7   "license": "MIT",
8   "authors": {
9     "skp": "kunpengapple@163.com"
10   },
11   "source": {
12     "git": "https://github.com/kunpengapple/PhotoBroswer.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "BroswerView/*.{h,m}",
20   "dependencies": {
21     "SDWebImage": [
22       ">= 4.0.0"
23     ],
24     "MBProgressHUD": [
26     ]
27   },
28   "frameworks": [
29     "Foundation",
30     "CoreGraphics",
31     "UIKit",
32     "Photos"
33   ]