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
/
7
/
f
/
d
/
LNCoreFoundation
/
0.0.2
/
LNCoreFoundation.podspec.json
blob
80e707b5742f711acae430c8e98da194db34306b
1
{
2
"name": "LNCoreFoundation",
3
"version": "0.0.2",
4
"summary": "常用的一些宏定义以及help功能",
5
"homepage": "https://github.com/ln371494114/LNCoreFoundation",
6
"license": "MIT",
7
"authors": {
8
"李楠": "ln371494114@163.com"
9
},
10
"platforms": {
11
"ios": "9.0"
12
},
13
"source": {
14
"git": "https://github.com/ln371494114/LNCoreFoundation.git",
15
"tag": "0.0.2"
16
},
17
"source_files": [
18
"Class",
19
"Class/**/*.{h,m}"
20
],
21
"requires_arc": true,
22
"dependencies": {
23
"MJExtension": [
24
25
],
26
"Masonry": [
27
28
],
29
"ReactiveCocoa": [
30
"~>2.5"
31
]
32
}
33
}