[Add] CZarSDK 1.1.9
[CocoaPods.git] / Specs / 8 / 0 / c / HXPhotoPicker / 2.4.5 / HXPhotoPicker.podspec.json
blobdaaf189c4a8f54c1e831341e1afc2f6311874345
2   "name": "HXPhotoPicker",
3   "version": "2.4.5",
4   "summary": "照片/视频选择器 - 支持LivePhoto、GIF图片选择、自定义裁剪照片、3DTouch预览、浏览网络图片/网络视频 功能 - Imitation weibo photo/image picker - support for LivePhoto, GIF image selection, 3DTouch preview, browse the web image function",
5   "homepage": "https://github.com/SilenceLove/HXPhotoPicker",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "SilenceLove": "294005139@qq.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/SilenceLove/HXPhotoPicker.git",
18     "tag": "2.4.5"
19   },
20   "frameworks": [
21     "UIKit",
22     "Photos",
23     "PhotosUI"
24   ],
25   "requires_arc": true,
26   "default_subspecs": "Default",
27   "subspecs": [
28     {
29       "name": "Default",
30       "source_files": "HXPhotoPicker/**/*.{h,m}",
31       "resources": "HXPhotoPicker/Resource/*.{png,xib,nib,bundle}"
32     },
33     {
34       "name": "SDWebImage",
35       "source_files": "HXPhotoPicker/**/*.{h,m}",
36       "resources": "HXPhotoPicker/Resource/*.{png,xib,nib,bundle}",
37       "dependencies": {
38         "SDWebImage": [
39           "~> 5.0"
40         ]
41       }
42     },
43     {
44       "name": "YYWebImage",
45       "source_files": "HXPhotoPicker/**/*.{h,m}",
46       "resources": "HXPhotoPicker/Resource/*.{png,xib,nib,bundle}",
47       "dependencies": {
48         "YYWebImage": [
49           "~> 1.0.5"
50         ]
51       }
52     }
53   ]