[Add] YIM 2.2.1
[CocoaPods.git] / Specs / f / 8 / 0 / JKResize / 0.1.1 / JKResize.podspec.json
blob1bd27f570df88324fc4a8b25f8601addb2154b7b
2   "name": "JKResize",
3   "version": "0.1.1",
4   "summary": "JKResize is a helper tool for image resizing and returning correct size with specific aspect rule condition.",
5   "description": "Here are some cases you might consider using JKResize.\n.Can use UIImage Category to get aspect resized image\n.Calculate the aspect resized CGSize and CGRect values for generic purpose",
6   "homepage": "https://github.com/huang-kun/JKResize",
7   "license": "MIT",
8   "authors": {
9     "huang-kun": "jack-huang-developer@foxmail.com"
10   },
11   "source": {
12     "git": "https://github.com/huang-kun/JKResize.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "5.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "JKResize": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "public_header_files": "Pod/Classes/**/*.h",
26   "frameworks": "UIKit"