[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / e / 0 / DZNSegmentedControl / 1.0.1 / DZNSegmentedControl.podspec.json
blobef559b9dc6372089f9f8d22443dc174b8605207b
2   "name": "DZNSegmentedControl",
3   "version": "1.0.1",
4   "summary": "A drop-in replacement for UISegmentedControl for showing counts, to be used typically on a user profile",
5   "homepage": "https://github.com/dzenbot/DZNSegmentedControl",
6   "screenshots": "https://dl.dropboxusercontent.com/u/2452151/Permalink/DZNSegmentedControl.gif",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ignacio Romero Z.": "iromero@dzen.cl"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/dzenbot/DZNSegmentedControl.git",
19     "tag": "v1.0.1"
20   },
21   "source_files": [
22     "Classes",
23     "Source/**/*.{h,m}"
24   ],
25   "frameworks": "UIKit",
26   "requires_arc": true