blob: 19847d2bb48c749b8c5ce477d435ed645be05eeb [file] [log] [blame]
{
"name": "WWObserve",
"summary": "Observe whether the subviews are displayed on the screen when the scroll view stops scrolling.",
"version": "0.0.2",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Wayne2Wen": "wayne2wen@gmail.com"
},
"homepage": "https://github.com/Wayne2Wen/WWObserve",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Wayne2Wen/WWObserve.git",
"tag": "0.0.2"
},
"requires_arc": true,
"source_files": "WWObserve/**/*{h,m}",
"public_header_files": "WWObserve/Public/*.{h}",
"frameworks": "UIKit",
"dependencies": {
"ReactiveObjC": [
"~> 3.1.0"
]
}
}