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] ZJSDK 2.5.8.12
[CocoaPods.git]
/
Specs
/
2
/
f
/
4
/
Animo
/
1.4.0
/
Animo.podspec.json
blob
c271d25a7ec4393ea9cb5dda1f0ba4096e8ec758
1
{
2
"name": "Animo",
3
"version": "1.4.0",
4
"swift_version": "4.1",
5
"license": "MIT",
6
"summary": "Bring life to CALayers with SpriteKit-like animation builders.",
7
"homepage": "https://github.com/eure/Animo",
8
"authors": {
9
"John Rommel Estropia": "john.estropia@eure.jp"
10
},
11
"source": {
12
"git": "https://github.com/eure/Animo.git",
13
"tag": "1.4.0"
14
},
15
"platforms": {
16
"ios": "9.0",
17
"osx": "10.10"
18
},
19
"source_files": [
20
"Animo",
21
"Animo/**/*.{swift}"
22
],
23
"ios": {
24
"frameworks": [
25
"Foundation",
26
"CoreGraphics",
27
"QuartzCore",
28
"UIKit"
29
]
30
},
31
"osx": {
32
"frameworks": [
33
"Foundation",
34
"CoreGraphics",
35
"QuartzCore",
36
"AppKit"
37
]
38
},
39
"requires_arc": true
40
}