blob: f50def3c626de6e0fdc11c5bdf047475a9611432 [file] [log] [blame]
{
"name": "INSpriterKit",
"version": "1.0.1",
"summary": "SpriterKit is a Spriter binding for iOS Sprite Kit.",
"homepage": "https://github.com/indieSoftware/INSpriterKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Sven Korset",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": "SpriteKit",
"dependencies": {
"INLib": [
"~> 2.1"
],
"INSpriteKit": [
"~> 1.1"
],
"RaptureXML": [
"~> 1.0"
]
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"source": {
"git": "https://github.com/indieSoftware/INSpriterKit.git",
"tag": "1.0.1"
},
"source_files": "INSpriterKit/**/*.{h,m}"
}