blob: 0616d016e8ac04a17caeeeb2f6397b00e8b6c76d [file] [log] [blame]
{
"name": "Overlap",
"version": "0.2.0",
"summary": "Tiny iOS library to achieve overlap visual effect",
"description": "Allows you to overlap any possible UI elements like UILabels,\nUIButtons and even UIToolbars. Just create 2 views or both states\nand update overlap region from scrollViewDidScroll or panGestureHandler",
"homepage": "https://github.com/ML-Works/Overlap",
"license": "MIT",
"authors": {
"Anton Bukov": "k06a@mlworks.com"
},
"source": {
"git": "https://github.com/ML-Works/Overlap.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/k06a",
"platforms": {
"ios": "7.0"
},
"source_files": "Overlap/Classes/**/*",
"frameworks": "UIKit"
}