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] FaceSDKNightly 6.4.2314
[CocoaPods.git]
/
Specs
/
d
/
f
/
a
/
LXMNetwork
/
0.0.1
/
LXMNetwork.podspec.json
blob
2c47f8f90f74491f687fc8a3f14b36d8d94fc60a
1
{
2
"name": "LXMNetwork",
3
"version": "0.0.1",
4
"summary": "网络组件",
5
"description": "基于AFNetwoking的二次封装网络组件",
6
"homepage": "https://github.com/luoxiaomiao/LXMNetwork",
7
"license": "MIT",
8
"authors": {
9
"luoxiaomiao": "834045350@qq.com"
10
},
11
"platforms": {
12
"ios": "8.0"
13
},
14
"source": {
15
"git": "https://github.com/luoxiaomiao/LXMNetwork.git",
16
"tag": "0.0.1"
17
},
18
"source_files": [
19
"Classes",
20
"Classes/*.{h,m}"
21
],
22
"requires_arc": true,
23
"dependencies": {
24
"AFNetworking": [
25
26
],
27
"YYModel": [
28
29
]
30
}
31
}