[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 2 / 1 / 8 / PixelEngine / 0.1.0 / PixelEngine.podspec.json
blob68469ce834c799b3ea7d809beff80c73a0c51b27
2   "name": "PixelEngine",
3   "version": "0.1.0",
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.1.0"
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   }