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] YLCategory-MacOS 1.1.3
[CocoaPods.git]
/
Specs
/
2
/
f
/
4
/
Animo
/
1.0.0
/
Animo.podspec.json
blob
dbae740ab0b15847e30eab9bf0343203f61a3cc0
1
{
2
"name": "Animo",
3
"version": "1.0.0",
4
"license": "MIT",
5
"summary": "Bring life to CALayers with SpriteKit-like animation builders.",
6
"homepage": "https://github.com/JohnEstropia/Animo",
7
"authors": {
8
"John Rommel Estropia": "rommel.estropia@gmail.com"
9
},
10
"source": {
11
"git": "https://github.com/JohnEstropia/Animo.git",
12
"tag": "1.0.0"
13
},
14
"platforms": {
15
"ios": "8.0"
16
},
17
"source_files": [
18
"Animo",
19
"Animo/**/*.{swift}"
20
],
21
"frameworks": [
22
"Foundation",
23
"UIKit",
24
"QuartzCore"
25
],
26
"requires_arc": true
27
}