[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 5 / f / 9 / SwiftyImageIO / 0.3.0 / SwiftyImageIO.podspec.json
blobd3c0fe69c3b52b6185113e6840d50baf3a87fd31
2   "name": "SwiftyImageIO",
3   "version": "0.3.0",
4   "summary": "A swift wrapper around ImageIO framework",
5   "description": "Provides an easy interface to ImageIO framework.",
6   "homepage": "https://github.com/diejmon/SwiftyImageIO",
7   "license": "MIT",
8   "authors": {
9     "Alexander Belyavskiy": "diejmon@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/diejmon/SwiftyImageIO.git",
13     "tag": "0.3.0"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9",
18     "tvos": "9.0"
19   },
20   "requires_arc": true,
21   "source_files": "Sources/**/*",
22   "frameworks": [
23     "Foundation",
24     "ImageIO"
25   ]