[Delete] FluentAdFlowAdsWidget 2.0.0
[CocoaPods.git] / Specs / e / b / d / AwesomeEnum / 2.1.0 / AwesomeEnum.podspec.json
blob48f7b6ab358a66a53791bfb04d7ab26b0d385a22
2   "name": "AwesomeEnum",
3   "version": "2.1.0",
4   "summary": "Swift implementation of Font Awesome 5 and Font Awesome 5 Pro!",
5   "swift_version": "4.2",
6   "description": "Swift implementation of Font Awesome 5 and Font Awesome 5 Pro allows you to implement this amazing web font on iOS, tvOS and macOS devices easily!",
7   "homepage": "https://github.com/LiveUI/Awesome",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Ondrej Rafaj": "opensource@mangoweb.cz"
14   },
15   "source": {
16     "git": "https://github.com/LiveUI/Awesome.git",
17     "tag": "2.1.0"
18   },
19   "social_media_url": "https://twitter.com/rafiki270",
20   "platforms": {
21     "ios": "9.0",
22     "tvos": "9.0",
23     "osx": "10.11",
24     "watchos": "2.0"
25   },
26   "source_files": "Classes/**/*",
27   "resource_bundles": {
28     "Awesome": [
29       "Assets/*.ttf"
30     ]
31   },
32   "ios": {
33     "frameworks": [
34       "UIKit",
35       "CoreText",
36       "CoreGraphics"
37     ]
38   },
39   "tvos": {
40     "frameworks": [
41       "UIKit",
42       "CoreText",
43       "CoreGraphics"
44     ]
45   },
46   "osx": {
47     "frameworks": [
48       "Cocoa",
49       "CoreText",
50       "CoreGraphics"
51     ]
52   },
53   "watchos": {
54     "frameworks": [
55       "UIKit",
56       "CoreText",
57       "CoreGraphics"
58     ]
59   }