[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 7 / 6 / 1 / XRPhotoBrowser / 1.0 / XRPhotoBrowser.podspec.json
blobe8e3443d0e26511ce5cd8bfe9438b363147a62fa
2   "name": "XRPhotoBrowser",
3   "version": "1.0",
4   "summary": "Powerful, low memory usage, efficient and smooth photo browsing framework that supports image transit effect.",
5   "platforms": {
6     "ios": "9.0"
7   },
8   "description": "Powerful, low memory usage, efficient and smooth photo browsing framework that supports image transit effect.",
9   "homepage": "https://github.com/hanzhuzi/XRPhotoBrowser",
10   "license": {
11     "type": "MIT",
12     "file": "FILE_LICENSE"
13   },
14   "authors": {
15     "hanzhuzi": "violet_buddhist@163.com"
16   },
17   "source": {
18     "git": "https://github.com/hanzhuzi/XRPhotoBrowser.git",
19     "tag": "1.0"
20   },
21   "source_files": [
22     "Source",
23     "XRPhotoBrowser/Sources/**/*.{h,m}"
24   ],
25   "resource_bundles": {
26     "XRPhotoBrowser": [
27       "XRPhotoBrowser/Sources/XRPhotoBrowser.bundle/*.png"
28     ]
29   },
30   "ios": {
31     "frameworks": [
32       "UIKit",
33       "Foundation"
34     ]
35   },
36   "weak_frameworks": "Photos",
37   "requires_arc": true,
38   "dependencies": {
39     "SDWebImage": [
40       "~> 5.0.6"
41     ]
42   }