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] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git]
/
Specs
/
1
/
8
/
3
/
PYUIKit
/
1.0
/
PYUIKit.podspec.json
blob
d3dcff2c25c387f08bc33e4e9b45993fa30e17ad
1
{
2
"name": "PYUIKit",
3
"version": "1.0",
4
"summary": "Make create UI more easily in iOS application",
5
"homepage": "https://github.com/littlepush/PYUIKit",
6
"license": {
7
"type": "LGPLv3",
8
"file": "LICENSE"
9
},
10
"authors": {
11
"Push Chen": "littlepush@gmail.com"
12
},
13
"platforms": {
14
"ios": "6.0"
15
},
16
"source": {
17
"git": "https://github.com/littlepush/PYUIKit.git",
18
"tag": "1.0"
19
},
20
"source_files": [
21
"PYUIKit/*.{h,m}",
22
"PYUIKit/**/*.{h,m}"
23
],
24
"frameworks": [
25
"ImageIO",
26
"CoreImage",
27
"CoreGraphics"
28
],
29
"requires_arc": true,
30
"dependencies": {
31
"PYCore": [
32
33
]
34
}
35
}