[Add] XJCustomSDK 1.0.2
[CocoaPods.git] / Specs / 5 / 7 / 4 / HWPhotoPicker / 0.0.2 / HWPhotoPicker.podspec.json
bloba883fbf69ff4899ca6906b510d47258cf4bf30cf
2   "name": "HWPhotoPicker",
3   "version": "0.0.2",
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.2"
17   },
18   "source_files": [
19     "HWPhotoPicker",
20     "HWPhotoPicker/HWPhotoPicker/**/*.{h,m}"
21   ],
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ],
26   "xcconfig": {
27     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/CommonCrypto"
28   },
29   "dependencies": {
30     "SDWebImage": [
31       "3.8.1"
32     ],
33     "MBProgressHUD": [
34       "1.0.0"
35     ]
36   }