blob: 20b9344ffd3433d20edd2a4794ef8c585230e211 [file] [log] [blame]
{
"name": "INSpriterKit",
"version": "1.0",
"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"
},
"source_files": "INSpriterKit/*.{h,m}",
"subspecs": [
{
"name": "SpriterModel",
"source_files": "INSpriterKit/SpriterModel/**/*.{h,m}"
},
{
"name": "SpriterParser",
"source_files": "INSpriterKit/SpriterParser/**/*.{h,m}",
"dependencies": {
"INSpriterKit/SpriterModel": [
],
"INSpriterKit/INSKAnimationModel": [
]
}
},
{
"name": "INSKAnimation",
"source_files": "INSpriterKit/INSKAnimation/**/*.{h,m}",
"dependencies": {
"INSpriterKit/INSKAnimationModel": [
]
}
},
{
"name": "INSKAnimationModel",
"source_files": "INSpriterKit/INSKAnimationModel/**/*.{h,m}",
"dependencies": {
"INSpriterKit/INSKAnimation": [
]
}
}
]
}