[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 7 / c / HCBPhotoBrowser / 1.0.0 / HCBPhotoBrowser.podspec.json
blob959c4c47f2e4a4b1719029ee2777cda847404506
2   "name": "HCBPhotoBrowser",
3   "version": "1.0.0",
4   "summary": "An easy PhotoBrowser",
5   "homepage": "https://github.com/spWang/HCBPhotoBrowser",
6   "license": "MIT",
7   "authors": {
8     "spWang": "wsp810@163.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/spWang/HCBPhotoBrowser.git",
15     "tag": "1.0.0"
16   },
17   "source_files": "HCBPhotoBrowserDemo/HCBPhotoBrowserDemo/HCBPhotoBrowser/*.{h,m}",
18   "requires_arc": true,
19   "frameworks": [
20     "UIKit",
21     "ImageIO",
22     "Accelerate"
23   ],
24   "dependencies": {
25     "SDWebImage": [
26       "3.8.2"
27     ]
28   }