[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / f / 2 / 3 / PixelEditor / 0.0.1 / PixelEditor.podspec.json
blobdd9585aac84b20821ae6c991565c19b69c024f43
2   "name": "PixelEditor",
3   "version": "0.0.1",
4   "summary": "The image editor and engine using CoreImage",
5   "homepage": "https://github.com/muukii/Pixel",
6   "license": "MIT",
7   "authors": "eureka, Inc.",
8   "source": {
9     "git": "https://github.com/muukii/Pixel.git",
10     "tag": "0.0.1"
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   }