blob: c955b102cb02ac5f204560e4bc89cef3938630f3 [file] [log] [blame]
{
"name": "FTFontSelector",
"version": "1.1.2",
"summary": "A clone of the font selector found in Apple’s iOS Pages app.",
"description": " FTFontSelector implements a clone of the font selector that\n can be found in Apple’s iOS Pages application.\n\n **Note**: For now it targets the current iOS 6 look, because\n we won’t know what Apple’s version in iOS 7 will look like yet.\n",
"license": "MIT",
"authors": {
"Eloy Durán": "eloy.de.enige@gmail.com"
},
"homepage": "https://github.com/Fingertips/FTFontSelector",
"screenshots": [
"https://raw.github.com/Fingertips/FTFontSelector/1.1.2/Project/Screenshots/iPhone%20Font%20Families.png",
"https://raw.github.com/Fingertips/FTFontSelector/1.1.2/Project/Screenshots/iPhone%20Font%20Family%20Members.png",
"https://raw.github.com/Fingertips/FTFontSelector/1.1.2/Project/Screenshots/iPad%20Font%20Families%20Small.png",
"https://raw.github.com/Fingertips/FTFontSelector/1.1.2/Project/Screenshots/iPad%20Font%20Family%20Members%20Small.png"
],
"source": {
"git": "https://github.com/Fingertips/FTFontSelector.git",
"tag": "1.1.2"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"frameworks": "CoreText",
"source_files": [
"Classes",
"Classes/Private"
],
"resources": "Assets/FTFontSelector.bundle",
"public_header_files": "Classes/*.h"
}