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
[Delete] DSPSDK 1.0.0.3
[CocoaPods.git]
/
Specs
/
8
/
1
/
f
/
HRUnits
/
1.0.1
/
HRUnits.podspec.json
blob
aea7aefdd792e199a64f32136b5a6ec4c355228a
1
{
2
"name": "HRUnits",
3
"version": "1.0.1",
4
"summary": "HRUnits",
5
"homepage": "https://github.com/luhuaren/HRUnits",
6
"license": {
7
"type": "TbagLicense",
8
"file": "LICENSE"
9
},
10
"authors": {
11
"tbag": "tbag@163.com"
12
},
13
"source": {
14
"git": "https://github.com/luhuaren/HRUnits.git",
15
"tag": "1.0.1"
16
},
17
"frameworks": [
18
"Foundation",
19
"UIKit"
20
],
21
"exclude_files": [
22
"**/*.md",
23
"**/LICENSE"
24
],
25
"source_files": "HRUnits/*.{h,m}",
26
"requires_arc": true,
27
"static_framework": true,
28
"platforms": {
29
"ios": "8.0"
30
},
31
"dependencies": {
32
"Reachability": [
33
"~> 3.1"
34
]
35
}
36
}