blob: de6be9529e25ff7096a69e0b7a74833b3695c6ca [file] [log] [blame]
{
"name": "AMPDynamicFont",
"version": "0.1.0",
"summary": "Dynamic font for UILabel, UIButton, UITextField and UITextView",
"description": "Dynamic font for UILabel, UIButton, UITextField and UITextView.\nWorks with custom fonts, you don't need to use dynamic type sizes.",
"homepage": "https://github.com/alvaromurillo/AMPDynamicFont",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"alvaromurillo": "hi@alvaromurillo.com"
},
"source": {
"git": "https://github.com/alvaromurillo/AMPDynamicFont.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "AMPDynamicFont/Classes/**/*",
"frameworks": "UIKit"
}