blob: 8e6f46ffb177f61769b1136c9255a8f8440b9c16 [file] [log] [blame]
{
"name": "SCKTEffectsCore",
"version": "0.1.0",
"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": "3.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.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SCKTEffectsCore/Classes/**/*"
}