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