[Add] MiniPlengi 1.5.8
[CocoaPods.git] / Specs / a / 3 / f / FAButton / 0.0.2 / FAButton.podspec.json
blobb01c649010221c2398d976ad3f54166b53e40226
2   "name": "FAButton",
3   "version": "0.0.2",
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.2"
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   }