blob: 27082e4605f3f7d97b9c185c54fdb934a7089415 [file] [log] [blame]
{
"name": "JAFontAwesome",
"version": "4.3.0",
"summary": "Category that makes FontAwesome even easier for iOS.",
"homepage": "https://github.com/jeremyanticouni/JAFontAwesome",
"license": {
"type": "Private",
"text": "Forked from Alex Drone from https://github.com/alexdrone/ios-fontawesome. This project uses the String+FontAwesome.swift addition from Riz which can be found at https://github.com/rsattar/ios-fontawesome. This project also uses the FontAwesome fix made by Pit Garbe that you can find at https://github.com/leberwurstsaft/FontAwesome-for-iOS Version 2.0 of the Font Awesome font, CSS, and LESS files are licensed under CC BY 3.0: http://creativecommons.org/licenses/by/3.0/ A mention of 'Font Awesome - http://fortawesome.github.com/Font-Awesome' in human-readable source code is considered acceptable attribution (most common on the web). If human readable source code is not available to the end user, a mention in an 'About' or 'Credits' screen is considered acceptable (most common in desktop or mobile software)\n"
},
"authors": {
"Jeremy Anticouni": "jeremy@anticouni.net"
},
"source": {
"git": "https://github.com/jeremyanticouni/JAFontAwesome.git",
"tag": "4.3.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "*.{h,m}",
"exclude_files": "Demo",
"resources": "Resources/*.ttf",
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics"
],
"requires_arc": true
}