blob: 8f824bc710ec28bf98807e9c08cd8670d2f3ab37 [file] [log] [blame]
{
"name": "LHSFontSelectionViewController",
"version": "0.0.4",
"summary": "An easy way to let users select fonts in iOS.",
"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/LHSFontSelectionViewController.git",
"tag": "v0.0.4"
},
"source_files": [
"Protocols/*.h",
"Classes/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"LHSTableViewCells": [
],
"LHSCategoryCollection": [
]
}
}