blob: a24fcff452e65acb9e714e2766a9ab7dbbf4e3e3 [file] [log] [blame]
{
"name": "DynamicFont",
"version": "1.0.0",
"license": "MIT",
"summary": "Yet another extension to manipulate fonts easily in Swift",
"homepage": "https://github.com/yannickl/DynamicFont.git",
"social_media_url": "https://twitter.com/yannickloriot",
"authors": {
"Yannick Loriot": "contact@yannickloriot.com"
},
"source": {
"git": "https://github.com/yannickl/DynamicFont.git",
"tag": "1.0.0"
},
"screenshots": "http://yannickloriot.com/resources/dynamicfont-header.png",
"platforms": {
"ios": "10.0"
},
"ios": {
"frameworks": "UIKit"
},
"source_files": "Sources/*.swift",
"requires_arc": true
}