blob: c77e662b3b6b17a76a9cd3a1a7d5dfbdd1ed27de [file] [log] [blame]
{
"name": "SnapView",
"version": "0.1.0",
"summary": "Add bouncy snap movement animations to your views.",
"homepage": "https://github.com/hryk224/SnapView",
"screenshots": "https://github.com/hryk224/SnapView/wiki/images/sample1.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hyyk224": "hryk224@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/hryk224/SnapView.git",
"tag": "0.1.0"
},
"source_files": "SnapView/*.{h,swift}",
"frameworks": "UIKit",
"requires_arc": true
}