[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 5 / 3 / PPiFlatSegmentedControl / 1.3.8 / PPiFlatSegmentedControl.podspec.json
blob51d5963714daf9218f1398efa580f3cef259799a
2   "name": "PPiFlatSegmentedControl",
3   "version": "1.3.8",
4   "platforms": {
5     "ios": "6.0"
6   },
7   "license": "MIT",
8   "summary": "Flat UISegmentedControl for flat designs.",
9   "homepage": "https://github.com/pepibumur/PPiFlatSegmentedControl",
10   "authors": {
11     "Pedro PiƱera": "pepibumur@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/pepibumur/PPiFlatSegmentedControl.git",
15     "tag": "1.3.8"
16   },
17   "description": "\n  PPiFlatSegmentedControl is an UI Control developed avoiding original UISegmentedControl to get interesting features related with the flat design. It's linked with AwesomeFont library in order to add icons to segments\n",
18   "requires_arc": true,
19   "source_files": "Control/*.{h,m}",
20   "frameworks": "QuartzCore",
21   "public_header_files": "Control/*.h",
22   "dependencies": {
23     "PPiAwesomeButton": [
25     ]
26   }