blob: 8477fafa6f8ef6f59bcc39c67e7148b577bc9d82 [file] [log] [blame]
{
"name": "JFFontObserver",
"version": "1.0.0",
"summary": "JFFontObserver is used to update fonts and / or UI when a user changes their device font.",
"description": "JFFontObserver is used to update fonts and / or UI when a user changes their device font. It uses a simple observer approach to run font and / or UI update blocks.",
"homepage": "https://github.com/jfuellert/JFFontObserver",
"license": {
"type": "None",
"file": "LICENSE"
},
"authors": {
"jfuellert": "jfuellert@gmail.com"
},
"source": {
"git": "https://github.com/jfuellert/JFFontObserver.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "JFFontObserver/JFFontObserver/**/*.{h,m}",
"public_header_files": "JFFontObserver/JFFontObserver/**/*.{h}",
"frameworks": "UIKit"
}