[Add] MixedObject 1.0.0
[CocoaPods.git] / Specs / 7 / 1 / e / HUPhotoBrowser / 1.3.0 / HUPhotoBrowser.podspec.json
blobb1ac5a244815e7b6db3166e64e8ca03529f7c77e
2   "name": "HUPhotoBrowser",
3   "version": "1.3.0",
4   "summary": "photo browser for ios, which can browse Photo library and web image",
5   "homepage": "https://github.com/hujewelz/HUPhotoBrowser",
6   "license": "MIT",
7   "authors": {
8     "Jewelz Hu": "https://github.com/hujewelz/HUPhotoBrowser"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/hujewelz/HUPhotoBrowser.git",
15     "tag": "1.3.0"
16   },
17   "source_files": "HUPhotoBrowser/**/*.{h,m}",
18   "requires_arc": true,
19   "frameworks": [
20     "UIKit",
21     "Photos",
22     "AssetsLibrary"
23   ],
24   "public_header_files": [
25     "HUPhotoBrowser/HUPhotoBrowser.h",
26     "HUPhotoBrowser/HUPhotoPicker/HUImagePickerViewController.h",
27     "HUPhotoBrowser/HUWebImageDownloader/{UIImageView+HUWebImage,HUWebImageDownloader}.h"
28   ]