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] ThinkingDataCore 1.0.2
[CocoaPods.git]
/
Specs
/
3
/
a
/
4
/
AutoInch
/
1.2.0
/
AutoInch.podspec.json
blob
1d2ba93c1cdea8c48927f0e0fdfeff1b7997f31a
1
{
2
"name": "AutoInch",
3
"version": "1.2.0",
4
"summary": "优雅的iPhone 等比例/全尺寸 适配工具",
5
"homepage": "https://github.com/lixiang1994/AutoInch",
6
"license": {
7
"type": "GPL",
8
"file": "LICENSE"
9
},
10
"authors": {
11
"LEE": "18611401994@163.com"
12
},
13
"platforms": {
14
"ios": "8.0"
15
},
16
"source": {
17
"git": "https://github.com/lixiang1994/AutoInch.git",
18
"tag": "1.2.0"
19
},
20
"source_files": "Sources/**/*.swift",
21
"requires_arc": true,
22
"frameworks": [
23
"UIKit",
24
"Foundation"
25
],
26
"swift_versions": [
27
"4.2",
28
"5.0"
29
]
30
}