blob: a71acb6c790bcdde0ee8ab7aaf863037f9984cca [file] [log] [blame]
{
"name": "SCKTEffectsCore",
"version": "0.1.1",
"summary": "Provides core logic for SCKTEffects.",
"description": "This framework serves as the backbone for a custom class which can be\nanimated using custom animation functions. You wouldn't use this on its own unless you have a custom node hierarchy that you want to animate.\nIt is based on SKTEffects by raywenderlich.com.",
"swift_version": "4.0",
"homepage": "https://github.com/edwinveger/SCKTEffects",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"edwinveger": "info@pierrecode.nl"
},
"source": {
"git": "https://github.com/edwinveger/SCKTEffects.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SCKTEffectsCore/Classes/**/*"
}