[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 2 / 1 / 8 / PixelEngine / 0.0.1 / PixelEngine.podspec.json
blob8fc2916b16086e948bf78b2db6608c36ebd5e9b9
2   "name": "PixelEngine",
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/PixelEngine/**/*.swift"
14   ],
15   "module_name": "PixelEngine",
16   "requires_arc": true,
17   "platforms": {
18     "ios": "10.0"
19   },
20   "ios": {
21     "frameworks": [
22       "UIKit",
23       "CoreImage"
24     ]
25   }