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