[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / f / 1 / e / ZLImageEditor / 1.0.0 / ZLImageEditor.podspec.json
blobff091d0a7aaf3d030ad8c3902cc8f5ab76413d5d
2   "name": "ZLImageEditor",
3   "version": "1.0.0",
4   "summary": "A powerful image editor framework. Supports graffiti, cropping, mosaic, text stickers, picture stickers, filters.",
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.0"
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": "UIKit",
27   "resources": "Sources/*.{png,bundle}",
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": [
32         "Sources/**/*.swift",
33         "Sources/ZLImageEditor.h"
34       ]
35     }
36   ],
37   "swift_version": "5.2"