[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / b / 7 / HLPhotoBrowserHelper / 1.0.0 / HLPhotoBrowserHelper.podspec.json
blob9806f72823aee7edaff6898266f9900993291d97
2   "name": "HLPhotoBrowserHelper",
3   "version": "1.0.0",
4   "summary": "对KSPhotoBrowser简单封装",
5   "description": "对KSPhotoBrowser简单封装。类方法使用更简单。",
6   "homepage": "https://github.com/huangchangweng/HLPhotoBrowserHelper",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "黄常翁": "599139419@qq.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/huangchangweng/HLPhotoBrowserHelper.git",
19     "tag": "1.0.0"
20   },
21   "pod_target_xcconfig": {
22     "VALID_ARCHS": "x86_64 armv7 arm64"
23   },
24   "source_files": "HLPhotoBrowserHelper/HLPhotoBrowserHelper/*.{h,m}",
25   "frameworks": "UIKit",
26   "dependencies": {
27     "KSPhotoBrowser": [
28       "0.3.1"
29     ]
30   }