blob: 4e4a2010596aa465c743cc880bfb96fe49d61f41 [file] [log] [blame]
{
"name": "RSKit",
"version": "0.0.4",
"summary": "RSKit: helper classes for SpriteKit and so on.",
"description": " It contains\n \n * helper classes for SpriteKit\n * helper classes for UIKit\n",
"homepage": "http://github.com/b051/RSKit",
"license": "MIT",
"authors": {
"Rex Sheng": "shengning@gmail.com"
},
"source": {
"git": "https://github.com/b051/RSKit.git",
"tag": "0.0.4"
},
"requires_arc": true,
"subspecs": [
{
"name": "SpriteKit",
"frameworks": "SpriteKit",
"source_files": "RSKit/SK*.{h,m}"
},
{
"name": "Fundation",
"frameworks": "Fundation",
"source_files": "RSKit/NS*.{h,m}"
}
]
}