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
/
1.0.10
/
TCSetting.podspec.json
blob
57d68f2cb4b87e296617dd95c759c521a7ba73be
1
{
2
"name": "TCSetting",
3
"version": "1.0.10",
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": "1.0.10"
16
},
17
"source_files": "TCSetting/Classes/*.{h,m}",
18
"requires_arc": true,
19
"dependencies": {
20
"Masonry": [
21
"~> 1.0.1"
22
],
23
"TCTools": [
24
"~> 0.1.9"
25
]
26
}
27
}