[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 8 / 4 / JAFontAwesome / 4.3.2 / JAFontAwesome.podspec.json
blob0517cca21ce042f45a341c1ed4c531e68af6123e
2   "name": "JAFontAwesome",
3   "version": "4.3.2",
4   "summary": "Category that makes FontAwesome even easier for iOS.",
5   "homepage": "https://github.com/jeremyanticouni/JAFontAwesome",
6   "license": {
7     "type": "Private",
8     "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"
9   },
10   "authors": {
11     "Jeremy Anticouni": "jeremy@anticouni.net"
12   },
13   "source": {
14     "git": "https://github.com/jeremyanticouni/JAFontAwesome.git",
15     "tag": "4.3.2"
16   },
17   "platforms": {
18     "ios": "5.0"
19   },
20   "source_files": "*.{h,m}",
21   "exclude_files": "Demo",
22   "resources": "Resources/*.ttf",
23   "frameworks": [
24     "UIKit",
25     "Foundation",
26     "CoreGraphics"
27   ],
28   "requires_arc": true