[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 2 / 1 / 8 / PixelEngine / 0.2.1 / PixelEngine.podspec.json
blobddb6da121b35597300f3362f0e7e60b10c79f037
2   "name": "PixelEngine",
3   "version": "0.2.1",
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.2.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   }