blob: 6a18940cea5d3c908b0719f1454d80e12394a617 [file] [log] [blame]
{
"name": "HoverConversion",
"version": "0.1.0",
"summary": "HoverConversion realized vertical paging with UITableView. UIViewController will be paging when reaching top or bottom of UITableView contentOffset.",
"homepage": "https://github.com/marty-suzuki/HoverConversion",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"marty-suzuki": "s1180183@gmail.com"
},
"source": {
"git": "https://github.com/marty-suzuki/HoverConversion.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/marty_suzuki",
"platforms": {
"ios": "8.0"
},
"source_files": "HoverConversion/*.{swift}",
"frameworks": "UIKit",
"dependencies": {
"MisterFusion": [
]
}
}