[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 9 / d / UIDefaultFont / 0.3 / UIDefaultFont.podspec.json
blobb43239ebd14aa26500cb56ecda546d03415372c7
2   "name": "UIDefaultFont",
3   "version": "0.3",
4   "summary": "Replace the system font in the whole app easily",
5   "description": "Replace the system font in the whole app easily.\nThis micro libray is simply just a swizzle of the default UIFont method, regarding system font.\nWe UIDefaultFont you can replace the default system font with a couple of lines.",
6   "homepage": "https://github.com/gaelfoppolo/UIDefaultFont",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "GaĆ«l Foppolo": "me@gaelfoppolo.com"
13   },
14   "social_media_url": "http://twitter.com/gaelugio",
15   "source": {
16     "git": "https://github.com/gaelfoppolo/UIDefaultFont.git",
17     "tag": "0.3"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "pod_target_xcconfig": {
23     "SWIFT_VERSION": "4.0"
24   },
25   "requires_arc": true,
26   "source_files": "UIDefaultFont/Classes/**/*",
27   "pushed_with_swift_version": "4.0"