[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 1 / e / ZLImageEditor / 2.0.2 / ZLImageEditor.podspec.json
blob078e617f56d6ba9a0a7f1ec24791a44b07ddd80e
2   "name": "ZLImageEditor",
3   "version": "2.0.2",
4   "summary": "A powerful image editor framework. Supports graffiti, cropping, mosaic, text stickers, picture stickers, filters, adjust.",
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": "2.0.2"
16   },
17   "platforms": {
18     "ios": "10.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,h,m}",
36         "Sources/ZLImageEditor.h"
37       ],
38       "exclude_files": [
39         "Sources/General/ZLWeakProxy.swift"
40       ]
41     }
42   ],
43   "swift_version": "5.2"