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] ExpoFpCommon 4.8.3
[CocoaPods.git]
/
Specs
/
0
/
3
/
1
/
ChooseView
/
1.0.2
/
ChooseView.podspec.json
blob
d924f1179fd06b62df49542d87c5e4a120ba0335
1
{
2
"name": "ChooseView",
3
"version": "1.0.2",
4
"summary": "a container view for chooseing",
5
"homepage": "https://github.com/guoshencheng/ChooseView",
6
"license": "MIT",
7
"authors": {
8
"guoshencheng": "guoshencheng1@gmail.com"
9
},
10
"source": {
11
"git": "https://github.com/guoshencheng/ChooseView.git",
12
"tag": "1.0.2"
13
},
14
"platforms": {
15
"ios": "7.0"
16
},
17
"requires_arc": true,
18
"source_files": "Pod/Classes/**/*",
19
"resource_bundles": {
20
"ChooseView": [
21
"Pod/Assets/*.png"
22
]
23
},
24
"dependencies": {
25
"Masonry": [
26
27
]
28
}
29
}