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] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git]
/
Specs
/
8
/
1
/
4
/
NHFFileUtils
/
0.0.1
/
NHFFileUtils.podspec.json
blob
d9181c129c8bb44a8383d70799da98ff0e14cb73
1
{
2
"name": "NHFFileUtils",
3
"version": "0.0.1",
4
"summary": "用于I/O常用方法",
5
"homepage": "https://github.com/nhfc99/NHFFileUtils",
6
"license": "MIT",
7
"authors": {
8
"牛宏飞": "nhfc99@163.com"
9
},
10
"source": {
11
"git": "https://github.com/nhfc99/NHFFileUtils.git",
12
"tag": "0.0.1"
13
},
14
"platforms": {
15
"ios": "8.0"
16
},
17
"requires_arc": true,
18
"source_files": "File+Utils/*.{h,m}",
19
"frameworks": [
20
"Foundation",
21
"CoreGraphics",
22
"UIKit"
23
]
24
}