blob: dd3f450e655add6a718393fe6652407980cbd011 [file] [log] [blame]
{
"name": "ABMFullScrollBehavior",
"version": "2.0",
"summary": "Component that provide the behavior of hidding a header view while the user makes scroll. It is inspiring in Facebook table scroll style.",
"homepage": "https://github.com/andresbrun/ABFullScrollViewController",
"screenshots": "https://raw.githubusercontent.com/andresbrun/ABFullScrollViewController/master/ABFullScrollViewControllerExample/Demo/ABFullScrollVC_screen_1.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrés Brun Moreno": "andresbrunmoreno@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/andresbrun/ABFullScrollViewController.git",
"tag": "CocoaPods/v2.0"
},
"source_files": "ABMFullScrollBehavior/*.{h,m}",
"requires_arc": true
}