repo.or.cz
/
CocoaPods.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git]
/
Specs
/
2
/
1
/
8
/
PixelEngine
/
0.2.2
/
PixelEngine.podspec.json
blob
90dce09dedb1cf77bd5828650102e566d6b24e75
1
{
2
"name": "PixelEngine",
3
"version": "0.2.2",
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.2"
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
}
26
}