blob: 918f5af844d056878e0e18fb1367e7361b7bc87e [file] [log] [blame]
{
"name": "CombinedView",
"version": "1.0.0",
"summary": "Library for iOS application to combine different images in one UIView.",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"homepage": "https://github.com/VRGsoftUA/CombinedView",
"authors": {
"Anna Sahaidak": "annasagaydack@gmail.com"
},
"source": {
"git": "https://github.com/VRGsoftUA/CombinedView.git",
"branch": "master",
"tag": "1.0.0"
},
"platforms": {
"ios": "11.0"
},
"swift_version": "5.0",
"requires_arc": true,
"source_files": "CombinedView/*.swift"
}