blob: b4c954d314203beb2c5ce9d62b4003a5f93bd30f [file] [log] [blame]
{
"name": "DWTagList",
"version": "0.0.2",
"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.2"
},
"platforms": {
"ios": "5.0"
},
"source_files": "DWTagList/Classes/*.{h,m}",
"requires_arc": true,
"frameworks": "QuartzCore"
}