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] DSPSDK 1.0.1.8
[CocoaPods.git]
/
Specs
/
7
/
d
/
e
/
DailyKit
/
0.0.35
/
DailyKit.podspec.json
blob
e1fe7805f8571d4103ce49b607929e4f16e1fc53
1
{
2
"name": "DailyKit",
3
"version": "0.0.35",
4
"summary": "iOS dev daily kit.",
5
"homepage": "https://github.com/iospp/DailyKit",
6
"license": {
7
"type": "MIT",
8
"file": "LICENSE"
9
},
10
"authors": {
11
"pp": "iospp@foxmail.com"
12
},
13
"source": {
14
"git": "https://github.com/iospp/DailyKit.git",
15
"tag": "0.0.35"
16
},
17
"requires_arc": true,
18
"source_files": "DailyKit/**/*",
19
"public_header_files": "DailyKit/**/*.{h}",
20
"platforms": {
21
"ios": "9.0"
22
},
23
"frameworks": [
24
"Foundation",
25
"UIKit",
26
"CoreGraphics",
27
"CoreFoundation",
28
"WebKit"
29
],
30
"dependencies": {
31
"AFNetworking": [
32
33
],
34
"FMDB": [
35
36
],
37
"SVProgressHUD": [
38
39
]
40
}
41
}