blob: 7a04b816a431c2d4b5d61c8ab2de4f098213a9ff [file] [log] [blame]
{
"name": "LatoFont",
"version": "1.0.0",
"summary": "Brings Lato font to iOS.",
"homepage": "https://github.com/michalkonturek/LatoFont",
"license": "MIT",
"authors": {
"Michal Konturek": "michal.konturek@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"social_media_url": "https://twitter.com/michalkonturek",
"source": {
"git": "https://github.com/michalkonturek/LatoFont.git",
"tag": "1.0.0"
},
"source_files": "Source/*.{h,m}",
"resource_bundles": {
"LatoFont": "Source/Fonts/*.ttf"
},
"requires_arc": true,
"frameworks": [
"CoreText",
"UIKit"
]
}