blob: 28eeed497ba6bf093c4beadf697316037787f569 [file] [log] [blame]
{
"name": "TTGTagCollectionView",
"version": "0.1.0",
"summary": "Show simple text tags or custom tag views in a vertical scrollable view.",
"description": "TTGTagCollectionView is useful for showing different size tag views in a vertical scrollable view. 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": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"public_header_files": "Pod/Classes/**/*.h"
}