blob: 17f3a84edda297c62d097b27b262a2f4846317ba [file] [log] [blame]
{
"name": "RHScroll",
"version": "1.0.1",
"summary": "With RHScroll you have a horizontal ScrollView with built in animations and notifications for tap and longPress gestures.",
"swift_version": "4.2",
"description": "RHScroll is a ScrollView similar to several famous apps out on the App Store. It creates in a simple way a horizontal ScrollView which can be used for several different purposes. You´re able to choose the size of the ScrollView, size of the items, the data and the positioning of everything. It has built in animations for tap and longPress.",
"homepage": "https://github.com/rashwanlazkani/RHScroll",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"rashwanlazkani": "rashwan87@gmail.com"
},
"source": {
"git": "https://github.com/rashwanlazkani/RHScroll.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "RHScroll/Classes/*.swift",
"frameworks": "UIKit"
}