blob: 5766b81db311b2f4db69c79ffa8041b5e8f5a330 [file] [log] [blame]
{
"name": "UITags",
"version": "0.1.0",
"summary": "Tags used for category based filtering of for multiple selection",
"description": "UITags can be used if you have a list a you want to filter the based on some cateogies, or if you want the user to choose some of the options. It is very customizable",
"homepage": "https://github.com/gtsif21/UITags",
"license": "MIT",
"authors": {
"George Tsifrikas": "gtsifrikas@gmail.com"
},
"source": {
"git": "https://github.com/gtsif21/UITags.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/gtsifrikas",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"UITags": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"UICollectionViewLeftAlignedLayout": [
]
}
}