blob: 1a21f8a301191ac6013e962e27a21333f6bb0eee [file] [log] [blame]
{
"name": "SOAZHAutoSizeTagView",
"version": "2.0.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.0.1"
},
"frameworks": "UIKit",
"prepare_command": "touch Cartfile\necho 'git \"git@github.com:josercc/ZHAutoSizeTagView.git\" == 2.0.1' > Cartfile\nCarthage update --platform iOS",
"default_subspecs": "Source",
"resource_bundles": {
"SOAZHAutoSizeTagView": "SOAZHAutoSizeTagView Example/SOAZHAutoSizeTagView/images/*.{png}"
},
"subspecs": [
{
"name": "Source",
"source_files": "SOAZHAutoSizeTagView Example/SOAZHAutoSizeTagView/**/*.{swift}"
},
{
"name": "Framework",
"vendored_frameworks": "Carthage/build/iOS/SOAZHAutoSizeTagView.framework"
}
]
}