blob: fc1e10470b3b28b67da7fdf2dd30fe6b86f2cf05 [file] [log] [blame]
{
"name": "KarteCocos2dx",
"version": "0.1.0",
"summary": "KARTE Cocos2d-x SDK",
"homepage": "https://karte.io",
"authors": {
"PLAID": "dev.share@plaid.co.jp"
},
"social_media_url": "https://twitter.com/karte_io",
"documentation_url": "https://developers.karte.io/docs/cocos2dx-sdk",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"cocoapods_version": ">= 1.7.0",
"swift_versions": [
5.1
],
"static_framework": true,
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/plaidev/karte-cocos2dx.git",
"tag": "v0.1.0"
},
"source_files": "sample/Cocos2dxSample/KarteBridges/**/*.{swift,h,m,mm,cpp}",
"exclude_files": "sample/Cocos2dxSample/KarteBridges/android/**/*.{h,cpp}",
"requires_arc": true,
"libraries": "c++",
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "KRTCOCOS_VERSION=0.1.0",
"CLANG_CXX_LANGUAGE_STANDARD": "c++11",
"CLANG_CXX_LIBRARY": "libc++"
},
"frameworks": [
"WebKit",
"GameController",
"MediaPlayer"
],
"dependencies": {
"KarteCore": [
"~> 2.6.0"
],
"KarteInAppMessaging": [
"~> 2.5.0"
],
"KarteVariables": [
"~> 2.1.0"
],
"KarteRemoteNotification": [
"~> 2.2.0"
],
"KarteCrashReporting": [
"~> 2.2.0"
]
},
"swift_version": "5.1"
}