[Add] AlibabacloudVpc20160428 5.5.0
[CocoaPods.git] / Specs / d / e / b / FontAwesome.swift / 0.4.0 / FontAwesome.swift.podspec.json
blob65e59afa86c249bdf023f1a4bcae4d8239b22f8d
2   "name": "FontAwesome.swift",
3   "version": "0.4.0",
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": "0.4.0"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "source_files": "FontAwesome/*.{swift}",
22   "resource_bundles": {
23     "FontAwesome.swift": "FontAwesome/*.otf"
24   },
25   "frameworks": [
26     "UIKit",
27     "CoreText"
28   ]