[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / f / 9 / SwiftyImageIO / 0.1.0 / SwiftyImageIO.podspec.json
blob23e24f0e42eb815721eddee406a750867329ce52
2   "name": "SwiftyImageIO",
3   "version": "0.1.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.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "frameworks": [
21     "Foundation",
22     "ImageIO"
23   ]