blob: f2bd6439812894123ba36ff6c0aacc4f045a3b86 [file] [log] [blame]
{
"name": "CYTUIModule",
"version": "0.0.4",
"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.4"
},
"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": [
]
}
}
]
}