[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 9 / e / a / JFFontObserver / 1.0.2 / JFFontObserver.podspec.json
bloba3dae08f923fa28638fd01387eae7f793b6cbd83
2   "name": "JFFontObserver",
3   "version": "1.0.2",
4   "summary": "JFFontObserver is used to update fonts and / or UI when a user changes their device font.",
5   "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.",
6   "homepage": "https://github.com/jfuellert/JFFontObserver",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "jfuellert": "jfuellert@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/jfuellert/JFFontObserver.git",
16     "tag": "1.0.2"
17   },
18   "platforms": {
19     "ios": "6.0",
20     "osx": "10.11"
21   },
22   "requires_arc": true,
23   "source_files": "JFFontObserver/JFFontObserver/**/*.{h,m}",
24   "public_header_files": "JFFontObserver/JFFontObserver/**/*.{h}"