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] Harbor 3.0.0
[CocoaPods.git]
/
Specs
/
6
/
4
/
8
/
HSTech
/
0.0.2
/
HSTech.podspec.json
blob
13da655b7cec69d63780e47f1832cceb8bb4bbe8
1
{
2
"name": "HSTech",
3
"version": "0.0.2",
4
"summary": "基础框架SDK",
5
"description": "基础项目SDK,能快速搭建项目基础框架",
6
"homepage": "https://github.com/dcwen/HSTech",
7
"license": {
8
"type": "MIT",
9
"file": "FILE_LICENSE"
10
},
11
"authors": {
12
"dcw0505": "dcw0505@qq.com"
13
},
14
"platforms": {
15
"ios": "8.0"
16
},
17
"source": {
18
"git": "https://github.com/dcwen/HSTech.git",
19
"tag": "0.0.2"
20
},
21
"resources": "HSTech.bundle",
22
"vendored_frameworks": "HSTech.framework",
23
"frameworks": [
24
"photos",
25
"AVFoundation",
26
"CoreGraphics"
27
],
28
"requires_arc": true,
29
"deprecated": true
30
}