blob: 8f7a34d0cf011d4109679b94b56531b145eebf1b [file] [log] [blame]
{
"name": "CYTUIModule",
"version": "0.0.5",
"summary": "UI组件",
"description": "通用UI组件,Category",
"homepage": "http://EXAMPLE/CYTUIModule",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"woody": "hudi721@foxmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "git@192.168.0.13:/data/git/CYTUIModule",
"tag": "0.0.5"
},
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"DKNightVersion": [
],
"Masonry": [
],
"CYTCategory": [
]
},
"deprecated": true,
"subspecs": [
{
"name": "CYTBadgeView",
"source_files": "CYTUIModule/CYTBadgeView/*.{h,m}"
},
{
"name": "CYTSegmentScrollView",
"source_files": "CYTUIModule/CYTSegmentScrollView/*.{h,m}",
"dependencies": {
"CYTUIModule/CYTBadgeView": [
]
}
}
]
}