[Add] TIoTLinkVideo 2.4.35
[CocoaPods.git] / Specs / 7 / 5 / 6 / UFKit / 1.2.1 / UFKit.podspec.json
blob744b278925bb7ca0eb4e441723cdcccc0aa98dd3
2   "name": "UFKit",
3   "version": "1.2.1",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "https://github.com/czl620/UFKit",
8   "authors": {
9     "czl620": "893419255@qq.com"
10   },
11   "summary": "A form framework for iOS.",
12   "source": {
13     "git": "https://github.com/czl620/UFKit.git",
14     "tag": "1.2.1"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source_files": "UFKit/UFKit.framework/Headers/*.{h}",
20   "vendored_frameworks": "UFKit/UFKit.framework",
21   "public_header_files": "UFKit/UFKit.framework/Headers/UFKit.h",
22   "resources": "UFKit/UFKit.bundle",
23   "frameworks": [
24     "UIKit",
25     "Foundation"
26   ],
27   "dependencies": {
28     "Masonry": [
29       ">= 1.1.0"
30     ],
31     "SDWebImage": [
32       ">= 5.0.6"
33     ],
34     "IQKeyboardManager": [
35       ">= 6.3.0"
36     ]
37   }