| { |
| "name": "ACMaterialDesignIcons", |
| "version": "0.1.4", |
| "summary": "MaterialDesign icon api for IOS - Swift", |
| "homepage": "https://github.com/actilot/ACMaterialDesignIcons", |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "requires_arc": true, |
| "description": "Convenience methods for adding material design icon and converting to images.\nMaterial Design Icons v2.2.0. check on http://zavoloklom.github.io/material-design-iconic-font/", |
| "ios": { |
| "frameworks": [ |
| "UIKit", |
| "Coretext" |
| ] |
| }, |
| "license": "mit", |
| "authors": { |
| "Axel Ros E. CampaƱa": "actilot@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/actilot/ACMaterialDesignIcons.git" |
| }, |
| "source_files": "*.swift", |
| "resources": "Material-Design-Iconic-Font.ttf", |
| "pushed_with_swift_version": "3.0" |
| } |