[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / f / 8 / 3 / NXImageResize / 1.3.0 / NXImageResize.podspec.json
blobb11172523a1ae1f7543d63cfe73f9a06272d5e95
2   "name": "NXImageResize",
3   "version": "1.3.0",
4   "summary": "Simple iOS image resize.",
5   "description": "NXImageResize is a category for UIImage that adds the capability to resize by width / height and perform image cropping.\nIt is especially useful when dealing with images that are downloaded at runtime.",
6   "homepage": "https://github.com/Nixiware/imageresize",
7   "screenshots": [
8     "http://i.imgur.com/s0ifdGz.jpg",
9     "http://i.imgur.com/J4BsYF5.jpg"
10   ],
11   "license": "MIT",
12   "authors": {
13     "Adrian Ilie, Nixiware": "@iadi64"
14   },
15   "source": {
16     "git": "https://github.com/Nixiware/imageresize.git",
17     "tag": "v1.3.0"
18   },
19   "social_media_url": "https://twitter.com/iadi64",
20   "platforms": {
21     "ios": "7.0"
22   },
23   "requires_arc": true,
24   "source_files": "Pod/Classes/**/*",
25   "resource_bundles": {
26     "NXImageResize": [
27       "Pod/Assets/*.png"
28     ]
29   },
30   "frameworks": "UIKit"