blob: ce95d1b13649051b012441b10c036b9ff28d2158 [file] [log] [blame]
{
"name": "SWGradientNode",
"version": "0.4",
"summary": "This is a sweep color gradient.",
"description": "SWGradientNode is a subclass of SKSpriteNode that draws a sweep gradient around a center point with initial angle. See the README",
"homepage": "https://github.com/NSSimpleApps/SWGradientNode",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"NSSimpleApps, Sergey Poluyanov": "ns.simple.apps@gmail.com"
},
"source": {
"git": "https://github.com/NSSimpleApps/SWGradientNode.git",
"tag": "0.4"
},
"requires_arc": true,
"frameworks": "SpriteKit",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"default_subspecs": "ObjC",
"pushed_with_swift_version": "3.1",
"subspecs": [
{
"name": "ObjC",
"source_files": "Source/ObjC/*.{h,m}",
"public_header_files": "Source/ObjC/SWGradientNode.h"
},
{
"name": "Swift",
"source_files": "Source/Swift/*.swift"
}
]
}