blob: be7555ba1d9d67212bd6ab83e7c97b4e2c0725c3 [file] [log] [blame]
{
"name": "Overlap",
"version": "0.1.1",
"summary": "Tiny iOS library to achieve overlap visual effect",
"description": "Allows you to overlay 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": "k06aaa@gmail.com"
},
"source": {
"git": "https://github.com/ML-Works/Overlap.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/k06a",
"platforms": {
"ios": "7.0"
},
"source_files": "Overlap/Classes/**/*",
"frameworks": "UIKit"
}