blob: 945f8d49c7e68a0632e65f2e02148dfad36af125 [file] [log] [blame]
{
"name": "AwesomeEnum",
"version": "2.2.1",
"summary": "Swift implementation of Font Awesome 5 and Font Awesome 5 Pro!",
"swift_version": "5.0",
"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!",
"homepage": "https://github.com/LiveUI/Awesome",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ondrej Rafaj": "opensource@mangoweb.cz"
},
"source": {
"git": "https://github.com/LiveUI/Awesome.git",
"tag": "2.2.1"
},
"social_media_url": "https://twitter.com/rafiki270",
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"osx": "10.11",
"watchos": "2.0"
},
"source_files": "Classes/**/*",
"resource_bundles": {
"Awesome": [
"Assets/*.ttf"
]
},
"ios": {
"frameworks": [
"UIKit",
"CoreText",
"CoreGraphics"
]
},
"tvos": {
"frameworks": [
"UIKit",
"CoreText",
"CoreGraphics"
]
},
"osx": {
"frameworks": [
"Cocoa",
"CoreText",
"CoreGraphics"
]
},
"watchos": {
"frameworks": [
"UIKit",
"CoreText",
"CoreGraphics"
]
}
}