[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 1 / e / ZLImageEditor / 1.0.4 / ZLImageEditor.podspec.json
blobbc46e4c0f2be109ef60872f1926b5fb1a43ed620
2   "name": "ZLImageEditor",
3   "version": "1.0.4",
4   "summary": "A powerful image editor framework. Supports graffiti, cropping, mosaic, text stickers, picture stickers, filters, adjust(brightness, contrast, saturation).",
5   "homepage": "https://github.com/longitachi/ZLImageEditor",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "longitachi": "longitachi@163.com"
12   },
13   "source": {
14     "git": "https://github.com/longitachi/ZLImageEditor.git",
15     "tag": "1.0.4"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "swift_versions": [
21     "5.0",
22     "5.1",
23     "5.2"
24   ],
25   "requires_arc": true,
26   "frameworks": [
27     "UIKit",
28     "Accelerate"
29   ],
30   "resources": "Sources/*.{png,bundle}",
31   "subspecs": [
32     {
33       "name": "Core",
34       "source_files": [
35         "Sources/**/*.swift",
36         "Sources/ZLImageEditor.h"
37       ]
38     }
39   ],
40   "swift_version": "5.2"