| { |
| "name": "Montserrat", |
| "version": "1.0.0", |
| "summary": "A Pod encapsulating Montserrat font for iOS", |
| "description": "The old posters and signs in the traditional neighborhood of Buenos Aires called Montserrat inspired me to design a typeface that rescues the beauty of urban typography from the first half of the twentieth century. The goal is to rescue what is in Montserrat and set it free, under a free, libre and open source license, the SIL Open Font License.", |
| "license": { |
| "type": "OFL", |
| "file": "OFL.txt" |
| }, |
| "authors": { |
| "Kyle Fuller": "inbox@kylefuller.co.uk" |
| }, |
| "homepage": "https://github.com/CocoaPods-Fonts/Montserrat", |
| "screenshots": "https://raw.githubusercontent.com/CocoaPods-Fonts/Montserrat/1.0.0/Montserrat-Screenshot.png", |
| "social_media_url": "https://twitter.com/kylefuller", |
| "platforms": { |
| "ios": null |
| }, |
| "source": { |
| "git": "https://github.com/CocoaPods-Fonts/Montserrat.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "UIFont+Montserrat.{h,m}", |
| "resource_bundles": { |
| "Montserrat": "Fonts/*.ttf" |
| }, |
| "frameworks": [ |
| "UIKit", |
| "CoreText" |
| ], |
| "requires_arc": true |
| } |