[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / b / 5 / 3 / PPiFlatSegmentedControl / 1.4.0 / PPiFlatSegmentedControl.podspec.json
blob3f83eb40cbfbd5b070d1197ae418cb35f210682f
2   "name": "PPiFlatSegmentedControl",
3   "version": "1.4.0",
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.4.0"
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   }