blob: dfb1dec39909ccc8ec605fd70c53a6181c4fcc2a [file] [log] [blame]
{
"name": "RSKit",
"version": "0.0.3",
"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.3"
},
"requires_arc": true,
"subspecs": [
{
"name": "SpriteKit",
"frameworks": "SpriteKit",
"source_files": "RSKit/SK*.{h,m}"
}
]
}