blob: 452803c492a4d28bceacf2d471751b55042d76de [file] [log] [blame]
{
"name": "Spine-Cocos2d",
"version": "1.7.08",
"license": {
"type": "Copyright 2013 Esoteric Software. All rights reserved.",
"file": "spine-c/include/spine/spine.h"
},
"homepage": "http://esotericsoftware.com/",
"authors": "EsotericSoftware",
"summary": "2D skeletal animation runtime for Spine",
"source": {
"git": "https://github.com/EsotericSoftware/spine-runtimes.git",
"tag": "1.7.08"
},
"source_files": [
"spine-c/include/spine/*.{h,c}",
"spine-c/src/spine/*.{h,c}",
"spine-cocos2d-iphone/src/spine/*.{h,m}"
],
"requires_arc": false,
"header_dir": "spine",
"xcconfig": {
"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/cocos2d/external/kazmath/include\""
},
"platforms": {
"ios": "5.0"
},
"dependencies": {
"cocos2d": [
"~> 2.1"
]
}
}