blob: f9ba2a5d4689f3e2285a434ff1a88fcebad8b850 [file] [log] [blame]
{
"name": "OverlapView",
"version": "1.0.0",
"summary": "Library for creating overlapping views",
"description": "You can create a view that can be displayed in a new window (over the old one) or in another view. You can customize the transition animation, create descendant classes.",
"homepage": "https://github.com/DPLibs/OverlapView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dmitriy Polyakov": "dmitriyap11@gmail.com"
},
"source": {
"git": "https://github.com/DPLibs/OverlapView.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "OverlapView/Classes/**/*",
"swift_versions": "4.2",
"swift_version": "4.2"
}