[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 4 / b / 8 / EFIconFont / 0.1.1 / EFIconFont.podspec.json
blob17856a13937a9f2828d0052060dd54434c03a6c6
2   "name": "EFIconFont",
3   "version": "0.1.1",
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": [
8     "https://github.com/EFPrefix/EFIconFont/blob/master/Assets/1.png?raw=true",
9     "https://github.com/EFPrefix/EFIconFont/blob/master/Assets/2.png?raw=true",
10     "https://github.com/EFPrefix/EFIconFont/blob/master/Assets/3.png?raw=true"
11   ],
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE"
15   },
16   "authors": {
17     "EyreFree": "eyrefree@eyrefree.org"
18   },
19   "source": {
20     "git": "https://github.com/EyreFree/EFIconFont.git",
21     "tag": "0.1.1"
22   },
23   "social_media_url": "https://twitter.com/EyreFree777",
24   "platforms": {
25     "ios": "8.0"
26   },
27   "default_subspecs": "Core",
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": "EFIconFont/Classes/Core/**/*"
32     },
33     {
34       "name": "AntDesign",
35       "source_files": "EFIconFont/Classes/AntDesign/**/*",
36       "resources": "EFIconFont/Assets/AntDesign/**/*",
37       "dependencies": {
38         "EFIconFont/Core": [
40         ]
41       }
42     },
43     {
44       "name": "FontAwesome",
45       "source_files": "EFIconFont/Classes/FontAwesome/**/*",
46       "resources": "EFIconFont/Assets/FontAwesome/**/*",
47       "dependencies": {
48         "EFIconFont/Core": [
50         ]
51       }
52     }
53   ]