blob: a9d196389a948949d169c72f518a4b5f83c4b45c [file] [log] [blame]
{
"name": "SSDynamicText",
"version": "0.4.0",
"summary": "UILabel/TextField/TextView subclasses that support custom fonts with iOS 7's dynamic text sizes.",
"homepage": "https://github.com/splinesoft/SSDynamicText",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jonathan Hersh": "jon@her.sh"
},
"source": {
"git": "https://github.com/splinesoft/SSDynamicText.git",
"tag": "0.4.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "SSDynamicText/*.{h,m}",
"frameworks": "UIKit",
"social_media_url": "https://twitter.com/jhersh"
}