blob: bb01d5d50610550545481efc8e2f6c690d6c6a2d [file] [log] [blame]
{
"name": "SWKeyFrameFold",
"version": "1.0",
"summary": "KeyFrameFold is a tool to attach to your favourite UIScrollView, it can then be used to hide the UINavigationBar like Safari does on iOS7",
"authors": {
"Simon Westerlund": "s@simonwesterlund.se"
},
"homepage": "https://github.com/westerlund/KeyFrameFold",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/westerlund/KeyFrameFold.git",
"tag": "1.0"
},
"source_files": "SWKeyFrameFold/*.{h,m}",
"platforms": {
"ios": "6.0"
},
"requires_arc": true
}