[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / f / 1 / FontAwesome4.swift / 1.3.2 / FontAwesome4.swift.podspec.json
blob56453c499fb6c112644553b52fdb56e8f3f875f4
2   "name": "FontAwesome4.swift",
3   "version": "1.3.2",
4   "summary": "Use Font Awesome 4 in your Swift projects, derived from FontAwesome.swift",
5   "homepage": "https://github.com/code-troopers/FontAwesome4.swift",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Thi Doan": "t@thi.im",
12     "Cedric Gatay": "c.gatay@code-troopers.com"
13   },
14   "source": {
15     "git": "https://github.com/code-troopers/FontAwesome4.swift.git",
16     "tag": "1.3.2"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "tvos": "9.0"
21   },
22   "requires_arc": true,
23   "source_files": "FontAwesome/*.{swift}",
24   "resource_bundles": {
25     "FontAwesome4.swift": "FontAwesome/*.otf"
26   },
27   "frameworks": [
28     "UIKit",
29     "CoreText"
30   ]