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] DocumentReaderFullStage 7.5.10940
[CocoaPods.git]
/
Specs
/
1
/
8
/
3
/
PYUIKit
/
0.9.7
/
PYUIKit.podspec.json
blob
c0072e77d56eb865da0d96ac4f0dbc05bba5cf49
1
{
2
"name": "PYUIKit",
3
"version": "0.9.7",
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": "5.0"
15
},
16
"source": {
17
"git": "https://github.com/littlepush/PYUIKit.git",
18
"tag": "0.9.7"
19
},
20
"source_files": "PYUIKit/*.{h,m}",
21
"frameworks": [
22
"ImageIO",
23
"CoreImage"
24
],
25
"requires_arc": true,
26
"dependencies": {
27
"PYCore": [
28
"~> 0.9"
29
]
30
}
31
}