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] ZJSDK 2.5.8.16
[CocoaPods.git]
/
Specs
/
5
/
e
/
6
/
TCSetting
/
0.13
/
TCSetting.podspec.json
blob
cde5531072a10b2a7dddab39f2630ea2d9d61310
1
{
2
"name": "TCSetting",
3
"version": "0.13",
4
"summary": "用于App的设置页面,简单、实用、美观",
5
"homepage": "https://github.com/ichensheng/TCSetting",
6
"license": "Apache",
7
"authors": {
8
"ichensheng": "cs200521@163.com"
9
},
10
"platforms": {
11
"ios": "7.0"
12
},
13
"source": {
14
"git": "https://github.com/ichensheng/TCSetting.git",
15
"tag": "0.13"
16
},
17
"source_files": "TCSetting/Classes/*.{h,m}",
18
"requires_arc": true,
19
"dependencies": {
20
"Masonry": [
21
"~> 1.0.0"
22
]
23
}
24
}