blob: 32de8eb8a3738e44b0a579add13d12392686d684 [file] [log] [blame]
{
"name": "FontAwesome4-ios",
"version": "0.1.1",
"summary": "Extended and updated FontAwesome 4.7 support for iOS",
"description": "FontAwesome 4.7 support for iOS. including support for UIImageViews and NSString",
"homepage": "https://github.com/ITSVision/FontAwesome4-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Benjamin de Bos": "info@its-vision.nl"
},
"source": {
"git": "https://github.com/ITSVision/FontAwesome4-ios.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "*.{h,m}",
"resource_bundles": {
"FontAwesome": "Fonts/*.ttf"
},
"frameworks": [
"UIKit",
"CoreText"
],
"requires_arc": true
}