[Add] TPNiOS 6.4.35
[CocoaPods.git] / Specs / 0 / 4 / 8 / WMHPhotoSDK / 1.0.0 / WMHPhotoSDK.podspec.json
blob19e46bd8056fc0f50c70a8385c92d8acdfaad49a
2   "name": "WMHPhotoSDK",
3   "version": "1.0.0",
4   "summary": "图片选择器组件",
5   "description": "一个图片选择器组件,逻辑和微信一样但没有图片编辑功能\nA image picker tool,and the logic is the same as WeChat but no editing function",
6   "homepage": "https://github.com/Archerry/WMHPhotoSDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Archer": "minhang.wang@icloud.com"
13   },
14   "source": {
15     "git": "https://github.com/Archerry/WMHPhotoSDK.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "Sources/**/*.{swift,h,m}",
22   "public_header_files": "Sources/*.h",
23   "swift_versions": "5.3",
24   "static_framework": true,
25   "dependencies": {
26     "SnapKit": [
28     ],
29     "EGOCache": [
30       "~> 2.1.3"
31     ]
32   },
33   "resource_bundles": {
34     "WMHPhotoAssets": [
35       "Sources/*.{xcassets,xib}"
36     ]
37   },
38   "swift_version": "5.3"