[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 3 / f / FAButton / 0.0.1 / FAButton.podspec.json
blobdb8411fe79d07508924e9b0abdac4324a5790149
2   "name": "FAButton",
3   "version": "0.0.1",
4   "summary": "Font Awesome UIButton.",
5   "description": "UIButton with Font Awesome support.",
6   "homepage": "https://github.com/AYastrebov/FAButton",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Andrey Yastrebov": "ayastrebov@gmail.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/AYastrebov/FAButton.git",
19     "tag": "0.0.1"
20   },
21   "source_files": "FAButton/*.{h,m}",
22   "exclude_files": "Classes/Exclude",
23   "frameworks": "QuartzCore",
24   "requires_arc": true,
25   "dependencies": {
26     "FontAwesomeKit": [
27       "~> 2.1.0"
28     ]
29   }