[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / b / d / AwesomeEnum / 1.1.1 / AwesomeEnum.podspec.json
blob647fb60a89b81b19fea1d806214bf125f00e19f0
2   "name": "AwesomeEnum",
3   "version": "1.1.1",
4   "summary": "Swift implementation of Font Awesome 5!",
5   "swift_version": "4.0",
6   "description": "Swift implementation of Font Awesome 5 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": "1.1.1"
18   },
19   "social_media_url": "https://twitter.com/rafiki270",
20   "platforms": {
21     "ios": "9.0",
22     "tvos": "9.0",
23     "osx": "10.11"
24   },
25   "source_files": "Classes/**/*",
26   "resource_bundles": {
27     "Awesome": [
28       "Assets/*.ttf"
29     ]
30   },
31   "ios": {
32     "frameworks": [
33       "UIKit",
34       "CoreText",
35       "CoreGraphics"
36     ]
37   },
38   "tvos": {
39     "frameworks": [
40       "UIKit",
41       "CoreText",
42       "CoreGraphics"
43     ]
44   },
45   "osx": {
46     "frameworks": [
47       "Cocoa",
48       "CoreText",
49       "CoreGraphics"
50     ]
51   }