blob: c2446735ddd9603a883b8bac8c2aaea49294c227 [file] [log] [blame]
{
"name": "UIScrollView+ScrollToTopBtn",
"version": "0.0.2",
"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.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "UIScrollView+ScrollToTopBtn/*",
"frameworks": [
"Foundation",
"UIKit"
]
}