blob: 27e1b246690d6233a31789bbbf058d66f5c675d1 [file] [log] [blame]
{
"name": "TTGTagCollectionView",
"version": "1.8.2",
"summary": "Show simple text tags or custom tag views in a vertical or horizontal scrollable view.",
"description": "TTGTagCollectionView is useful for showing different size tag views in a vertical or horizontal scrollable view and support Autolayout intrinsicContentSize at the same time. And if you only want to show text tags, you can use TTGTextTagCollectionView instead, which has more simple api. At the same time, It is highly customizable that many features of the text tag can be configured, like the tag font size and the background color.",
"homepage": "https://github.com/zekunyan/TTGTagCollectionView",
"license": "MIT",
"authors": {
"zekunyan": "zekunyan@163.com"
},
"source": {
"git": "https://github.com/zekunyan/TTGTagCollectionView.git",
"tag": "1.8.2"
},
"social_media_url": "http://tutuge.me",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "TTGTagCollectionView/Classes/**/*",
"public_header_files": "TTGTagCollectionView/Classes/**/*.h"
}