blob: 25e526157b6d2ddde926d85d7064ae2dd712c855 [file] [log] [blame]
{
"name": "SSDynamicText",
"version": "0.1.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.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "SSDynamicText/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
]
}