blob: 77109c017bfee53e35ab4d2e304b696d98c839a0 [file] [log] [blame]
{
"name": "R4",
"version": "1.0.1",
"summary": "A SpriteKit in 3D",
"homepage": "https://github.com/srdanrasic/R4",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Srdan Rasic": "srdan.rasic@gmail.com"
},
"source": {
"git": "https://github.com/srdanrasic/R4.git",
"tag": "v1.0.1"
},
"source_files": "R4/*.{pch,h,m,mm}",
"requires_arc": true,
"libraries": [
"stdc++"
],
"frameworks": [
"OpenGLES",
"GLKit",
"SpriteKit"
],
"platforms": {
"ios": "6.0"
},
"xcconfig": {
"OTHER_LDFLAGS": "-lObjC"
}
}