blob: f973aa036abc5f1737804a4ec54bdc4db5b225dd [file] [log] [blame]
{
"name": "LHSCategoriesFlowView",
"version": "0.1.1",
"summary": "A simple view that displays tags in a flow layout.",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"homepage": "http://lionheartsw.com/",
"authors": {
"Dan Loewenherz": "dan@lionheartsw.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/lionheart/LHSCategoriesFlowView.git",
"tag": "v0.1.1"
},
"source_files": "LHSCategoriesFlowView/*.{h,m}",
"exclude_files": "Classes/Exclude",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"LHSCategoryCollection": [
]
}
}