blob: 695dd91d2254b45c47f6c9459809a0ef1b553750 [file] [log] [blame]
{
"name": "Animo",
"version": "1.1.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.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"Animo",
"Animo/**/*.{swift}"
],
"frameworks": [
"Foundation",
"UIKit",
"QuartzCore"
],
"requires_arc": true
}