blob: ec5cc3145a7c1446eaada79d9dd07e97c481861c [file] [log] [blame]
{
"name": "AbnormalityLabelView",
"version": "1.1.1",
"summary": "collectionview实现不规则标签布局",
"description": "不规则标签展示",
"homepage": "https://github.com/zidonJ/AbnormalityLabelView",
"license": "MIT",
"authors": {
"zidonJ": "https://github.com/zidonJ"
},
"platforms": {
"ios": "9.0"
},
"static_framework": true,
"source": {
"git": "https://github.com/zidonJ/AbnormalityLabelView.git",
"tag": "1.1.1"
},
"default_subspecs": "AbnormalityView",
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "$(inherited) -ObjC -all_load"
},
"subspecs": [
{
"name": "AbnormalityView",
"source_files": "AbnormalityView/*.{h,m}",
"public_header_files": "AbnormalityView/*.h",
"dependencies": {
"AbnormalityLabelView/Corner": [
],
"Masonry": [
]
}
},
{
"name": "Drawer",
"source_files": "Drawer/*.{h,m}",
"public_header_files": "Drawer/*.h",
"dependencies": {
"Masonry": [
]
}
},
{
"name": "Corner",
"source_files": "Corner/*.{h,m}",
"public_header_files": "Corner/*.h"
}
]
}