blob: 7ee81d248d07be02698094c18cea48623cfe509a [file] [log] [blame]
{
"name": "AMTagListView",
"version": "0.0.1",
"summary": "UIScrollView subclass that allows to add a list of highly customizable tags.",
"homepage": "https://github.com/andreamazz/AMTagListView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrea Mazzini": "andrea.mazzini@gmail.com"
},
"source": {
"git": "https://github.com/andreamazz/AMTagListView.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"AMTagListView",
"*.{h,m}"
],
"requires_arc": true
}