[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 4 / b / 8 / EFIconFont / 0.2.4 / EFIconFont.podspec.json
bloba699f83e080d98a12961a5518ac910f83157baee
2   "name": "EFIconFont",
3   "version": "0.2.4",
4   "summary": "Yet another stupid wrapper of icon font.",
5   "description": "Yet another stupid wrapper of icon font, in Swift.",
6   "homepage": "https://github.com/EyreFree/EFIconFont",
7   "screenshots": "https://github.com/EFPrefix/EFIconFont/blob/master/Assets/1.png?raw=true",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "EyreFree": "eyrefree@eyrefree.org"
14   },
15   "source": {
16     "git": "https://github.com/EyreFree/EFIconFont.git",
17     "tag": "0.2.4"
18   },
19   "social_media_url": "https://twitter.com/EyreFree777",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "EFIconFont/Classes/Core/**/*"
28     },
29     {
30       "name": "AntDesign",
31       "source_files": "EFIconFont/Classes/AntDesign/**/*",
32       "resources": "EFIconFont/Assets/AntDesign/**/*",
33       "dependencies": {
34         "EFIconFont/Core": [
36         ]
37       }
38     },
39     {
40       "name": "ElusiveIcons",
41       "source_files": "EFIconFont/Classes/ElusiveIcons/**/*",
42       "resources": "EFIconFont/Assets/ElusiveIcons/**/*",
43       "dependencies": {
44         "EFIconFont/Core": [
46         ]
47       }
48     },
49     {
50       "name": "FontAwesome",
51       "source_files": "EFIconFont/Classes/FontAwesome/**/*",
52       "resources": "EFIconFont/Assets/FontAwesome/**/*",
53       "dependencies": {
54         "EFIconFont/Core": [
56         ]
57       }
58     },
59     {
60       "name": "Ionicons",
61       "source_files": "EFIconFont/Classes/Ionicons/**/*",
62       "resources": "EFIconFont/Assets/Ionicons/**/*",
63       "dependencies": {
64         "EFIconFont/Core": [
66         ]
67       }
68     },
69     {
70       "name": "Octicons",
71       "source_files": "EFIconFont/Classes/Octicons/**/*",
72       "resources": "EFIconFont/Assets/Octicons/**/*",
73       "dependencies": {
74         "EFIconFont/Core": [
76         ]
77       }
78     }
79   ]