blob: a29e0db758c111ca30ce644bc76c0c26b301fe26 [file] [log] [blame]
{
"name": "DWTagList",
"version": "0.0.6",
"summary": "Create a list of tags from an NSArray to be show in a view with customisable fonts, colors etc.",
"homepage": "https://github.com/domness/DWTagList",
"license": "MIT",
"authors": {
"Dominic Wroblewski": "domness@gmail.com"
},
"source": {
"git": "https://github.com/domness/DWTagList.git",
"tag": "0.0.6"
},
"platforms": {
"ios": "5.0"
},
"source_files": "DWTagList/Classes/*.{h,m}",
"requires_arc": true,
"frameworks": "QuartzCore"
}