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] FaceSDKNightly 6.4.2314
[CocoaPods.git]
/
Specs
/
4
/
1
/
2
/
Lerp
/
1.1.0
/
Lerp.podspec.json
blob
f6ffaabcc836fae232c3319d641f6a075a531f5e
1
{
2
"name": "Lerp",
3
"version": "1.1.0",
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": "1.1.0"
15
},
16
"platforms": {
17
"ios": "8.0"
18
},
19
"ios": {
20
"source_files": "Lerp.swift"
21
},
22
"requires_arc": true
23
}