[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / 5 / 9 / FontIcons / 1.0.0 / FontIcons.podspec.json
blob0343315d6d2d518adbb1c00bdbb9436b516d4a1b
2   "name": "FontIcons",
3   "version": "1.0.0",
4   "summary": "Swift Font icon library",
5   "description": "Universal library for Font icons. Default implementation for FontAwesome and Vaadin Icons.\nEasy extensible to other fonts.",
6   "homepage": "https://github.com/marekmatula/FontIcons.Swift",
7   "license": "MIT",
8   "authors": {
9     "Marek Matula": "marek.matula@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/marekmatula/FontIcons.Swift.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "Core",
22       "source_files": [
23         "Pod/Classes/FontIcons.swift",
24         "Pod/Classes/Extensions.swift"
25       ]
26     },
27     {
28       "name": "FontAwesome",
29       "dependencies": {
30         "FontIcons/Core": [
32         ]
33       },
34       "source_files": "Pod/Classes/FontAwesome.swift",
35       "resource_bundles": {
36         "FontAwesome": [
37           "Pod/Assets/FontAwesome.ttf"
38         ]
39       }
40     },
41     {
42       "name": "VaadinIcons",
43       "dependencies": {
44         "FontIcons/Core": [
46         ]
47       },
48       "source_files": "Pod/Classes/VaadinIcons.swift",
49       "resource_bundles": {
50         "VaadinIcons": [
51           "Pod/Assets/Vaadin-Icons.ttf"
52         ]
53       }
54     }
55   ]