blob: 0b5763c3a81f352e180b397ec03526339448edd9 [file] [log] [blame]
{
"name": "ZHAutoSizeTagView",
"version": "2.1.1",
"summary": "ZHAutoSizeTagView类似京东服务标",
"homepage": "https://github.com/josercc/ZHAutoSizeTagView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"josercc": "josercc@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/josercc/ZHAutoSizeTagView.git",
"tag": "2.1.1"
},
"frameworks": "UIKit",
"prepare_command": "touch Cartfile\necho 'git \"git@github.com:josercc/ZHAutoSizeTagView.git\" == 2.1.1' > Cartfile\nCarthage update --platform iOS",
"default_subspecs": "Source",
"resource_bundles": {
"ZHAutoSizeTagView": "ZHAutoSizeTagView Example/ZHAutoSizeTagView/images/*.{png}"
},
"subspecs": [
{
"name": "Source",
"source_files": "ZHAutoSizeTagView Example/ZHAutoSizeTagView/**/*.{swift}"
},
{
"name": "Framework",
"vendored_frameworks": "Carthage/build/iOS/ZHAutoSizeTagView.framework"
}
]
}