blob: c271d25a7ec4393ea9cb5dda1f0ba4096e8ec758 [file] [log] [blame]
{
"name": "Animo",
"version": "1.4.0",
"swift_version": "4.1",
"license": "MIT",
"summary": "Bring life to CALayers with SpriteKit-like animation builders.",
"homepage": "https://github.com/eure/Animo",
"authors": {
"John Rommel Estropia": "john.estropia@eure.jp"
},
"source": {
"git": "https://github.com/eure/Animo.git",
"tag": "1.4.0"
},
"platforms": {
"ios": "9.0",
"osx": "10.10"
},
"source_files": [
"Animo",
"Animo/**/*.{swift}"
],
"ios": {
"frameworks": [
"Foundation",
"CoreGraphics",
"QuartzCore",
"UIKit"
]
},
"osx": {
"frameworks": [
"Foundation",
"CoreGraphics",
"QuartzCore",
"AppKit"
]
},
"requires_arc": true
}