blob: 56c270efa7c1312421f8906d7a42169543ad07de [file] [log] [blame]
{
"name": "ShepherdScroll",
"platforms": {
"ios": "9.0"
},
"summary": "ShepherdScroll implements a custom Scroll View which provides easy handling of animation over child view controllers during the scroll.",
"requires_arc": true,
"swift_version": "4.1",
"version": "0.1",
"license": "MIT",
"authors": {
"Victor Panitz Magalhães": "victorpanitz@gmail.com"
},
"homepage": "https://github.com/victorpanitz/ShepherdScroll",
"source": {
"git": "https://github.com/victorpanitz/ShepherdScroll.git",
"tag": "0.1"
},
"frameworks": "UIKit",
"source_files": "ShepherdScroll/**/*.{swift}"
}