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] MSPCore 0.0.10
[CocoaPods.git]
/
Specs
/
9
/
c
/
7
/
LWWXTool
/
0.0.2
/
LWWXTool.podspec.json
blob
a01e5faa83a585dea6c06d1104c98fe09784a575
1
{
2
"name": "LWWXTool",
3
"version": "0.0.2",
4
"summary": "微信小工具",
5
"description": "提供微信登录,注册,支付,分享等功能",
6
"homepage": "https://github.com/weilLove/LWWXTool",
7
"license": {
8
"type": "MIT",
9
"file": "LICENSE"
10
},
11
"authors": {
12
"weilLove": "weil218@163.com"
13
},
14
"platforms": {
15
"ios": "8.0"
16
},
17
"source": {
18
"git": "https://github.com/weilLove/LWWXTool.git",
19
"tag": "0.0.2"
20
},
21
"source_files": [
22
"LWWXTool/Classess",
23
"LWWXTool/Classess/**/*.{h,m}"
24
],
25
"frameworks": [
26
"UIKit",
27
"Foundation"
28
],
29
"dependencies": {
30
"WechatOpenSDK": [
31
32
]
33
}
34
}