blob: 9beb30e97256118df766cdfd8c6c817c40cbbca2 [file] [log] [blame]
{
"name": "OverlayComposite",
"version": "1.0.1",
"summary": "An asynchronous, multithreaded, image compositing framework written in Swift.",
"description": "Overlay works using the concept of layered images.\n Each layer represents an individual image that can then be added atop another layer.\n You can think of this like layers in Photoshop, or similar image editor.",
"homepage": "https://docs.aaronjsutton.com/overlay/",
"license": "Apache License, Version 2.0",
"authors": {
"Aaron Sutton": "aaronjsutton@icloud.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/aaronjsutton/Overlay.git",
"tag": "1.0.1"
},
"source_files": [
"Overlay/",
"Overlay/**/*.{h,m}"
],
"exclude_files": "",
"pushed_with_swift_version": "3.0"
}