blob: 3c30865ada971bc2f56a2509cd69d126d8e2a53c [file] [log] [blame]
{
"name": "TagListView-ObjC",
"version": "0.1.1",
"summary": "Simple but highly customizable iOS tag list view, in Objective-C.",
"description": "\"Simple but highly customizable iOS tag list view, in Objective-C. Based on Swift version by XHacker\"",
"homepage": "https://github.com/pulimento/TagListView-ObjC",
"license": "MIT",
"authors": {
"Javi Pulido": "pulimento+github@gmail.com"
},
"source": {
"git": "https://github.com/pulimento/TagListView-ObjC.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "TagListView/{*.h,*.m}",
"resource_bundles": {
"TagListView-ObjC": [
"Pod/Assets/*.png"
]
}
}