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] TrinityAudioSDK 3.2.118
[CocoaPods.git]
/
Specs
/
1
/
8
/
3
/
PYUIKit
/
0.9.8
/
PYUIKit.podspec.json
blob
1c39f8eeb7895404fc3893b074cf4910eee0ae35
1
{
2
"name": "PYUIKit",
3
"version": "0.9.8",
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.8"
19
},
20
"source_files": [
21
"PYUIKit/*.{h,m}",
22
"PYUIKit/**/*.{h,m}"
23
],
24
"frameworks": [
25
"ImageIO",
26
"CoreImage"
27
],
28
"requires_arc": true,
29
"dependencies": {
30
"PYCore": [
31
"~> 0.9"
32
]
33
}
34
}