blob: a3dae08f923fa28638fd01387eae7f793b6cbd83 [file] [log] [blame]
{
"name": "JFFontObserver",
"version": "1.0.2",
"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": "MIT",
"file": "LICENSE"
},
"authors": {
"jfuellert": "jfuellert@gmail.com"
},
"source": {
"git": "https://github.com/jfuellert/JFFontObserver.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "6.0",
"osx": "10.11"
},
"requires_arc": true,
"source_files": "JFFontObserver/JFFontObserver/**/*.{h,m}",
"public_header_files": "JFFontObserver/JFFontObserver/**/*.{h}"
}