blob: 6b29b84f776f4fd673c49bdb60ef5359adb9b050 [file] [log] [blame]
{
"name": "SSDynamicText",
"version": "1.1.1",
"summary": "UILabel/UIButton/UITextField/UITextView 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": "1.1.1"
},
"requires_arc": true,
"compiler_flags": "-fmodules",
"source_files": "SSDynamicText/*.{h,m}",
"frameworks": "UIKit",
"platforms": {
"ios": "7.0"
},
"social_media_url": "https://twitter.com/jhersh"
}