blob: c96eee5e42188c59b683f1d549b9d9a317c4a7b5 [file] [log] [blame]
{
"name": "Animo",
"version": "1.3.0",
"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.3.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": [
"Animo",
"Animo/**/*.{swift}"
],
"ios": {
"frameworks": [
"Foundation",
"CoreGraphics",
"QuartzCore",
"UIKit"
]
},
"osx": {
"frameworks": [
"Foundation",
"CoreGraphics",
"QuartzCore",
"AppKit"
]
},
"requires_arc": true
}