blob: 26db11236eadf4b707ba9dd36296f93521932576 [file] [log] [blame]
{
"name": "LHSCategoriesFlowView",
"version": "0.0.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.0.1"
},
"source_files": "LHSCategoriesFlowView/*.h",
"exclude_files": "Classes/Exclude",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"LHSCategoryCollection": [
]
}
}