[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / d / e / 0 / DZNSegmentedControl / 1.3 / DZNSegmentedControl.podspec.json
blob0262d63964d4424ba5abb5cbc17eb891b1a1b842
2   "name": "DZNSegmentedControl",
3   "version": "1.3",
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.3"
20   },
21   "source_files": [
22     "Classes",
23     "Source/**/*.{h,m}"
24   ],
25   "frameworks": "UIKit",
26   "requires_arc": true