blob: 1bbbaca8086b48d36edc1c12e519d3b0820b8213 [file] [log] [blame]
{
"name": "CardScrollView",
"version": "1.0.0",
"summary": "A custom UIScrollView that enables vertical paging without limiting the page height.",
"description": "A custom UIScrollView that enables vertical paging without limiting the page height and wors the same way as UITableView.",
"homepage": "https://github.com/NikolaySohryakov/CardScrollView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nikolay Sohryakov": "nikolay.sohryakov@gmail.com"
},
"source": {
"git": "https://github.com/NikolaySohryakov/CardScrollView.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": [
"CardScrollView/Source",
"*.{swift}"
],
"requires_arc": true,
"social_media_url": "https://twitter.com/nsohryakov",
"pushed_with_swift_version": "3.0"
}