blob: 632cffb52da4f727bbac13fd84436ce5b9c3c6d9 [file] [log] [blame]
{
"name": "UFKit",
"version": "1.1.0",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/czl620/UFKit",
"authors": {
"czl620": "893419255@qq.com"
},
"summary": "A form framework for iOS.",
"source": {
"git": "https://github.com/czl620/UFKit.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "UFKit/UFKit.framework/Headers/*.{h}",
"vendored_frameworks": "UFKit/UFKit.framework",
"public_header_files": "UFKit/UFKit.framework/Headers/UFKit.h",
"resources": "UFKit/UFKit.bundle",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"Masonry": [
"~> 1.1.0"
],
"SDWebImage": [
"~> 5.0.6"
],
"IQKeyboardManager": [
"~> 6.3.0"
]
}
}