[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / e / a / JFFontObserver / 1.0.0 / JFFontObserver.podspec.json
blob8477fafa6f8ef6f59bcc39c67e7148b577bc9d82
2   "name": "JFFontObserver",
3   "version": "1.0.0",
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": "None",
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.0"
17   },
18   "platforms": {
19     "ios": "6.0"
20   },
21   "requires_arc": true,
22   "source_files": "JFFontObserver/JFFontObserver/**/*.{h,m}",
23   "public_header_files": "JFFontObserver/JFFontObserver/**/*.{h}",
24   "frameworks": "UIKit"