[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / e / 5 / Image / 2.1.0 / Image.podspec.json
blobb4f9b415f9dd9ff2ac5755ee164eb3378e29a9c3
2   "name": "Image",
3   "version": "2.1.0",
4   "summary": "SwiftGL Image Library",
5   "description": "The SwiftGL image library allows for platform independent loading of images. Currently BMP, PNG, and GIF are supported.",
6   "homepage": "https://github.com/SwiftGL/Image",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "AE9RB": "dturnbull@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/SwiftGL/Image.git",
16     "tag": "2.1.0"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.11"
21   },
22   "source_files": "Sources/SGLImage/*.swift"