[Add] MoneyHashPayment 2.2.13
[CocoaPods.git] / Specs / 3 / f / a / MGPhotoBrowser / 0.0.1 / MGPhotoBrowser.podspec.json
blobb2813e401b292c072d2cc67b58e227f92f4ddbcc
2   "name": "MGPhotoBrowser",
3   "version": "0.0.1",
4   "license": "MIT",
5   "summary": "A simple iOS photo and video browser with optional grid view, captions and selections.",
6   "description": "MGPhotoBrowser can display one or more images or videos by providing either UIImage\nobjects, PHAsset objects, or URLs to library assets, web images/videos or local files.",
7   "homepage": "https://github.com/OYWeijian/MGPhotoBrowser",
8   "authors": {
9     "OYWeijian": "123789456abc0@163.com"
10   },
11   "source": {
12     "git": "https://github.com/OYWeijian/MGPhotoBrowser.git",
13     "tag": "0.0.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source_files": "Pod/Classes/**/*",
19   "resource_bundles": {
20     "MGPhotoBrowser": [
21       "Pod/Assets/*.png"
22     ]
23   },
24   "requires_arc": true,
25   "frameworks": [
26     "ImageIO",
27     "QuartzCore",
28     "AssetsLibrary",
29     "MediaPlayer"
30   ],
31   "weak_frameworks": "Photos",
32   "dependencies": {
33     "MBProgressHUD": [
34       "~> 0.9"
35     ],
36     "DACircularProgress": [
37       "~> 2.3"
38     ],
39     "SDWebImage": [
40       "~> 3.7",
41       "!= 3.7.2"
42     ]
43   }