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