[Add] FTMobileSDK 1.5.10-alpha.1
[CocoaPods.git] / Specs / 9 / c / 7 / RBPhotoBrowser / 0.0.1 / RBPhotoBrowser.podspec.json
blob424597d1df6c02a4fa30280e565a4783c9794c98
2   "name": "RBPhotoBrowser",
3   "version": "0.0.1",
4   "summary": "A photo browser.",
5   "homepage": "https://github.com/jasparchan/RBPhotoBrowser",
6   "license": "MIT",
7   "authors": {
8     "RobinChan": "me@robinchan.cn"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/jasparchan/RBPhotoBrowser.git",
15     "tag": "0.0.1"
16   },
17   "source_files": [
18     "RBPhotoBrowser",
19     "RBPhotoBrowser/**/*.{h,m}"
20   ],
21   "frameworks": "UIKit",
22   "dependencies": {
23     "SDWebImage": [
24       "~> 4.2.3"
25     ]
26   }