blob: 3894e5384e086da4a96d4990dd4f73e6211be41d [file] [log] [blame]
{
"name": "CloudTagView",
"version": "1.0.3",
"summary": "A custom view to create cloud of tags.",
"description": "This class helps you to create a simple cloud of tags based on Strings. You can manipulate the text, the padding and you can use the tintColor to modify the tag color. There are two delegates to handle taps in the tag: close icon and tag touch. You can access the example project for more details or contacting me.",
"homepage": "https://github.com/Morbix/CloudTagView",
"license": "MIT",
"authors": {
"Henrique Morbin": "morbin_@hotmail.com"
},
"source": {
"git": "https://github.com/Morbix/CloudTagView.git",
"tag": "1.0.3"
},
"social_media_url": "https://twitter.com/Morbin_",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"resources": "Pod/Assets/Media.xcassets",
"source_files": "Pod/Classes/**/*"
}