[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 6 / 9 / CYImageCrop / 1.0.0 / CYImageCrop.podspec.json
blob5ba73e53c6e1e1229d79798085419b8ba30d6bfc
2   "name": "CYImageCrop",
3   "version": "1.0.0",
4   "summary": "UIImageView 的拓展,提供了一个图片裁剪框",
5   "description": "UIImageView 的拓展,提供了一个图片裁剪框,可以自定义缩放,也可以按比例缩放,并提供了缩放后的回调。",
6   "homepage": "https://github.com/Hcy91425/CYImageCrop",
7   "license": {
8     "type": "MIT License",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "hcy91425": "hcy13055214@gmail.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/Hcy91425/CYImageCrop.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "CYImageCrop/*",
22   "requires_arc": true,
23   "dependencies": {
24     "Masonry": [
26     ]
27   }