blob: 6e3c0f06b2ffbff4e7807139b956a0341277b72e [file] [log] [blame]
{
"name": "LHSFontSelectionViewController",
"version": "0.0.5",
"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.5"
},
"source_files": [
"Protocols/*.h",
"Classes/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"LHSTableViewCells": [
],
"LHSCategoryCollection": [
]
}
}