[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / b / f / ZMJImageEditor / 0.2.3 / ZMJImageEditor.podspec.json
blob44b50b409367f1095ced830ec54b6a95b9bf6701
2   "name": "ZMJImageEditor",
3   "version": "0.2.3",
4   "summary": "ZMJImageEditor is a component of image editing like WeChat, powerful and easy to integrate, and supports the functions of drawing, text, rotation, cutting, mapping and so on. (是一个和微信一样图片编辑的组件,功能强大,极易集成,支持绘制、文字、旋转、剪裁、贴图等功能)",
5   "homepage": "https://github.com/keshiim/ZMJImageEditor",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "keshiim": "keshiim@163.com"
12   },
13   "source": {
14     "git": "https://github.com/keshiim/ZMJImageEditor.git",
15     "tag": "0.2.3"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "source_files": "ZMJImageEditor/Classes/**/*",
21   "resources": [
22     "ZMJImageEditor/Assets/*.png",
23     "ZMJImageEditor/Assets/*.{xib,storyboard}",
24     "ZMJImageEditor/Assets/*.{pdf,xcassets}",
25     "ZMJImageEditor/Assets/*.{lproj}",
26     "ZMJImageEditor/Assets/**/*.png",
27     "ZMJImageEditor/Assets/**/*.{xib,storyboard}",
28     "ZMJImageEditor/Assets/**/*.{pdf,xcassets}",
29     "ZMJImageEditor/Assets/**/*.{strings}"
30   ],
31   "frameworks": [
32     "UIKit",
33     "MapKit"
34   ],
35   "dependencies": {
36     "YYCategories": [
37       "~> 1.0.4"
38     ],
39     "Masonry": [
40       "~> 1.0.1"
41     ]
42   }