blob: bbdff0a7e7c2c91a6c6277af0116310b2814146a [file] [log] [blame]
{
"name": "Leto",
"version": "2.0.1",
"summary": "掌通无线旗下的小游戏工具库",
"description": "Leto使用了双WebView的结构, 在iOS/Android上都是这样. 一个WebView可以叫Service WebView, 这个就用来提供微信api的功能. 一个叫做Page WebView, 用来提供ui组件的那些功能. 在Page WebView里想要调用微信api的时候, 是通过释放一个PAGE EVENT这种间接的方式去调用Service WebView",
"homepage": "https://github.com/ztwireless",
"license": {
"type": "Copyright",
"text": "Ztwireless Inc. 2019"
},
"authors": {
"ztwireless": "zhangtong.tianjin@mgc-games.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"http": "https://down.mgc-games.com/sdk/iOS_Pods_LetoSDK_V2.0.1.zip"
},
"requires_arc": true,
"xcconfig": {
"ENABLE_BITCODE": "No"
},
"subspecs": [
{
"name": "Core",
"vendored_frameworks": "iOS_Pods_LetoSDK_V2.0.1/Core/Leto.framework"
},
{
"name": "UI",
"vendored_frameworks": "iOS_Pods_LetoSDK_V2.0.1/UI/LetoUI.framework",
"dependencies": {
"Leto/Core": [
]
}
},
{
"name": "Ad",
"vendored_frameworks": "iOS_Pods_LetoSDK_V2.0.1/Ad/LetoAd.framework",
"resources": [
"iOS_Pods_LetoSDK_V2.0.1/Ad/baidumobadsdk.bundle",
"iOS_Pods_LetoSDK_V2.0.1/Ad/BUAdSDK.bundle"
],
"dependencies": {
"Leto/Core": [
]
}
}
]
}