| { |
| "name": "JFFontObserver", |
| "version": "1.0.1", |
| "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.1" |
| }, |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "requires_arc": true, |
| "source_files": "JFFontObserver/JFFontObserver/**/*.{h,m}", |
| "public_header_files": "JFFontObserver/JFFontObserver/**/*.{h}", |
| "frameworks": "UIKit" |
| } |