[Add] MappedIn 5.5.0
[CocoaPods.git] / Specs / b / a / 0 / ATHMultiSelectionSegmentedControl / 0.1.0 / ATHMultiSelectionSegmentedControl.podspec.json
blobd64585f09937c1ee3da50302d64153e2983e35da
2   "name": "ATHMultiSelectionSegmentedControl",
3   "version": "0.1.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.1.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   ]