blob: 25dd5ed7da6c81109a4b6a25cf5f3c0b97f564fe [file] [log] [blame]
{
"name": "MVSelectorScrollView",
"version": "1.0.0",
"summary": "Simple scrollable horizontal control, alternative to UISegmentedControl",
"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",
"homepage": "https://github.com/bizz84/MVSelectorScrollView",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Andrea Bizzotto": "bizz84@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/bizz84/MVSelectorScrollView.git",
"tag": "1.0.0"
},
"source_files": [
"MVSelectorScrollView",
"MVSelectorScrollView/**/*.{h,m}"
],
"resources": [
"MVSelectorScrollView/*.png",
"MVSelectorScrollView/*.xib"
],
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics"
],
"screenshots": [
"https://github.com/bizz84/MVSelectorScrollView/raw/master/preview.png"
],
"requires_arc": true
}