[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 2 / 3 / PixelEditor / 0.0.6 / PixelEditor.podspec.json
blobe291d64a0a7cfd6735b094b197f74afa3e271016
2   "name": "PixelEditor",
3   "version": "0.0.6",
4   "summary": "The image editor and engine using CoreImage",
5   "homepage": "https://github.com/muukii/Pixel",
6   "license": "MIT",
7   "authors": "muukii",
8   "source": {
9     "git": "https://github.com/muukii/Pixel.git",
10     "tag": "0.0.6"
11   },
12   "source_files": [
13     "Sources/PixelEditor/**/*.swift"
14   ],
15   "module_name": "PixelEditor",
16   "requires_arc": true,
17   "platforms": {
18     "ios": "10.0"
19   },
20   "ios": {
21     "frameworks": [
22       "UIKit",
23       "CoreImage"
24     ]
25   },
26   "resources": "Sources/PixelEditor/Media.xcassets",
27   "dependencies": {
28     "PixelEngine": [
30     ]
31   }