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] CXHAdSDK 1.4.6
[CocoaPods.git]
/
Specs
/
f
/
c
/
b
/
SearchView
/
0.0.3
/
SearchView.podspec.json
blob
d3d1bafa93118e9d36a8d3ef24dc9931109edbbe
1
{
2
"name": "SearchView",
3
"version": "0.0.3",
4
"summary": "这是一个自定义搜索框.",
5
"description": "为了满足项目使用需求,自定义搜索框",
6
"homepage": "https://github.com/alienJion/SearchView",
7
"license": {
8
"type": "MIT",
9
"file": "LICENSE"
10
},
11
"authors": {
12
"alien": "alienvvip@126.com"
13
},
14
"platforms": {
15
"ios": "5.0"
16
},
17
"source": {
18
"git": "https://github.com/alienJion/SearchView.git",
19
"tag": "0.0.3"
20
},
21
"source_files": [
22
"Classes",
23
"Classes/**/*"
24
],
25
"dependencies": {
26
"Masonry": [
27
28
]
29
}
30
}