[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 8 / 3 / 1 / OverlayComposite / 1.0.1 / OverlayComposite.podspec.json
blob9beb30e97256118df766cdfd8c6c817c40cbbca2
2   "name": "OverlayComposite",
3   "version": "1.0.1",
4   "summary": "An asynchronous, multithreaded, image compositing framework written in Swift.",
5   "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.",
6   "homepage": "https://docs.aaronjsutton.com/overlay/",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "Aaron Sutton": "aaronjsutton@icloud.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/aaronjsutton/Overlay.git",
16     "tag": "1.0.1"
17   },
18   "source_files": [
19     "Overlay/",
20     "Overlay/**/*.{h,m}"
21   ],
22   "exclude_files": "",
23   "pushed_with_swift_version": "3.0"