| { |
| "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" |
| } |