blob: bf751246a9b1f2021df69afd1f3b49c0202f9bce [file] [log] [blame]
{
"name": "UIScrollView+ScrollToTopBtn",
"version": "0.0.1",
"summary": "a UIScrollView category for making a scroll to top button",
"description": "a UIScrollView category for making a scroll to top button via runtime",
"homepage": "https://github.com/litt1e-p/UIScrollView-ScrollToTopBtn",
"license": {
"type": "MIT"
},
"authors": {
"litt1e-p": "litt1e.p4ul@gmail.com"
},
"source": {
"git": "https://github.com/litt1e-p/UIScrollView-ScrollToTopBtn.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "UIScrollView+ScrollToTopBtn/*",
"frameworks": [
"Foundation",
"UIKit"
]
}