[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 4 / 2 / e / UFKitPlus / 5.0.0 / UFKitPlus.podspec.json
blob2a59d23593d672da85d4920afa7610669ea84b34
2   "name": "UFKitPlus",
3   "version": "5.0.0",
4   "summary": "表单UI库",
5   "description": "一个表单UI库",
6   "homepage": "https://gitee.com/aily620/ufkit.git",
7   "license": "MIT",
8   "authors": {
9     "chenzhangli": "chenzhangli@zhenghe.cn"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "pod_target_xcconfig": {
15     "VALID_ARCHS": "x86_64 armv7 arm64"
16   },
17   "source": {
18     "git": "https://gitee.com/aily620/ufkit.git",
19     "tag": "5.0.0"
20   },
21   "source_files": [
22     "UFKit.framework/Headers",
23     "*.{h,m}"
24   ],
25   "vendored_frameworks": "UFKit.framework",
26   "resources": "UFKit.bundle",
27   "dependencies": {
28     "Masonry": [
29       "~> 1.1.0"
30     ],
31     "SDWebImage": [
32       "~> 5.0"
33     ],
34     "IQKeyboardManager": [
35       "~> 6.3.0"
36     ]
37   }