blob: da5895856b1ee444bedeef6b2476b0009739bbfb [file] [log] [blame]
{
"name": "LYComponents",
"version": "0.0.1",
"summary": "UI组件集合",
"description": "基础UI组件总结",
"homepage": "https://github.com/lvyang/LYComponents",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lvyang": "lvyang7989@126.com"
},
"source": {
"git": "https://github.com/lvyang/LYComponents.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "LYBaseComponents",
"source_files": "LYComponents/Classes/LYBaseComponents/**/*",
"public_header_files": "LYComponents/Classes/LYBaseComponents/**/*.h",
"dependencies": {
"MBProgressHUD": [
"~> 0.9.1"
]
}
}
]
}