blob: 9b7e907279a662f3478b3d68b062c710ea763d7e [file] [log] [blame]
{
"name": "GoatCore",
"version": "0.0.4",
"summary": "A common framework of GoatGames iOS SDK.",
"homepage": "https://developer.goatgames.com",
"description": "A short description of GoatCore. All other framework will pod it",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"SuperCells": "lixiaojian@goatgames.com"
},
"source": {
"git": "https://github.com/SuperCells/example.git",
"tag": "0.0.4"
},
"platforms": {
"ios": "9.0"
},
"source_files": "GoatCore/GoatBasic.framework/Headers/*.{h}",
"vendored_frameworks": [
"GoatCore/GoatBasic.framework"
],
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
}
}