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] HyphenateChat_test1 1.0.1
[CocoaPods.git]
/
Specs
/
d
/
7
/
9
/
WFPodsDemo
/
0.0.1
/
WFPodsDemo.podspec.json
blob
e7331ee4d8e87ba2a5e61e6600575e108fa6bb01
1
{
2
"name": "WFPodsDemo",
3
"version": "0.0.1",
4
"summary": "第一个版本",
5
"description": "可以用到项目中 稳定版本",
6
"homepage": "https://github.com/maple023/CocoaPodsDemo",
7
"license": {
8
"type": "MIT",
9
"file": "LICENSE"
10
},
11
"authors": {
12
"maple023": "xuwenfeng023@163.com"
13
},
14
"platforms": {
15
"ios": "9.0"
16
},
17
"source": {
18
"git": "https://github.com/maple023/CocoaPodsDemo.git",
19
"tag": "v0.0.1"
20
},
21
"requires_arc": true,
22
"frameworks": [
23
"Foundation",
24
"UIKit",
25
"Photos"
26
],
27
"source_files": "WFPodsDemo/**/*.swift"
28
}