blob: 0517cca21ce042f45a341c1ed4c531e68af6123e [file] [log] [blame]
{
"name": "JAFontAwesome",
"version": "4.3.2",
"summary": "Category that makes FontAwesome even easier for iOS.",
"homepage": "https://github.com/jeremyanticouni/JAFontAwesome",
"license": {
"type": "Private",
"text": "Originally forked from Alex Drone's [ios-fontawesome](https://github.com/alexdrone/ios-fontawesome) and uses the String+FontAwesome.swift addition from [Riz](https://github.com/rsattar/ios-fontawesome). This project also uses the FontAwesome fix made by [Pit Garbe](https://github.com/leberwurstsaft/FontAwesome-for-iOS).\n\nA 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.2"
},
"platforms": {
"ios": "5.0"
},
"source_files": "*.{h,m}",
"exclude_files": "Demo",
"resources": "Resources/*.ttf",
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics"
],
"requires_arc": true
}