[Add] onesecondbefore-tracker 7.9.0
[CocoaPods.git] / Specs / 9 / 4 / 6 / NHFUIImage / 0.0.1 / NHFUIImage.podspec.json
bloba806c3521cca9490be2fe2bd4190530c84929008
2   "name": "NHFUIImage",
3   "version": "0.0.1",
4   "summary": "对UIImage的一个扩展,可以对图片进行压缩、通过颜色来拿到图片、计算图片的等比例缩放、裁剪图片等",
5   "homepage": "https://github.com/nhfc99/NHFUIImage",
6   "license": "MIT",
7   "authors": {
8     "牛宏飞": "nhfc99@163.com"
9   },
10   "source": {
11     "git": "https://github.com/nhfc99/NHFUIImage.git",
12     "tag": "0.0.1"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "source_files": "UIImage+Unit/*.{h,m}",
19   "frameworks": [
20     "Foundation",
21     "CoreGraphics",
22     "UIKit"
23   ]