[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 5 / 7 / 4 / HWPhotoPicker / 0.0.3 / HWPhotoPicker.podspec.json
blob9b6a3430f55f38623bec5fda2c3b7ff1f1bf6080
2   "name": "HWPhotoPicker",
3   "version": "0.0.3",
4   "summary": "自定义的PhotoPicker. 集成多选和预览功能.",
5   "description": "非常推荐使用的一个自定义的PhotoPicker. 集成多选和预览功能.",
6   "homepage": "https://github.com/yellowei/HWPhotoPicker",
7   "license": "MIT",
8   "authors": {
9     "yellowei": "admin@yellowei.cn"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/yellowei/HWPhotoPicker.git",
16     "tag": "0.0.3"
17   },
18   "source_files": "HWPhotoPicker/HWPhotoPicker/HWPhotoPicker/**/*.{h,m}",
19   "frameworks": [
20     "Foundation",
21     "UIKit"
22   ],
23   "xcconfig": {
24     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/CommonCrypto"
25   },
26   "dependencies": {
27     "SDWebImage": [
28       "3.8.1"
29     ],
30     "MBProgressHUD": [
31       "1.0.0"
32     ]
33   }