[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / d / 7 / 2 / MVSelectorScrollView / 1.0.0 / MVSelectorScrollView.podspec.json
blob25dd5ed7da6c81109a4b6a25cf5f3c0b97f564fe
2   "name": "MVSelectorScrollView",
3   "version": "1.0.0",
4   "summary": "Simple scrollable horizontal control, alternative to UISegmentedControl",
5   "description": "                    This project includes a simple Cocoa control that can be used as an alternative for the standard UISegmentedControl provided by UIKit.\n\n                    The control is made by a simple UIScrollView that can be scrolled horizontally to select amongst a set of NSString values.\n\n                    The advantage over a traditional UISegmentedControl is that with MVSelectorScrollView it's easy to select up to a dozen of values.\n",
6   "homepage": "https://github.com/bizz84/MVSelectorScrollView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Andrea Bizzotto": "bizz84@gmail.com"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source": {
18     "git": "https://github.com/bizz84/MVSelectorScrollView.git",
19     "tag": "1.0.0"
20   },
21   "source_files": [
22     "MVSelectorScrollView",
23     "MVSelectorScrollView/**/*.{h,m}"
24   ],
25   "resources": [
26     "MVSelectorScrollView/*.png",
27     "MVSelectorScrollView/*.xib"
28   ],
29   "frameworks": [
30     "UIKit",
31     "Foundation",
32     "CoreGraphics"
33   ],
34   "screenshots": [
35     "https://github.com/bizz84/MVSelectorScrollView/raw/master/preview.png"
36   ],
37   "requires_arc": true