blob: dfd032ef592b8e2adf04283a47fc8cc2b87dfa52 [file] [log] [blame]
{
"name": "SpriteKitAutoLayout",
"version": "0.3.0",
"summary": "Auto Layout support for SpriteKit (iOS & OSX)",
"description": " This library enables Auto Layout support for SpriteKit.\n Works both for iOS and OSX.\n",
"homepage": "https://github.com/mgrebenets/SpriteKitAutoLayout",
"license": "MIT",
"authors": {
"Maksym Grebenets": "mgrebenets@gmail.com"
},
"source": {
"git": "https://github.com/mgrebenets/SpriteKitAutoLayout.git",
"tag": "0.3.0"
},
"social_media_url": "https://twitter.com/mgrebenets",
"requires_arc": true,
"source_files": "Pod/Classes",
"public_header_files": [
"Pod/Classes/**/*.h"
],
"private_header_files": [
"Pod/Classes/**/*Internal*.h"
],
"frameworks": "SpriteKit"
}