[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / b / a / 0 / ATHMultiSelectionSegmentedControl / 0.2.0 / ATHMultiSelectionSegmentedControl.podspec.json
blob4fbb66c57d328554f17a669dcfab30b4dc0c4b81
2   "name": "ATHMultiSelectionSegmentedControl",
3   "version": "0.2.0",
4   "summary": "A control mimicking UISegmentedControl behaviour but allowing for multiple segment selection",
5   "description": "ATHMultiSelectionSegmentedControl is a UIView based control that mimicks UISegmentedControl's API but also allows for multiple segment selection. It's battle tested and fully tested. If you find any bugs or want to suggest improvements please feel free to contribute.'",
6   "homepage": "https://github.com/attheodo/ATHMultiSelectionSegmentedControl",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "attheodo": "at@atworks.gr"
13   },
14   "source": {
15     "git": "https://github.com/attheodo/ATHMultiSelectionSegmentedControl.git",
16     "tag": "0.2.0"
17   },
18   "social_media_url": "https://twitter.com/attheodo",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "ATHMultiSelectionSegmentedControl/Classes/**/*",
23   "frameworks": [
24     "UIKit",
25     "Foundation",
26     "QuartzCore"
27   ]