[Add] YTNativeKit 0.2.7
[CocoaPods.git] / Specs / 8 / 3 / 1 / OverlayComposite / 1.0.0 / OverlayComposite.podspec.json
blob6a64dab645096b512b21c811cf5110c2e55ed497
2   "name": "OverlayComposite",
3   "version": "1.0.0",
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.0"
17   },
18   "source_files": [
19     "Overlay/",
20     "Overlay/**/*.{h,m}"
21   ],
22   "exclude_files": "",
23   "pushed_with_swift_version": "3.0"