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