blob: 5fa2720746ff331aa840467925dce6f9e241dfc5 [file] [log] [blame]
{
"name": "WWViewScrollObserve",
"summary": "You can get view's visible rect and observe whether it is displaying on the screen when the scroll view stops scrolling.",
"version": "0.0.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Wayne2Wen": "wayne2wen@gmail.com"
},
"homepage": "https://github.com/Wayne2Wen/WWViewScrollObserve",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Wayne2Wen/WWViewScrollObserve.git",
"tag": "0.0.1"
},
"requires_arc": true,
"source_files": "Srcs/**/*{h,m}",
"public_header_files": "Srcs/Public/*.{h}",
"frameworks": "UIKit",
"dependencies": {
"ReactiveObjC": [
"~> 3.1.0"
]
}
}