blob: a077167ad8842cff01df56e351cdd6dc24b98e13 [file] [log] [blame]
{
"name": "UniautoUI",
"version": "1.0.11",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/czl620/UniautoUI",
"authors": {
"czl620": "893419255@qq.com"
},
"summary": "A UI framework for iOS.",
"source": {
"git": "https://github.com/czl620/UniautoUI.git",
"tag": "1.0.11"
},
"platforms": {
"ios": "8.0"
},
"source_files": "UniautoUI/UniautoUI.framework/Headers/*.{h}",
"vendored_frameworks": "UniautoUI/UniautoUI.framework",
"public_header_files": "UniautoUI/UniautoUI.framework/Headers/UniautoUI.h",
"resources": "UniautoUI/UniautoUI.bundle",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"Masonry": [
"~> 1.1.0"
],
"SDWebImage": [
"~> 5.0.6"
],
"MJRefresh": [
"~> 3.1.14"
],
"Toast": [
"~> 3.1.0"
],
"DZNEmptyDataSet": [
"~> 1.8.1"
],
"UniautoCore": [
"~> 1.0.0"
]
}
}