blob: a34c9b63098a82c2a10625f67a79907e361992d2 [file] [log] [blame]
{
"name": "SSDynamicText",
"version": "0.2.1",
"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.2.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "SSDynamicText/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"social_media_url": "https://twitter.com/jhersh",
"compiler_flags": "-fmodules"
}