| { |
| "name": "LatoFont", |
| "version": "2.0.1", |
| "summary": "Brings Lato font to iOS.", |
| "homepage": "https://github.com/michalkonturek/LatoFont", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Michal Konturek": "michal.konturek@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/michalkonturek/LatoFont.git", |
| "tag": "2.0.1" |
| }, |
| "social_media_url": "https://twitter.com/michalkonturek", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "LatoFont/Classes/**/*", |
| "resource_bundles": { |
| "LatoFont": [ |
| "LatoFont/Assets/*.ttf" |
| ] |
| }, |
| "frameworks": [ |
| "UIKit", |
| "CoreText" |
| ] |
| } |