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] FTMobileSDK 1.5.9-alpha.1
[CocoaPods.git]
/
Specs
/
b
/
a
/
e
/
LSKit
/
0.0.1
/
LSKit.podspec.json
blob
d4bbe28d36642635e1f32a0a92f747f7fd817065
1
{
2
"name": "LSKit",
3
"version": "0.0.1",
4
"summary": "Lyson个人工具库",
5
"description": "为了方便开发,收集的各类工具",
6
"homepage": "https://github.com/lysh123sdo/",
7
"license": "MIT",
8
"authors": {
9
"Lyson": "542634994@qq.com"
10
},
11
"platforms": {
12
"ios": "8.0"
13
},
14
"source_files": "LSKit/**/*.{h,m}",
15
"source": {
16
"git": "https://github.com/lysh123sdo/LSKit.git",
17
"tag": "0.0.1"
18
},
19
"requires_arc": true,
20
"dependencies": {
21
"YYKit": [
22
"~> 1.0.9"
23
]
24
}
25
}