[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 2 / b / 4 / PPiAwesomeButton / 1.5.1 / PPiAwesomeButton.podspec.json
blobd288f1acd5c4d6a5202b453c28cb0492ad4cc7a2
2   "name": "PPiAwesomeButton",
3   "version": "1.5.1",
4   "platforms": {
5     "ios": "7.0"
6   },
7   "license": "MIT",
8   "summary": "UIButton category with Flat Design and extra methods to set Title+Icon from FontAwesome font",
9   "homepage": "https://github.com/pepibumur/PPiAwesomeButton",
10   "authors": {
11     "Pedro PiƱera": "pepibumur@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/pepibumur/PPiAwesomeButton.git",
15     "tag": "1.5.1"
16   },
17   "description": "  PPiAwesomeButton is a new category for UIButton that implements a new flat design and extra methods to set not only the title, also Icon from FontAwesome font using external library. Moreover you'll be able to setup UIColor background for different UIButton states.\n",
18   "requires_arc": true,
19   "ios": {
20     "dependencies": {
21       "FontAwesome+iOS": [
23       ]
24     }
25   },
26   "source_files": "Control/*.{h,m}",
27   "exclude_files": "PPiAwesomeButton-Demo",
28   "frameworks": "QuartzCore",
29   "public_header_files": "Control/*.h"