blob: 05590f9e51cc9c70b19dc5a61574f36989db4b4e [file] [log] [blame]
{
"name": "MSMotionScroller",
"version": "1.0.0",
"summary": "Scroll anything that can be scrolled by bumping the device in a certain direction.",
"description": "A simple class that enables anything that can be scrolled to be scrolled by bumping the device in a certain direction. Inspired by Amazon's Fire Phone ability to scroll without dragging.",
"homepage": "https://github.com/schmitzoide/MSMotionScroller",
"license": "MIT",
"authors": {
"Marcel Schmitz": "marcel@hellodev.us"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/schmitzoide/MSMotionScroller.git",
"tag": "v1.0.0"
},
"source_files": "MSMotionScroller/*.{h,m}",
"exclude_files": [
"MSMotionScrollerExample.xcodeproj",
"MSMotionScrollerExample/"
],
"requires_arc": true
}