blob: 0551367fc2e09a34eefc8f78d572a1bbde7a3633 [file] [log] [blame]
{
"name": "CompatibleCocos2d",
"version": "0.2.0",
"summary": "A compatible verison of Cocos2d v2.1",
"description": "A compatible verison of Cocos2d v2.1 for arm64",
"homepage": "https://github.com/liyouleo911/CompatibleCocos2d",
"license": "MIT",
"authors": {
"liyou": "liyouleo911@msn.com"
},
"source": {
"git": "https://github.com/liyouleo911/CompatibleCocos2d.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": false,
"libraries": "z",
"subspecs": [
{
"name": "kazmath",
"source_files": "Pod/Classes/kazmath/**/*",
"header_mappings_dir": "Pod/Classes/kazmath/include",
"public_header_files": "Pod/Classes/kazmath/include/**/*.h"
},
{
"name": "cocos2d",
"source_files": "Pod/Classes/cocos2d/**/*",
"header_mappings_dir": "Pod/Classes/cocos2d",
"public_header_files": "Pod/Classes/cocos2d/**/*.h",
"dependencies": {
"CompatibleCocos2d/kazmath": [
]
}
},
{
"name": "CocosDenshion",
"source_files": "Pod/Classes/CocosDenshion/*",
"header_mappings_dir": "Pod/Classes/CocosDenshion",
"public_header_files": "Pod/Classes/CocosDenshion/*.h",
"dependencies": {
"CompatibleCocos2d/cocos2d": [
]
}
}
]
}