blob: e4f880a998ae8d3cb0f97cd034264bc5a5f7c214 [file] [log] [blame]
{
"name": "Animo",
"version": "1.2.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.2.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
}