[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / d / e / b / FontAwesome.swift / 1.4.9 / FontAwesome.swift.podspec.json
blob91d5c36f915f3a7353954baf7685f4225a58338f
2   "name": "FontAwesome.swift",
3   "version": "1.4.9",
4   "summary": "Use Font Awesome in your Swift projects",
5   "homepage": "https://github.com/thii/FontAwesome.swift",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Thi Doan": "t@thi.im"
12   },
13   "source": {
14     "git": "https://github.com/thii/FontAwesome.swift.git",
15     "tag": "1.4.9"
16   },
17   "platforms": {
18     "ios": "8.0",
19     "tvos": "9.0"
20   },
21   "requires_arc": true,
22   "source_files": "FontAwesome/*.{swift}",
23   "resource_bundles": {
24     "FontAwesome.swift": "FontAwesome/*.otf"
25   },
26   "frameworks": [
27     "UIKit",
28     "CoreText"
29   ],
30   "swift_version": "4.2"