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] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git]
/
Specs
/
7
/
b
/
1
/
SpringAnimation
/
1.0.4
/
SpringAnimation.podspec.json
blob
d441d0be90ea91127df48910528489e7090a0a30
1
{
2
"name": "SpringAnimation",
3
"version": "1.0.4",
4
"summary": "一个简单易用的iOS链式动画扩展库 Swift",
5
"homepage": "https://github.com/lixiang1994/Spring",
6
"license": "MIT",
7
"authors": {
8
"LEE": "18611401994@163.com"
9
},
10
"platforms": {
11
"ios": "9.0"
12
},
13
"source": {
14
"git": "https://github.com/lixiang1994/Spring.git",
15
"tag": "1.0.4"
16
},
17
"source_files": "Spring/*.swift",
18
"requires_arc": true,
19
"frameworks": [
20
"UIKit",
21
"Foundation"
22
],
23
"swift_versions": [
24
"4.2",
25
"5.0"
26
]
27
}