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] MOBFoundation 20241206
[CocoaPods.git]
/
Specs
/
4
/
1
/
2
/
Lerp
/
0.1.2
/
Lerp.podspec.json
blob
3c15d69310328f8e4edc86c3915ead1e7719f302
1
{
2
"name": "Lerp",
3
"version": "0.1.2",
4
"summary": "A linear interpolation microlibrary.",
5
"homepage": "https://github.com/dclelland/Lerp",
6
"license": {
7
"type": "MIT"
8
},
9
"authors": {
10
"Daniel Clelland": "daniel.clelland@gmail.com"
11
},
12
"source": {
13
"git": "https://github.com/dclelland/Lerp.git",
14
"tag": "0.1.2"
15
},
16
"platforms": {
17
"ios": "8.0"
18
},
19
"ios": {
20
"source_files": "Lerp.swift"
21
},
22
"requires_arc": true
23
}